.profileBuilderArea {
    position: relative;
    float: left;
    width: 100%;
}
.inputField, .inputFieldLogin {
position: relative;
float: left;
width: 100%;
margin-bottom: 25px;
}
.inputFieldBeforeBtnErr {
margin-top: 15px;
color: #FF0000;
line-height: 1.4;
font-size: 13px;
display: none;
}

.errorArea {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ebccd1;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}
.inputFieldHeader {
    position: relative;
    float: left;
    width: 100%;
    color: #212121;
    font-size: 13px;
    margin-bottom: 8px;
}
.inputFields, .form-field, .inputFieldsTextArea {
    background-color: #eceef0;
    color: #a9a9a9;
    font-size: 12px;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #eceef0;
}
.loginCntLoginCntIcon {
    position: relative;
    float: left;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    margin-bottom: 20px;
    background-size: contain;
    background-image: url(../images/loginIcon.png);
}
.loginCntLoginCnt {
    position: relative;
    float: left;
    margin-left: calc(25% - 60px);
    min-width: 384px;
    background-color: #FFF;
    border-radius: 20px;
    width: calc(50% - 80px);
    padding: 40px;
    margin-top: 10%;
    margin-bottom: 10%;
}
.loginCnt {
    position: relative;
    float: left;
    width: 55%;
    background-color: #FFF;
    margin-left: 20%;
    min-height: calc(100vh - 80px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#f6f6f6;
/*    background-image: url(../images/loginBg.png);
*/}
.loginCntH {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 26px;
    margin-bottom: 55px;
}
.signUPBtn, .signInBtn {
    position: relative;
    float: left;
    cursor: pointer;
    margin-left: 20px;
    height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 35px;
    color: #FFF;
    background-color: #18898e;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.2px;
    border-radius: 8px;
}
.signInBtn {
    margin-left: 0;
    width: calc(100% + 2px);
}
.inputFieldHeaderHide {
    display: none !important;
}
.dontHaveAcc, .dontHaveAccOther {
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.dontHaveAccOther {
    font-weight: 400;
    color: #383838;
    font-size: 13px;
}
.dontHaveAcc, .dontHaveAccOther {
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.dontHaveAccOther2 {
    margin-left: 5px;
    color: #3a86ff;
    text-decoration: underline;
    font-weight: 400;
	font-size:13px;
}

.selectInputChosen{
width:calc(100% - 4px);
}
.inputChosen .chosen-container{ 
font-size:16px;
border: 2px solid #174F5A;
border-radius: 3.4px;
}
.inputChosen .chosen-container-active.chosen-with-drop .chosen-single{
border:none !important;
}
.inputChosen  .chosen-container-single .chosen-single{
background-color:transparent;
    background: rgba(175, 179, 255, 0.00);
	    color: #000 !important;
		    height: 46px;
			line-height:46px;
}

/*.inputChosen .chosen-container-single .chosen-single span{
color:#999 !important;
}*/
.inputChosen .chosen-container-single .chosen-drop{
margin-top:3px !important;
    box-shadow: unset !important;
    border: 2px solid #174F5A !important;
    border-radius: 3.4px !important;
	    background: #EAF4F6;
 }
 
.inputChosen .chosen-container .chosen-results{
 color: #000 !important;
 max-height:280px;
}
.inputChosen .chosen-container .chosen-results li{
line-height: 1.4 !important;
}
.inputChosen  .chosen-container .chosen-results{
overflow-y:auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
scrollbar-color: #174F5A #afb3ff00;
scrollbar-width: thin;
}
.inputChosen  .chosen-container .chosen-results::-webkit-scrollbar {
width: 5px;
height:100%;
cursor: ew-resize;
}
.inputChosen  .chosen-container .chosen-results::-webkit-scrollbar-track {
background: #afb3ff00;
}
.inputChosen  .chosen-container .chosen-results::-webkit-scrollbar-thumb {
background: #174F5A;
} 
.inputChosen .chosen-container-single .chosen-single div b{
    background-position: 0px 14px;
}
.inputChosen .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -17px 14px;
}
.inputChosen .chosen-container-single .chosen-search input[type="text"]{
background:#FFF !important;
font-size:16px !important;
border-color:##FFF !important;
}