body {
    font-family: "Montserrat" !important;
    color: #4d4d4d !important;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    background: white;
}

input:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

span.warning {
    font-size: 11px;
    font-weight: 500;
    color: #d73555;
    line-height: 13.41px;
}

.warning:focus {
    border-color: #d73555 !important;
    box-shadow: 0 0 0 0.25rem rgb(245 98 98 / 25%);
}

.warning {
    border-color: #d73555 !important;
}

.btn {
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    height: 50px;
}

.btn-blue {
    color: white;
    background-color: #009bde;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    color: white !important;
    background-color: #00a9e1 !important;
}

.btn-blue:disabled {
    color: #6f6f6e;
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-white-blue {
    color: #009bde;
    background-color: white;
    border-color: #009bde;
}

.btn-white-blue:hover,
.btn-white-blue:active,
.btn-white-blue:focus {
    color: #00a9e1 !important;
    border-color: #00a9e1 !important;
}

#panel {
    display: grid;
    grid-template-columns: 50.73% 49.27%;
    height: 100vh;
}

#header {
    margin-top: 4.42%;
    margin-left: 7.35%;
}

#login {
    width: calc(100% - 36.65%);
    margin: 10.35% 19.62% 0 17.02%;
}

#loginHeader h3 {
    color: #726472;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

#loginHeader label {
    color: #a295a2;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
}

#inputs {
    margin-top: 6.4vh;
}

#fieldPassword {
    margin-top: 6vh;
}

.fields {
    color: #726472;
    font-size: 16px;
    font-weight: 600;
}

.form-control {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #080708;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 6px;
    border: 1px solid #999;
    background: white;
    padding-left: 19px;
    height: 50px;
}

.usuario:focus {
    border-color: #009bde;
}

.password {
    border: none;
    background-color: white;
    width: 90%;
}

.passwordVisibility {
    border: none;
    background-color: white;
}

.focusIn {
    border-color: #009bde;
}

.focusOut {
    border-color: #999999;
}

#actions {
    margin-top: 6vh;
}

#actions label {
    color: #726472;
    font-size: 13px;
    font-weight: 500;
}

#stayLogin {
    margin-right: 9.4px;
}

#recoverPassword {
    cursor: pointer;
    text-decoration-line: underline;
}

#btnLogin {
    margin-top: 6vh;
}

#banner {
    background-color: #009bde;
    background-image: url(../iconos/login/Fondo.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
}

#bannerHeader {
    width: calc(100% - 24%);
    height: calc(100% - 79.99%);
    margin: auto;
}

#bannerHeader img {
    width: 100%;
}

#bannerLogo {
    width: calc(100% - 34.75%);
    height: calc(100% - 26.7%);
    margin: 6.8% auto 0 auto;
}

#lottie-container {
    width: 100%;
}

.modal-header {
    padding: 0px;
    border: none;
    margin-bottom: 10px;
}

.modal-header img {
    width: 80px;
    height: 19px;
}

.modal-dialog {
    max-width: 521px;
    width: 521px;
}

.modal-content {
    width: 521px;
    padding: 25px 27px 22px 26px;
}

.modal-content .modal-body {
    padding: 0px;
}

.modal-content h5 {
    height: 35px;
    align-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.modal-content p {
    margin-bottom: 20px;
}

.modal-content label {
    color: #5f5f5f;
    font-size: 11px;
    font-weight: 700;
}

#modalNewPassword .form-control {
    height: 40px;
}

#restablecerUsuario {
    height: 40px;
    fill: #fff;
    stroke-width: 1px;
    stroke: #999;
}

.actionsButtons {
    margin-top: 26px;
}

.actionsButtons button {
    width: 150px;
    height: 40px;
    padding: 4px;
    font-size: 14px;
}

.btnValidar {
    margin-left: 18px;
}

.otpInputs {
    width: 100%;
    display: grid;
    grid-template-columns: 14% repeat(4, calc(72% / 4)) 14%;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 4px;
}

.otpInvalid {
    width: 53px;
    height: 21px;
    background-color: #ededed;
    border-radius: 6px;
}

.otpInvalidLeft {
    justify-self: left;
}

.otpInvalidRight {
    justify-self: right;
}

.remaining {
    font-size: 16px;
    font-weight: 700;
    color: #009bde;
}

.otpInputs input {
    text-align: center;
    height: 53px;
    width: 53px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 0px;
    border-color: #999999;
    color: #5f5f5f;
    margin: auto;
    -moz-appearance: textfield;
    appearance: textfield;
}

.otpInputs input:focus {
    color: #009bde;
}

.otpInputs input::-webkit-inner-spin-button,
.otpInputs input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.spinner {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    z-index: 9999;
    background: #fff;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.spinner-msg {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #a0a0a0;
}
.spinner-img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
