﻿
.hero {
    padding: 23px 0;
    min-height: calc(100vh - 45Vh);
}
.login.container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.form-signin {
    background: white;
    padding: 45px 40px;
    min-height: auto;
    width: 100%;
    border-radius: 10px;
}


.one-line {
    display: flex;
    float: inline-end
}

.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 #007bff;
    color: #212529 !important;
    font-size: 1.5rem;
    font-weight: 700;
}

.nav-pills .pill-2 .nav-link {
    background: white !important;
    border-bottom: 2px solid #007bff;
    color: #212529 !important;
    font-size: 1.5rem;
    font-weight: 700;
}

.nav-pills .pill-1 .nav-link:hover {
    color: #212529 !important;
    width: 100%;
    border-bottom: 2px solid #007bff;
}

.nav-pills .pill-2 .nav-link:hover {
    color: #212529 !important;
    width: 100%;
    border-bottom: 2px solid #007bff;
}


.nav {
    padding: 0 15px !important;
}

