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

.iwj-register .form-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.iwj-register .iwj-register-form{
    display: flex;
    width: 100%;
    padding: 0px 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.iwj-register .iwj-field input{
    height: 46px;
    padding: 11px 14px;
}
.iwj-register-form .form-fields{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}
.iwj-register-form .form-fields .iwj-magic-line-wrap{
    width: 100%;
}
.iwj-register-form .form-fields .fields-group{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.iwj-register-form .form-fields .iwj-magic-line{
    margin: 0;
    display: flex;
    align-items: flex-start;
    border-radius: 8px;
    padding: 0;
    background: var(--colors-bg-25);
    box-shadow: none;
    overflow: hidden;
    width: 100%;
}
.iwj-register-form .form-fields .iwj-magic-line .magic-line{
    background: var(--colors-primary-500);
    border-radius: 0;
}
.iwj-register-form .form-fields .iwj-magic-line p{
    padding: 13px 16px;
    width: 50%;
    color: var(--colors-darkgrey-800);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 0;
    text-transform: none;
}
.iwj-register-form .form-fields .iwj-magic-line p.active{
    color: var(--colors-base-white);
}

.iwj-register-form .form-actions{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.iwj-register-form .form-actions .register-account{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}
.iwj-register-form .form-actions .field-checkbox-message{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--colors-grey-500);
    font-size: 14px;
    line-height: 20px;
}
.iwj-register-form .form-actions .field-checkbox-message .field-title{
    font-weight: 500;
}
.job-register-page-content .iwj-button-loader{
    width: 100%;
}

.job-register-page-content .form-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    color: var(--colors-grey-600);
}
.job-register-page-content .form-footer a{
    color: var(--colors-primary-700);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.iwj-register .iwj-btn{
    text-transform: none;
}

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