/* ==========================================================================
   Page: Login
   Dependencies: AdminLTE + Bootstrap 3
   ========================================================================== */
.navbar-default{
    display: none !important;
}

.ft-login-page {
    background: #00263e;
    min-height: 100vh;
}

.ft-login-wrap {
    padding: 24px 0 32px;
}

.ft-login-alert {
    max-width: 1120px;
    border-radius: 8px;
}

.ft-login-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
    max-width: 1000px;
    margin: 50px auto 24px;
    overflow: hidden;
}

.ft-login-grid {
    display: table;
    width: 100%;
    min-height: 550px;
}

.ft-login-hero,
.ft-login-panel {
    display: table-cell;
    vertical-align: middle;
}

.ft-login-hero {
    position: relative;
    width: 58%;
    background: #fff;
    overflow: hidden;
}

.ft-login-hero-mask {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: 0;
    border-top-right-radius: 315px;
    overflow: hidden;
}

.ft-login-hero-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ft-login-panel {
    width: 42%;
    background: #fff;
}

.ft-login-panel-inner {
    padding: 38px 42px 32px;
}

.ft-login-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.ft-login-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 62px;
    padding: 0 20px;
}

.ft-login-logo-item--encuentro {
    border-left: 1px solid rgba(0, 38, 62, .25);
}

.ft-login-logo {
    max-height: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .ft-login-logo-item {
        width: 110px;
        height: 54px;
        padding: 0 12px;
    }
}
.ft-login-control {
    height: 46px;
    border-radius: 999px;
    background: #eef4fb;
    border: 1px solid rgba(3, 31, 54, .12);
    box-shadow: none;
}

.ft-login-control:focus {
    background: #f6f9ff;
    border-color: #2871A6;
    box-shadow: 0 0 0 3px rgba(40, 113, 166, .12);
}

.has-error .ft-login-control {
    background: #ffecec;
    border-color: #c53a2a;
}

.ft-login-submit {
    height: 48px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .2px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .16);
}

.ft-login-carousel-wrap {
    margin-bottom: 20px;
}

.ft-login-carousel {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
    background: #fff;
    margin-bottom: 16px;
}

.ft-login-carousel .item img {
    width: 100%;
    display: block;
}

@media (max-width: 991px) {
    .ft-login-card {
        width: auto;
        margin: 24px 15px;
    }

    .ft-login-grid,
    .ft-login-panel {
        display: block;
        width: 100%;
        min-height: 0;
    }

    .ft-login-hero {
        display: none;
    }

    .ft-login-panel-inner {
        padding: 32px 24px;
    }
}

@media (max-width: 767px) {
    .ft-login-wrap {
        padding: 16px 0 24px;
    }

    .ft-login-card {
        margin: 16px 10px;
        border-radius: 8px;
    }

    .ft-login-panel-inner {
        padding: 24px 16px;
    }

    .ft-login-submit {
        width: 100%;
    }
}