.error-en {
	background: url(/static/img/front/V2/error_bg_en.jpg) 50px 20px no-repeat;
	height:290px;
}
.error-id {
	background: url(/static/img/front/V2/error_bg_id.jpg) 50px 20px no-repeat;
	height:290px;
}
.error-otp-link {
    background: url(/static/img/front/V2/error_bg_compass.jpg) 15px no-repeat;
}
.error-otp-invalid {
    background: url(/static/img/front/V2/error_bg_balloon.jpg) 15px no-repeat;
}
.errormessage {
	left: 430px;
    top: 80px;
    width: 400px;
}
.errormessage.otp-errormessage {
    width: 460px;
}
.txorange {color:#f90;}
.errormessage h2 { font-size:30px;margin:15px 0; color:#999;line-height:28px;}
.otp-errormessage h2 { font-size:36px; line-height:1.1;}
.errormessage h4 { font-size:18px; line-height: 1.2;}
.searchform {
    display: inline-block;
	margin: 10px 0; 	
}
.searchform input {
    font: 12px/100% Arial,Helvetica,sans-serif;
}
.searchform .searchfield {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BCBBBB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    padding: 6px 6px 6px 8px;
    width: 202px;
	margin-bottom:0px !important;
}
.searchform .searchbutton {
    border: 1px solid #bbb;
    color: #666;
    font-size: 12px;
    height: 32px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
	vertical-align:middle;
	cursor:pointer;
	margin-bottom:0px !important;
	margin-left:-5px;
	padding:0 20px;
}
.error-imgmap {
	height: 292px;
    left: 50px;
    position: absolute;
    top: 20px;
    width: 418px;
}
/*css error revamp*/
.otp-container {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    margin-top: 80px;
    width: 940px;
    height: 320px;
}
.otp-container:before, .otp-container:after {
    display: table;
    content: "";
}
.otp-span12 {
    width: 940px;
    margin-right: 0;
}
[class*="span"] {
    float: left;
    margin-right: 20px;
    *display: inline
}
.otp-rounded10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.otp-whiteBG {
    background: #FFF !important;
}
.otp-relative {
    position: relative !important;
}
.otp-padding20 {
    padding: 20px !important;
}
.errormessage.otp-errormessage {
    width: 460px;
    margin-left: 50px;
    top: 52px
}
.errormessage {
    left: 430px;
    top: 80px;
    width: 400px;
}
.otp-absolute {
    position: absolute !important;
}
.otp-tCenter {
    text-align: center !important;
}
.otp-container:after {
    clear: both;
}
.otp-txt-head {
    color: var(--text-subheading, #64748B)!important;
    font-family: Roboto;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 45.1px !important;
    width: auto;
}
.otp-txt-main {
    color: var(--text-subheading, #64748B);
    font-family: Roboto;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px !important;
}
.a-otp {
    color: #08C;
}
.white-bg-error {
    background-color: #ffffff;
    position: relative;
    border: solid 1px #fff;
    margin-bottom: -40px;
}