@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
.login{
	margin: 0;
	background: #f1f1f1;
	min-width: 0;
	color: #444;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

.login #login {
padding: 2% 0;
min-width: 400px;
}

.login #loginform{
	margin-top: 20px!important;
	margin-left: 0!important;
	padding: 26px 24px 46px!important;
	font-weight: 400;
	overflow: hidden!important;
	background: #fff!important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13)!important;
	box-shadow: 0 1px 3px rgba(0,0,0,.13)!important;
}

.login #loginform p{
	margin: 0;
}

#login {
width: 320px;
padding: 8% 0 0;
margin: auto;
}

.login .iron_header{
	background: #000;
	padding: 10px;
}
.login .red_line{
	height: 5px;
	background: #b41f24;
}
.login .need_help{
	float: left;
	width: 47.99%;
	text-align: right;
	padding-right: 2%;
	color: #fff!important;
	font-size: 20px;
	margin-top: 20px;
}
.login .need_help .label{
	color: #b41f24;
}
.login .need_help .phone_icon{
	height: 22px;
	width: auto;
	vertical-align: middle;
}
.login .need_help a{
	color: #fff;
	text-decoration: none;
}
.iron_logo{
	width: 49.99%;
	float: left;
}
.login{
	font-family: 'Arvo';
}
.login #login{
	padding: 2% 0;
    min-width: 400px;
}
#login h1{ display: none!important; }

#login .client_logo_container{
	text-align: center;
	margin: 10px 0;
}
#login .client_logo{
	text-align: center;
	margin: 10px 0;
	max-width: 100%;
}
.login #loginform{
	margin-top: 0!important;
}
#login label{ 
	color: #000;
	font-weight: bold; 
}
.login #nav, #login #nav{
	background: #fff;
	margin: -30px 0 0!important;
}
.login #nav a, #login #nav a{
	color: #b41f24;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
#login #nav a{
	margin-left: 25px;
}

#loginform .button.button-large {
height: 30px;
line-height: 28px;
padding: 0 12px 2px;
}
#loginform .wp-core-ui p .button {
vertical-align: baseline;
}
#loginform .submit .button-primary {
float: right;
}

.login .welcome_message, #login .welcome_message{
	color: #b41f24;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.login .submit input[type="submit"], #login .submit input[type="submit"]{
	background: rgb(40,40,40);
	background: -moz-linear-gradient(top,  rgba(40,40,40,1) 50%, rgba(0,0,0,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(40,40,40,1)), color-stop(50%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(40,40,40,1) 50%,rgba(0,0,0,1) 50%); 
	background: -o-linear-gradient(top,  rgba(40,40,40,1) 50%,rgba(0,0,0,1) 50%);
	background: -ms-linear-gradient(top,  rgba(40,40,40,1) 50%,rgba(0,0,0,1) 50%);
	background: linear-gradient(to bottom,  rgba(40,40,40,1) 50%,rgba(0,0,0,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 );
	border: 0;
	color: #fcfcfc;
	border-radius: 7px;
}
.login input[type="text"], .login input[type="email"], .login input[type="password"], #login input[type="text"], #login input[type="email"], #login input[type="password"]{
	font-family: Georgia;
	font-weight: 400;
	font-size: 22px;
	background: #fbfbfb;
	line-height: 1;
	width: 100%;
	padding: 3px;
	margin: 2px 6px 16px 0;
}
.login #backtoblog, #login #backtoblog{
	margin: 30px 0 0 0;
	text-align: center;
}
.login #backtoblog a, #login #backtoblog a{
	background: rgb(40,40,40);
	background: -moz-linear-gradient(top,  rgba(40,40,40,1) 50%, rgba(0,0,0,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(40,40,40,1)), color-stop(50%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(40,40,40,1) 50%,rgba(0,0,0,1) 50%); 
	background: -o-linear-gradient(top,  rgba(40,40,40,1) 50%,rgba(0,0,0,1) 50%);
	background: -ms-linear-gradient(top,  rgba(40,40,40,1) 50%,rgba(0,0,0,1) 50%);
	background: linear-gradient(to bottom,  rgba(40,40,40,1) 50%,rgba(0,0,0,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 );
	border: 0;
	padding: 10px 20px;
	border-radius: 7px;
	font-family: Myriad Pro;
	color: #fcfcfc;
}
.cf{
	clear:both;
}