 .errorMsg{
        color: red !important;
       font-size: 12px !important;
       font-weight: 500;
    }
    .required-field label::after {
    color: red;
    content: "*";
}
#userType {
    padding: 6px 0;
}
.form-error > ul li {
    color: red;
    font-size: 12px;
    line-height: 15px;
    list-style: outside none "* ";
}
.form-error > ul {
    margin: 0;
    padding-left: 22px;
}
.hide {
    display: none;
}
.left-field {
    width: 46%;
}
.right-field {
    width: 46%;
}

.contact-form {
    float: left;
    padding: 0 0 0 100px;
    width: calc(100% - 100px);
}

select {
    border: 2px solid #dedfe2;
    border-radius: 20px;
    color: #666666;
    font-family: arial;
    font-size: 14px;
    height: 43px;
    margin: 0 0 20px;
    opacity: 1;
    outline: medium none;
    padding: 5px 20px;
    resize: none;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    text-decoration: none;
}

.btn-box {
    clear: both;
    display: block;
    float: left;
    padding-bottom: 30px;
    text-align: center;
    width: 96%;
}
span.form-error {
    display: block;
    margin-top: -8px;
}
span.form-error {
    display: block;
    margin-top: -8px;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px;
    font-weight: 500;
    text-align: center;
}
.alert h4 {
    color: inherit;
    margin-top: 0;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    color: inherit;
    position: relative;

}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    position: relative;
    clear: both;
    top: auto;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.pull-left{
    float: left;
}
.row.plan-box {
    margin-left: 6%;
}
.register-content main.content {
    max-width: 1178px;
    padding: 0px 15px;
    margin: auto;
    overflow: hidden;
}
.register-content{
	background: url(../images/eservebox-Background.png) !important;
    background-size: cover !Important;
    background-repeat: no-repeat !Important;
}
.register-content main.content .contact-form {
    width: 100%;
    padding: 0px;
	margin-top:50px;
}
.register-content main.content .contact-form .left-field {
    width: 50%;
}
.register-content main.content .contact-form .right-field {
    width: 50%;
}
.register-content main.content .contact-form span.form-error{ margin-top:0px;}




.field-area.captcha .refrace-icon.btn.btn-primary a {
    color: #fff;
    line-height: 29px;
}
.field-area.captcha input#register {
    margin: 18px 0 20px 0;
}
.field-area.captcha .refrace-icon.btn.btn-primary {
    position: absolute;
    right: 339px;
        border-radius: 0;
    line-height: 34px;
    margin: 0;
}
span.field-area.field-area-capcha-box {
    position: relative;
    display: block;
}

select#userType {
    margin: 0px 0px 20px;
    padding: 5px 20px;
    background: #fff;
}
img#register-image {
    border: 2px solid #337ab7;
}
.register-content {
    margin-bottom: -70px;
    min-height: 780px;
}