.form-signin {
    background: white;
    padding: 35px 80px;
    min-height: 620px;
}

.login_logo_col {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    background: #e9f1f5;
    padding: 10px;
    color: white;
    border-bottom: 1px solid #ffffff26;
}

.logo {
    height: 70px;
    object-fit: contain;
}

.one-line {
    display: flex;
}

.forgot {
    margin-left: auto;
}

@media only screen and (max-width: 576px) {
    .form-signin {
        min-width: 360px;
        flex-wrap: wrap;
        padding: 50px 0px;
    }
}

/* not active */
.nav-pills .pill-1 .nav-link:not(.active) {
    border: none;
    color: #6c757d !important;
    font-weight: 700;
    width: 0%;
    transition: width 0.4s;
}

.nav-pills .pill-2 .nav-link:not(.active) {
    border: none;
    color: #6c757d !important;
    font-weight: 700;
    width: 0%;
    transition: width 0.4s;
}

/* active (faded) */
.nav-pills .pill-1 .nav-link {
    background: white !important;
    border-bottom: 2px solid #00cec8;
    color: #212529 !important;
    font-size: 1.2rem;
    font-weight: 700;
}

.nav-pills .pill-2 .nav-link {
    background: white !important;
    border-bottom: 2px solid #00cec8;
    color: #212529 !important;
    font-size: 1.2rem;
    font-weight: 700;
}

.nav-pills .pill-1 .nav-link:hover {
    color: #212529 !important;
    width: 100%;
    border-bottom: 2px solid #00cec8;
}

.nav-pills .pill-2 .nav-link:hover {
    color: #212529 !important;
    width: 100%;
    border-bottom: 2px solid #00cec8;
}

.nav {
    padding: 0 12px !important;
}

.form-control {
    height: 50px;
    border-radius: 10px;
}

.login_image_col {
    max-height: 100vh;
    overflow: hidden;
    background-color: #007e7b;
}

.login_image {
    height: 100%;
}
