.default-container .container {
    padding: 15px;
}
form {
    font-weight: 400;
    padding: 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 436px;
}
form input {
    font-weight: 600!important;
    color: black!important;
}
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;
}
.btnSignin {
    font-weight: 700;
    font-size: 16px;
    padding: 1em 4em;
    background-color: #07BEBB;
    color: white;
    border-radius: 30px;
    border: 0;
    margin-top: 2em;
}
h4 {
    font-weight: 700;
}
a#forgot-pass {
    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 (max-width: 600px) {
    .default-container {
        margin: 2vh 2vh 0 2vh;
    }
    .btnSignin {
        padding: 1em 3em;
    }
    .col-12{
        padding: 0;
    }
    form {
        padding: 0;
    }
    h5 {
        font-weight: 700;
    }
}