
@import "root-colors.css";


#login-section:before

{
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(4, 4, 14, 0.4);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}
.fxt-header h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}
.fxt-header {

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;


}


.fxt-page-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 12px;
}
.p-sm-7 {
    padding: 60px
}
.fxt-page-description {
    font-size: 18px;
}
@media (max-width: 768px) {
    .p-sm-7 {
        padding: 16px
    }
}

.login-section label{
    color: #979696;
    margin-bottom: 8px;
    font-size: 16px;
}

.fxt-switcher-text {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--color-site-2);

}
.fxt-switcher-text:hover {
    color: var(--color-site-1)
}




.fxt-btn-fill  {
     padding: 9px 36px;
    width: 100%;
   
    transition: all 0.3s;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    background: var(--color-site-1);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--color-site-1);
    z-index: 1;
    border-radius: 6px;
    color: #fff;
    text-align: center;


}



.fxt-btn-fill::before {
    content: "";
    position: absolute;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}


.fxt-btn-fill:hover  {
    color: var(--color-site-1);
    border: 1px solid var(--color-site-1);

}

.fxt-btn-fill:hover::before  {
    top: -40%;
}

.fxt-btn-fill:hover:focus    {
    border: none;
    box-shadow: none;
    outline: none;
}

#or p {
    color: var(--color-site-1);
    font-weight: 400;
}
.view-password {

    top: 38px;
}

.fxt-main-form {
    border-radius: 8px;
}
.login {
    z-index: 11;
}

.requestPwd-section .fxt-main-form {
background: #fff;
    padding: 60px ;
}

@media (max-width:991px) {
    .requestPwd-section .fxt-main-form {
        padding: 36px ;
    }
}
@media (max-width:767px) {
   .requestPwd-section  .fxt-main-form {
        padding: 16px ;
    }
}

.requestPwd-section .fxt-btn-fill {
    background: var(--color-site-1);
    color: #fff;
}

.requestPwd-section .fxt-btn-fill:hover {
    border: 1px solid var(--color-site-1);
    background-color: #fff;
    color: var(--color-site-1);
}

