#login-modal {
    padding: 0;
    margin: 0;
    width: 783px;
    height: fit-content;
    height: -moz-fit-content;
    border-radius: 6px;
    background-color: #384850;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    /*display: inline-flex;*/
}

#login-modal #message-container {
    width: 100%;
    height: auto;
    border-bottom: 1px solid white;
}

#login-modal .msg {
    margin-bottom: 0 !important;
}

#login-modal #left-container {
    background-color: white;
    width: 50%;
    float: left;
    padding-bottom: 20px;
    height: 400px;
    overflow-y: auto;
}

#login-modal #right-container {
    background-color: #384850;
    width: 50%;
    float: right;
    padding-bottom: 30px;
    height: 400px;
    overflow-y: auto;
}

#login-modal #title-modal {
    width: auto;
    height: 25px;
    font-family: Helvetica;
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    color: #384850;
    text-align: center;
}

#login-modal #title-externo-modal {
    width: auto;
    height: 20px;
    font-family: Helvetica;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    color: #1c2e36;
    text-align: center;
}

#login-modal .separador-modal {
    width: auto;
    height: 15px;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #384850;
    text-align: center;
    letter-spacing: 5px;
}

#login-modal .label-login {
    width: 323px;
    height: 17px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #6c7e87;
    margin-left: 35px;
    margin-bottom: 14px;
}

#login-modal .input-login {
    width: 323px;
    height: 35px;
    border: solid 1px #bdc1cc;
    margin-left: 35px;
    margin-top: 3px;
    padding-left: 10px;
    margin-bottom: 10px;
}

#login-modal #modal-btn-login {
    background-color: #384850;
    color: white;
    width: 323px;
    height: 35px;
    margin-left: 35px;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    border: 0;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#login-modal #modal-btn-loginuca {
    text-align: center;
}

#login-modal .modal-btn a {
    width: 348px;
    display: inline-block;
    height: 100%;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    padding: 17px 0;
    border-radius: 4px;
    cursor: pointer;
}

#login-modal #modal-btn-loginuca a {
    background-color: #384850;
    color: white;
}

#login-modal #modal-btn-loginuca a:hover {
    background-color: #263035;
}

#login-modal #auth-problem {
    font-size: 12px;
    color: #406c92 !important;
    margin-bottom: 10px;
    position: relative;
}

#login-modal #auth-problem a {
    color: #4b555f !important;
    border: 1px solid #4b555f;
    border-top: 0 !important;
    padding: 5px 8px 8px 8px;
    border-radius: 0 0 4px 4px;
    display: inline-block;
    position: relative;
    left: 46px;
}

#login-modal #auth-problem a:hover {
    background-color: #eff7ff;
}

#login-modal #modal-btn-loginuca a:hover {
    color: white;
}

#login-modal #modal-btn-loginuca .label-loginuca {
    font-size: 1.2em;
}

#login-modal .checkbox-login {
    margin-left: 35px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #979797;
}

#login-modal .label-checkbox {
    height: 16px;
    font-family: Roboto;
    font-size: 0.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #666666;
}

#login-modal #lost-password-container {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
}

#login-modal #lost-password-container a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 0.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #979797;
    background-color: #ECECE8;
    padding-left: 36px;
    padding-top: 10px;
}

#login-modal #text-info-login {
    font-size: 0.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    text-align: justify;
    color: #384850;
    margin-left: 21px;
    margin-top: 25px;
    margin-right: 21px;
}

#login-modal #text-info-register {
    font-size: 0.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    text-align: justify;
    color: white;
    margin-left: 21px;
    margin-top: 57px;
    margin-right: 21px;
}

#login-modal #modal-btn-register {
    text-align: center;
}

#login-modal #modal-btn-register a {
    background-color: white;
    color: #384850;
}

#login-modal #modal-btn-register a:hover {
    background-color: #cad5dd;
}

#login-modal #modal-btn-register a:hover {
    color: #384850;
}

#login-modal #modal-btn-register .label-registeruca {
    font-size: 1.2em;
}

#login-modal #modal-btn-login-ldap {
    width: 348px;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #96ABB5;
    margin-left: 21px;
    margin-top: 55px;
}

#login-modal #modal-btn-login-ldap:hover {
    border: 1px solid white;
}

#login-modal #modal-btn-login-ldap a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Lato;
    font-size: 0.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    text-align: center;
    color: #95AAB4;
    padding-top: 10px;
    cursor: pointer;
}

#login-modal #modal-btn-login-ldap a:hover {
    color: white;
}