
@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 {
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid var(--color-site-1);

    color: #fff;
    border-radius: 10px;
    background-color: var(--color-site-1);
    padding: 9px 36px;
    width: 100%;

}
.fxt-btn-fill:hover {

    border: 1px solid var(--color-site-1);
    background-color: #fff;
    color: var(--color-site-1);



}
#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);
}

