*{margin:0; padding:0}
img,fieldset{ border:none;}
:focus{ outline:none;}
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#d7e6f6;}
img {max-width: 100%;vertical-align: middle;}

.wrapper{ max-width:460px; margin:0 auto;}

#form_container{ float:left; width:99%; background:#fff; border-radius:5px; min-height:400px; margin:20px 0;}
#form_container h1{ background:#cbd7de; font-size:22px; line-height:30px; color:#fff; font-weight:normal; padding:10px 0; text-align:center; font-family: 'robotobold'; border-radius:5px 5px 0 0;}
.main_container{ float:left; width:90%; padding:20px 5%;}

.main_row{ float:left; width:100%; font-family: 'robotoregular'; padding-bottom:30px;}
.main_row label{ float:left; width:100%; font-size:15px; line-height:18px; color:#5f5d5c; font-family: 'robotoregular';}
.main_row label strong{ float:left; width:100%; font-weight:normal; font-family: 'robotobold'; padding-bottom:6px;}
.main_row span{ float:left; width:100%; font-size:13px; line-height:15px; color:#898888;}

.main_row span input:focus{ border-color:#f04d4d!important; box-shadow:0 0 5px #444646;}
.main_row span input[type=text]{ float:left; width:96%; font-size:12px; line-height:14px; color:#5e5b5b; padding:8px 2%; border:1px solid #bebdbd; border-radius:3px;}
.main_row span textarea{ float:left; width:96%; font-size:12px; line-height:14px; color:#5e5b5b; padding:8px 2%; border:1px solid #bebdbd; border-radius:3px; min-height:70px;}
.main_row span input[type=date]{ float:left; width:96%; font-size:12px; line-height:14px; color:#5e5b5b; padding:8px 2%; border:1px solid #bebdbd; border-radius:3px;}
.main_row span input[type=number]{ float:left; width:96%; font-size:12px; line-height:14px; color:#5e5b5b; padding:8px 2%; border:1px solid #bebdbd; border-radius:3px;}
.main_row span textarea:focus{ border-color:#f04d4d!important; box-shadow:0 0 5px #444646;}
.main_row span input[type=file]{ float:left; width:96%; font-size:12px; line-height:14px; color:#5e5b5b; padding:8px 2%; border:1px solid #bebdbd; border-radius:3px; margin-bottom:10px;}
.main_row span input[type=file]:focus{ border-color:#f04d4d!important; box-shadow:0 0 5px #444646;}

.main_row.spacer{ text-align:center;}
.main_row .btn { display:inline-block; color:#0073b9; border:1px solid #0073b9; font-size:15px; line-height:18px; padding:8px 2%;font-family: 'robotoregular'; cursor:pointer;}
.main_row.spacer .btn:hover { background:#9fd8fa; color:#2F3232;}

.success_box {float:left; width:100%; text-align:center; }
.success_box span{ 
display: inline-block;
font-size: 14px;
line-height: 20px;
color: #BD6A6A;
font-weight: bold;
margin: 7px 0px 0 12px;
text-transform: uppercase;
}