html,
body {
    overflow: hidden;
    height: 100%;
    margin: 0%;
    background-size: cover;
}

.flex-row-auto.img {
    background-color: #e8eaff;
    background-size: cover;
}

.font-size-h4-custom {
    font-size: 1.35rem!important;
}

.logo-login {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 20px;
    object-fit: cover;
}

.img-login {
    margin-left: auto;
    margin-right: auto;
    margin: 50px 70px;
    object-fit: cover;
}

.bg-light-green {
    border-left: 5px solid #1884f0!important;
    background-color: #f3f6f9!important;
}

.pt-15 {
    margin-top: 15px;
}

.btn-login {
    color: orange;
    background-color: orange !important;
    border-color: orange !important;
}

.btn-login-light,
.btn-login-light:hover {
    color: orange !important;
    background-color: orange !important;
    border-color: orange !important;
}

.abcRioButton.abcRioButtonLightBlue {
    background-color: #fff;
    color: #252525;
    height: 50px!important;
    width: fit-content!important;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
}

.color-subtitle {
    color: #6d6e71;
}

a.enlaces {
    color: #13678A;
}

a.enlaces:hover {
    color: #13678A;
}

.custom-footer {
    bottom: 0;
    width: 100%;
    text-align: center;
}

.header-background-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40%;
    text-align: center;
    background-image: linear-gradient(to bottom left, #2FA4E0, #e57887);
}

.bg-login {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

@media (min-width: 992px) {
    .font-size-h1-lg-custom {
        font-size: 2.5rem!important;
    }
    .font-size-h1-md-custom {
        font-size: 2rem!important;
    }
}

@media (max-width: 992px) {
    .flex-row-auto.img {
        display: none !important;
    }
    .img_devices {
        margin-top: 0px !important;
    }
    .form-group {
        margin-left: 10%;
        margin-right: 10%;
    }
    .form-buttons-login {
        text-align: center;
    }
}

@media (max-width: 426px) {
    .link-forgot.font-size-h6.blue-a {
        text-align: right;
    }
}

@media (max-width: 412px) {
    .form-group {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 321px) {
    .form-group {
        margin-left: 0%;
        margin-right: 0%;
    }
    .form-buttons-login {
        margin-left: 10px;
        margin-right: 10px;
        display: grid;
    }
    .img_devices {
        width: 250px;
    }
    #kt_login_forgot {
        margin-left: 65px;
    }
}

.form-group {
    margin-left: 0%;
    margin-right: 0%;
}

.form-buttons-login {
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
}

.img_devices {
    width: 250px;
}

#kt_login_forgot {
    margin-left: 65px;
}

#imgr2 {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

@media (min-width: 992px) {
    .font-size-h1-lg-custom {
        font-size: 2.5rem!important;
    }
    .font-size-h1-md-custom {
        font-size: 2rem!important;
    }
}

@media (max-width: 992px) {
    .flex-row-auto.img {
        display: none !important;
    }
    .img_devices {
        margin-top: 0px !important;
    }
    .form-group {
        margin-left: 10%;
        margin-right: 10%;
    }
    .form-buttons-login {
        text-align: center;
    }
}

@media (max-width: 412px) {
    .form-group {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 321px) {
    .form-group {
        margin-left: 0%;
        margin-right: 0%;
    }
    .form-buttons-login {
        margin-left: 10px;
        margin-right: 10px;
        display: grid;
    }
    .img_devices {
        width: 250px;
    }
    #kt_login_forgot {
        margin-left: 65px;
    }
}

.titulo {
    font-family: 'Montserrat', sans-serif;
}

#colorgrey {
    background-color: #F3F6F9;
}

link-forgot {
    color: #80D5F2;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #80D5F2;
}

a:visited {
    text-decoration: none;
}

.botonblue {
    background-color: #2EA4E0;
    border: #2EA4E0;
    color: white;
    border-radius: 8px;
    font-size: 17px;
}

.ancho {
    width: 185px;
    height: 49px;
}

.cardshadow {
    box-shadow: 1px 1px 5px 1px #7A7C7C;
}

.borderwhite {
    border: white;
}

.blue-a,
.blue-a:hover {
    color: #81d7f3;
    font-weight: 700;
}

.shadow-custom {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.20);
}

@media (max-width: 1020px) {
    .card.shadow-custom.rounded.p-3 {
        width: 80% !important;
    }
}