@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	margin: 0px;
	width: 100%;
	min-height: 100%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	background: url(/case_vfs/img/images/bg.jpg) no-repeat center fixed;
	background-size: cover;
}

::-moz-selection {
 color: #FFF;
 background: #CE6A15;
}
::selection {
	color: #FFF;
	background: #CE6A15;
}
a {
	position: relative;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	border: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
section, article, aside, header, hgroup, footer, nav, blockquote, address, time, figure, canvas, video {
	margin: 0;
	padding: 0;
	border: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary {
	display: block;
}
p {
	padding-bottom: 20px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.wrapper {
	width: 1150px;
	margin: 0 auto;
}

header {
	background: #002f5c;
	color: #FFF;
	padding: 20px 0px;
}
header > .wrapper {
	display: table;
}
header > .wrapper > * {
	display: table-cell;
	vertical-align: middle;
}
header > .wrapper > .tag_line {
	text-align: right;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.box_list {
	padding: 100px 0px;
}
ul.box_list > li {
	float: left;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 30px #333;
}
ul.box_list > li.left {
	width: 65%;
	margin-right: 2%;
}
ul.box_list > li.right {
	width: 33%;
}
ul.box_list > li > h1 {
	padding: 30px;
	color: #002f5c;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
ul.box_list > li > .content_wrapper {
	padding: 0px 20px;
	line-height: 22px;
}
ul.box_list > li > .content_wrapper h3 {
	font-size: 18px;
    color: #002f5c;
}

.icon_content_wrapper {
	padding-bottom: 20px;
}
.icon_content_wrapper > * {
	display: table-cell;
	vertical-align: top;
}
.icon_content_wrapper > .icon {
	padding-right: 10px;
}
.icon_content_wrapper > .main_content > h3 {
	display: inline-block;
	padding-right: 10px;
}

.login_form {
	display: table;
	margin: 0 auto;
	padding-bottom: 30px;
}
.login_form .field_wrapper {
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.login_form .field_wrapper > * {
	float: right;
}
.login_form .field_wrapper > .input_wrapper {
	position: relative;
	width: 250px;
	height: inherit;
	background: #FFF;
}
.login_form .field_wrapper > .input_wrapper > input {
	display: block;
	position: relative;
	width: inherit;
	height: inherit;
	line-height: inherit;
	background: none;
	border: 1px solid #CCC;
	border-left: none;
	padding: 0px 10px;
	font-family: Georgia;
	font-size: 16px;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.login_form .field_wrapper .input_wrapper.focused > input {
	border: 1px solid #ea7c1e;
	border-left: none;
}
.login_form .field_wrapper > .input_wrapper > .placeholder {
	display: block;
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 16px;
	color: #888;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.login_form .field_wrapper > .input_wrapper.focused > .placeholder, .login_form .field_wrapper > .input_wrapper.set_placeholder > .placeholder {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.login_form .field_wrapper > .icon_wrapper {
	width: 50px;
	height: inherit;
	background: #002f5c;
	font-size: 0px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.login_form .field_wrapper > .input_wrapper.focused ~ .icon_wrapper {
	background: #ea7c1e;
}
.login_form .field_wrapper > .icon_wrapper:before {
	content: '';
	display: inline-block;
	width: 0%;
	height: inherit;
	vertical-align: middle;
}
.login_form .field_wrapper > .icon_wrapper > img {
	vertical-align: middle;
}
.login_form ul.extra_links {
	display: table;
	width: 100%;
	padding-bottom: 20px;
}
.login_form ul.extra_links > li {
	display: table-cell;
	vertical-align: middle;
}
.login_form ul.extra_links > li.last {
	text-align: right;
}
.login_form ul.extra_links > li a {
	font-size: 12px;
	font-style: italic;
	color: #666;
	text-decoration: underline;
}
.login_form .button_wrapper {
	text-align: center;
	padding-top: 10px;
}
.login_form .button_wrapper > input {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-family: Georgia;
	font-size: 18px;
	background: #ea7c1e;
	color: #FFF;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
}

footer {
	position: fixed;
	left: 0%;
	bottom: 0%;
	width: 100%;
	background: #002f5c;
	color: #FFF;
	border-top: 1px solid #888;
	padding: 7px;
	font-size: 12px;
	text-align: center;
}

.cur_no_transition, .no_transition, .no_transition * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.captcha-text{
    width: 120px !important;
    color: white;
}
.captcha-input{
    width: 140px !important;
}
.captcha-space{
    width: 40px;
}
.captch-reload{
    width: 20px;
    margin-left:5px;
}
