/*---------------------------*/
/*------- login.css --------*/
/*---------------------------*/

/*---------------------------*/
/*---------NAV-LOGIN---------*/
/*---------------------------*/

.nav-link-login {
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #cfdeff;
    text-decoration: none;
    background: none;
    border-radius: 20px;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link-login.active {
    background-color: #fff;
    color: #000000;
}

.text-link {
    font-family: "Funnel Display", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #00acfc;
}

.form-switch .form-check-input.custom {
    width: 4em;
    height: 2rem;
}
.form-check-input.custom:checked {
    background-color: #00acfc;
    border-color: #00acfc;
}

.form-floating input{
    border-radius: 20px;
}

.form-check-label {
    font-family: "Funnel Display", sans-serif;
    font-size: 14px;
}

#login-pane .form-label{
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 32px;
}

#login-pane .form-control{
    padding-top: 28px;
    padding-left: 28px;
}

#login-pane input:not([type="checkbox"]) {
    background-color: #FFFFFF !important;
    border-color: #F1F5FF;
}

#login-pane input:-webkit-autofill,
#login-pane input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    border-color: #F1F5FF !important;
}

#login-pane input:-webkit-autofill:hover,
#login-pane input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    border-color: #00acfc !important;
}

#login-pane input:focus {
    border-color: #00acfc !important;
    box-shadow: none !important;
    outline: none !important;
}

.img-social {
    width: 37px;
}

.title-login h2{
    font-size: 20px;
}
.title-login h5{
    font-size: 14px;
}

.password-toggle-icon-btn {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.password-toggle-icon-btn img {
    width: 26px;
    padding: 5px;
    height: auto;
}
