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

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

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

.logo-login {
    width: 200px;
    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;
}

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

.btn-login {
    color: #fff;
    background-color: #7CB6CB !important;
    border-color: #7CB6CB !important;
}

.btn-login-light,
.btn-login-light:hover {
    color: #7CB6CB !important;
    background-color: #e1f0ff !important;
    border-color: #e1f0ff !important;
}

.abcRioButton.abcRioButtonLightBlue {
    background-color: #e1f0ff;
    color: #7CB6CB;
    height: 50px!important;
    width: fit-content!important;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    box-shadow: 0 0 0 0 rgb(50 52 63 / 10%)!important;
}

.abcRioButton:hover {
    box-shadow: 0 0 0 0 rgb(50 52 63 / 10%)!important;
}

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

a.enlaces-tkt {
    color: #7CB6CB;
}

a.enlaces-tkt:hover {
    color: #7CB6CB;
}

.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, #7CB6CB, #e57887);
}

.login-form {
    max-width: 550px;
}

.bg-login{
    background-color: #fff;
}

.white{
    color: #fff;
}

.bc-input{
    background-color: #FFF8DC !important;
    border-color: #FFF8DC !important;
}

.border-div-login{
    border-top-width: 2px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    border-radius: 0px !important;
}

.align-items-flex-start{
    align-items: flex-start !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;
    }
}