body {

    color: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

img {
    border-style: none;
}

a {
    color: #fc704b;
    text-decoration: none;
}

.clr {
    clear: both;
    display: table;
    width: 100%;
    height: 0px;
    font-size: 0px;
}

.placeholder {
    color: #aaa;
    display: block;
}

.login-promo {
    float: left;
    width: 50%;
    /*background: #F4C6B7;*/
    height: 100vh;
}

.login-section {
    float: left;
    width: 50%;
}

#login_wrap {
    width: 450px;
    margin: 100px auto 0px;
    height: auto;
    border: solid 1px #d7d7d7;
    border-radius: 10px;
    background: #fff;
    /*box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 1px 0px -1px #0003, 0 0px 1px 0 #00000024, 0 1px 3px 0 #0000001f;
}

#pass_wrap {
    margin: 20px auto 0px;
    width: 550px;
    height: auto;
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}

#login_topbg {

    height: 76px;
}

#login_topbg p {
    padding: 22px 15px 15px 15px;
    margin: 0px;
}

.loginsection {
    display: table;
    height: auto;
    width: 100%;
}

.loginsection h2 {
    /* border-bottom: 1px dashed #F4C6B7; */
    margin: 0 20px;
    padding: 10px;
}

.loginsection form {
    margin: 10px auto 10px;
    width: 334px;
    padding: 20px;
}

.forgotsection {
    display: table;
    height: auto;
    width: 100%;
}

.forgotsection h2 {
    border-bottom: 1px dashed #F4C6B7;
    margin: 0 20px;
    padding: 10px;
}

.forgotsection form {
    margin: 10px auto 10px;
    width: 334px;
    padding: 10px;
}

.formsection {
    margin-top: 10px;
    height: auto;
    width: 100%;
}

.formsection #User_account .label {
    display: table;
    float: left;
    height: 30px;
    margin-right: 10px;
    padding: 5px 0 0;
    text-align: right;
    width: 140px;
}

.formsection #User_account .field-input {
    display: table;
    float: left;
    line-height: 18px;
    margin: 0px;
    width: 490px;
}

.formsection #User_account .form-footer {
    height: 70px;
    background: #f9f9f9;
    border-top: solid 1px #cbcbcb;
}

.formsection #User_account .btn-save {
    margin-left: 66px;
}

input[type="text"],
input[type="password"] {
    background: #FFFFFF;
    border: 1px solid #dadada;
    border-radius: 10px;
    box-shadow: 0 1px 1px #EFEFEF;
    display: block;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    padding: 4px 20px 4px 12px;
}

#User_account .field-input input[type="text"],
#User_account .field-input input[type="password"] {
    padding-left: 5px;
    margin-top: 20px;
}

/*div.username-wrap input{
	background: url(../images/username_icon.png) no-repeat 4px center #fff;
}
div.password-wrap input{
	background: url(../images/password_icon.png) no-repeat 4px center #fff;
}
div.companyid-wrap input{
	background: url(../images/companyid_icon.png) no-repeat 4px center #fff;
}*/
div.companyid-wrap,
div.username-wrap,
div.password-wrap {
    height: 50px;
}

.forgot_register {
    text-align: center;
}

.btn .loginbtn,
.btn .savebtn {
    border: none;
    background: none;
    margin: 13px 0px 0px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.cmn-btn {
    background: #F4C6B7;
    cursor: pointer;
    height: 48px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #2e3b47 !important;
    padding: 3px 40px;
    border: none;
    font-size: 18px;
}

.cmn-btn:hover {
    opacity: 0.9;
}

#loadingimg {
    background: url(../images/loader_img.gif) no-repeat center 3px;
    height: 32px;
    width: 32px;
    z-index: 1000;
    display: inline-block;
}

.cmn-btn,
input:focus,
.cmn-btn:focus {
    outline: 0;
}


.signup-btn {
    background: #88B51E;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 40px;
    text-align: center;
}

.signup-btn:hover {
    background: #92c122;
}

.showPassword {
    position: absolute !important;
    right: 0;
    top: 6px;
    color: #00b9f5;
    cursor: pointer;
    right: 12px;
    outline: none;
}

#fancybox-outer {
    border-top: none !important;
}

#overlay_login {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ddd;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1;
}

#loading_login {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    /*background:#000;*/
    border-radius: 5px;
    margin: -33px 0 0 -40px;
    z-index: 9999;
}