#preload .default-container {
    box-shadow: none;
    margin: 0;
    border-radius: unset;
}
.bg-preload {
    background-image: url(../../img/client/background-preload.png);
    background-size: cover;
}
.bg-preload .default-container {
    background-color: transparent;
}
.bg-preload h4,
.bg-preload p {
    color: #FFF;
    font-weight: 600;
}
.bg-preload h4 {
    font-size: 1.8rem;
}
.bg-preload p {
    font-size: 1.6rem;
}
h4 {
    font-weight: 700;
}
.bg-preload img {
    margin-top: 40px;
    width: auto;
}
form {
    font-weight: 400;
}
form input {
    font-weight: 600!important;
    color: black!important;
}

span.error {
    font-size: .7em;
    font-weight: 500;
    color: red;
    line-height: 1em;
    display: block;
}

label {
    font-weight: 600;
    color: black!important;
}
label.active {
    font-weight: 500;
    color: #9F9F9F!important;
}
.md-form input[type="text"]:focus, .md-form input[type="password"]:focus {
    box-shadow: 0 1px 0 0 #07BEBB!important;
    border-bottom: 1px solid #07BEBB!important;
}
a#signin {
    text-decoration: none;
    color: #07BEBB;
    font-weight: 600;
    font-size: small;
}
.spinner-border {
    z-index: 99;
    position: absolute;
    left: 85%;
    top: 5px;
    border: 0.5em solid #07BEBB;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
}
.bt-vidaclass[disabled] {
    opacity: 0.4;
}
@media (min-width: 1400px) {
    .default-container .container {
        max-width: 400px;
    }
    .bg-preload .default-container .container {
        max-width: 525px;
    }
}
@media (max-width: 1399px) {
    .default-container .container,
    .bg-preload .default-container .container {
        max-width: 500px;
    }
}