body {color: #282828; font-family: 'Open Sans'; line-height: 26px; background: #183c70}
.white {color: #fff;}
.form {margin-top: 25px; padding: 15px;}
.form input, .form select{
	width: 100%;
	margin: 5px 0;
	height: 40px;
	padding: 0 10px;
	border: none;
	color: #879293;
	border-radius: 2px;
	font-size: 13px;
}
.nav-tabs > li > a {
    border-radius: 0;
	color: #787878;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color:#fff;
	font-weight: bold;
	width: 100%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #fb654c;
}	
.nav-form > li.active {background: none}
.nav-form > li {width:50%; background-color: #282828;}
.arrow {
	background: url(../images/arrow.png) no-repeat;
	background-position: 97% center;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.button {
	width: 100%;
	background: #49bea1;
	border: none;
	margin-top: 18px;
	padding: 9px;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 15px;
	color: #fff;
	border-radius: 4px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
	border-bottom: 1px solid #fb654c
}
/*header-css-end*/
.mobile-verify {
    z-index: 2;
    width: auto;
    height: 100%;
    line-height: 29px;
    padding: 5px 10px;
    border-left:1px solid #dedede;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    letter-spacing: .5px;
	background: #04bd00;	
}
.relative {position:relative;}
.absolute {position:absolute;bottom:7px;right:20px;font-size:11px;color:#ff0000}
.tab-content {margin-top: 15px;}
.back {background: #49bea1;}
.pad {padding: 10px 0;}
.back img {margin-right: 8px;}
