/* 
    Created on : Sep 13, 2021, 2:00:23 PM
    Author     : duongca
*/

.job-login-page-content{
    display: flex;
    padding: 70px 15px 100px;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}
.job-login-page-content a{
    text-decoration: underline;
    color: #999;
}
.job-login-page-content a:hover{
    color: #333;
}
.iwj-login{
    display: flex;
    max-width: 440px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.iwj-login .form-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.iwj-login .form-header  .form-logo{
    color: var(--colors-primary-500);
}
.iwj-login .header-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.iwj-login .header-text h3{
    color: var(--colors-darkgrey-800);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
}
.iwj-login .header-text .pre-text{
    color: var(--colors-darkgrey-500);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.iwj-login .form-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.iwj-login .iwj-login-form{
    display: flex;
    width: 100%;
    padding: 0px 40px 32px 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.iwj-login .iwj-field input{
    height: 46px;
    padding: 11px 14px;
}
.job-login-page-content .iwj-button-loader{
    width: 100%;
}

.job-login-page-content .form-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    position: relative;
}
.job-login-page-content .register-account{
    position: relative;
    padding-bottom: 20px;
}
.job-login-page-content .register-account:after{
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    background: #dedede;
    width: 40%;
    left: 30%;
}
.iwj-login .iwj-btn{
    text-transform: none;
}
.iwj-login .iwj-btn{text-transform: none;}

@media (max-width: 480px){
    .iwj-login .iwj-login-form{
        padding-left: 0;
        padding-right: 0;
    }
}