html,
body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

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

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

.logo-login {
    width: 500px;
    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-brown {
    background-color: #f9ece4!important;
}

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

.input-login {
    /* Login Inputs */
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 12px;
    width: 100%;
    padding-left: 50px!important;
    height: 56px;
    background: #FFFFFF;
    /* Secondary Gray */
    border: 1px solid #888888;
    border-radius: 6px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: center;
    flex-grow: 0;
}

.btn-login {
    /* Primary Buttons */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    width: 100%;
    height: 52px;
    color: white;
    /* Primary Blue */
    background: #0367B5;
    border-radius: 6px;
    border-color: #0367B5;
    background-color: #0367B5;
    /* Inside auto layout */
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    border-style: hidden;
}

.btn-login-light,
.btn-login-light:hover {
    color: #fff !important;
    background-color: #2ea4e0 !important;
    border-color: #2ea4e0 !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: #2e49ff;
}

a.enlaces:hover {
    color: #2e49ff;
}

.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-image: url(../media/custom-imgs/login.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}*/

.text-align-center {
    text-align: center;
}

.btn-cancel {
    border-color: #2e49ff !important;
    color: #2e49ff !important;
}

.btn-cancel-forgot {
    border-color: red !important;
    color: red !important;
}

.h-45 {
    height: 45%;
    ;
}


/*.wrapper-custom{
    width: 100%;
    height: 50%;
    background: url(../media/custom-imgs/login.jpg) no-repeat center center fixed;
    -webkit-background-size: 100% 40%;
    -moz-background-size: 100% 40%;
    -o-background-size: 100% 40%;
    background-size: 100% 40%;
    background-position: top center;
  }*/

.title-login {
    color: #fff;
    font-weight: bolder;
    font-size: 35px;
}

@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: 20%;
        margin-right: 20%;
    }
}

@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 {
    align-items: center;
}

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

.borders-box {
    border-color: #95a1ff !important;
}

.btn-blue {
    background-color: #2e49ff !important;
    color: #fff !important;
}

@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: 20%;
        margin-right: 20%;
    }
}

@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-control-feedback {
    position: absolute;
    padding: 15px;
    pointer-events: none;
}

.form-control {
    padding-left: 30px!important;
}

.h1-login {
    /* Iniciar sesión */
    width: 100%;
    height: auto;
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #03014C;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.logo-log {
    /* slind_parts_logo */
    width: auto;
    height: 150px;
    /* Inside auto layout */
}

.form-login {
    /* LOGIN DIALOG */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 56px;
    gap: 24px;
    position: absolute;
    width: 504px;
    height: 646.97px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 6px;
}

.span-login {
    /* Introduce los datos para iniciar sesión. */
    width: 100%;
    height: auto;
    /* Regular Font */
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.03em;
    /* Secondary Gray */
    color: #888888;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.forgot-span {
    /* ¿Has olvidado tu contraseña? */
    width: 100%;
    height: auto;
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.recover-a {
    /* Recuperar contraseña */
    width: 100%;
    height: auto;
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.03em;
    /* Primary Blue */
    color: #0367B5;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.h1-recover {
    /* Recuperar contraseña */
    width: 100%;
    height: auto;
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
    /* identical to box height */
    text-align: center;
    color: #03014C;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.span-recover {
    /* Introduce tu email para recuperar tu contraseña. */
    width: 100%;
    height: auto;
    /* Regular Font */
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.03em;
    /* Secondary Gray */
    color: #888888;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}