﻿.pageTitle{
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 20px;
    font-family: Raleway-SemiBold !important;
}
.pageDesc{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Raleway-SemiBold !important;
}
input.form-control{
    color: #6C6C6C
}

.user-avart{
    width: 100%;
    height: 100%;
    z-index: 5;
}
.img_upload img{
    width: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
 .checkboxDiv input{
    vertical-align: top;
    margin-top: 3px;
}
.checkboxDiv label{
    width: calc(100% - 20px);
}
.imgCaptcha .fa-refresh{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.codeImg{
    max-width: calc(100% - 30px);
    height: 34px;
    /*width: auto;*/
    width: calc(100% - 30px);
}

.joinUs{
    padding: 42px 15px;
    text-align: center;
    margin-top: 45px;
}
.joinUs a{
    text-decoration: underline;
}
.joinUs .ralewayBold{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}
.joinUs>div:last-child{
    font-size: 14px;
    line-height: 24px;
    font-family: Raleway-Light;
}

.career_info{
    padding: 30px 15px;
}
.career_info_item{
    padding: 20px;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    background-color: #ffffff;
}
.career_info_item h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    font-family: Raleway-Bold !important;
}

.finish-content {
   border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dedede;
    display: block;
    padding-bottom: 30px;
}
.finishIcon {
    font-size: 60px;
    color: #92de26;
}
.finish-message p {
    line-height: 1.71;
    color: #333;
     font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}