body {
	background: #efefef;
	font-family: "proxima-nova", sans-serif;
}

h1 {
	font-size: 30px;
}

a {
	color: #1E9AD6;
}

/*----- Alert Messages -----*/
.alert { margin: 10px 0; padding: 10px; font-size: 1.1em; line-height: 18px; }
.error { border: 1px solid #EED3D7; background-color: #F2DEDE; color: #B94A48; }
.warning { border: 1px solid #FBEED5; background-color: #FCF8E3; color: #C09853; }
.success { border: 1px solid #D6E9C6; background-color: #DFF0D8; color: #468847; }

#login {

	width: 450px;
	background: #fff;
	width: 100%;
	max-width: 450px;
	margin: 40px auto 0;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

#signup {
	background: #fff;
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);

}

#login-header , #login-footer {
	padding: 30px 20px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#login-footer {
	font-size: 13px;
}

#login-header h2 {
margin: 0;
font-weight: 600;
font-size: 30px;
    padding: 0
}

#login-mid {
	padding: 10px 40px 40px;
}


#login-mid-top .pfbc-label  {
	display: block !important;
	clear: both;
	float: none !important;
	font-weight: none;
}

#login-mid-top .pfbc-right {
	float: none !important;
	width: 100% !important;
}
#login-mid-top .pfbc-lablel  strong {
	font-weight: 400 !important
	color: #000 !important;
}

#login-mid-top .field label, #login-mid-top .pfbc-label  label {
-webkit-font-smoothing: antialiased;
	display: block;
	padding: 20px 0 5px;
	font-weight: 400 !important;
	font-size: 13px;
    color: #000;
    line-height: 1.5em;
}

#login-mid-top .field input[type='text'], 
#login-mid-top .field input[type='password'],
#login-mid-top .pfbc-right input[type='text'], 
#login-mid-top .pfbc-right input[type='password'],
#login-mid-top .pfbc-element input[type='text'], 
#login-mid-top .pfbc-element input[type='password'] {
	margin: 0 !important;
	background: rgba(0,0,0,0.03);
	padding: 8px 20px;
	width: 100%;
	height: 50px;
	line-height: 30px;
	box-shadow: none !important;
	border: 1px solid #e1e1e1;
}

#login-mid-top .field input[type='submit'], .sample-btn,  
#login-mid-top .pfbc-label input[type='submit'],
#login-mid-top .pfbc-buttons button { 
	text-decoration: none;
	margin-top: 10px;
	position: relative;
	display: inline-block !important;
	line-height: 50px !important;
	border-radius: 3px;
	background: #1E9AD6;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px !important;
	border: none;
	min-width: 150px;
	padding:2px 6px 3px 6px !important;
	width: 100%;
	text-align: center;
	box-shadow: none !important;
	border: none !important;
	font-size: 14px !important;
}

#recover .pfbc-buttons {
	text-align: left !important;
}
#recover .pfbc-buttons button {
	width: 90%;
}
#login-mid-top .pfbc-buttons button {
}
#login-mid-top .pfbc-buttons button span {
	display: inline !important; 
	line-height: 50px;
}

.loginBox_Top h1 {
    font-weight: 400;
    text-align: center;
    color: rgba(255,255,255,0.4);
    padding: 32px 40px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 6px;
    background: rgba(0,0,0,0.8);
}
.pricing {
	width: 100%;
	max-width: 520px;
}

.pricing td {
	font-size: 13px;
	width: 33%;
	background: #EFEFEF; 
	padding: 5px;
}

.pricing th {
	text-align: left !important;
	padding: 15px 0 5px;
	font-size: 13px;
}

#signup button {
	width: 100%;
}
#signup .pfbc-element{
	width: 100%;
	max-width: 520px;
}

#signup_step3 #pfbc-element-1 {
	width: 100%;
}

.smTbl {
	width: 100%;	
}
.smTbl td {
	padding: 5px;	
}
.captcha {
	margin-bottom: 10px;
}

.captcha .c-image {
	float: left;
	padding: 12px;
	background: #C8C8C8;
}
.captcha .c-response {
	float: left;
}
.captcha .c-response input {
	width: 50px;
}
