﻿
.login-form h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 140%;
    /* or 28px */
    display: flex;
    align-items: center;
    letter-spacing: 0.0015em;
    /* Branco [Principal] */
    color: #FFFFFF;
}
input, select, textaream, .login-form .btn-meo {
    max-width: 380px;
}
.login-form .btn-meo {
    width: 100%;
}

.login-form .form-group {
    margin-top: 1em;
    margin-bottom: 1em;
}

.login-form .control-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 140%;
    /* identical to box height, or 17px */
    display: flex;
    align-items: center;
    letter-spacing: 0.004em;
    /* Cinza Escuro */
    color: #7A7A7D;
}

.login-form .form-control,
.login-form .form-control:focus,
.login-form .form-control:active,
.login-form .form-control:any-link {
    background-color: #0C0D0D;
    border: none;
    border-bottom: 1px solid #7A7A7D;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 140%;
    /* identical to box height, or 20px */
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    outline: none;
    /* Cinza Escuro */
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.field-validation-error {
    font-size: 0.625em;
}

/*.img-logo-login {
    max-width: 800px;
    max-height: 500px;
}
*/

@media (max-width: 1199px) {
/*    .img-logo-login {
        max-width: 400px;       
        max-height: 200px;
    }*/

    .vh-100 {
        height:auto !important;
    }
}
