/*------------------------------------------------------------------
Bootstrap Admin Template by EGrappler.com
------------------------------------------------------------------*/




/** Base Body Styles **/
body{  color:#838383; font: 13px/1.7em 'Open Sans';
background: #f9f9f9;
}

h1{
    padding: 30px 0;
    text-align: center;
}
    

.account-container {
	width: 430px; 
	display: block;
	margin: 60px auto 0 auto;
	background: #fff;
	box-shadow: 5px 5px 10px #dedede;
}

.content {
	padding: 16px 28px 0  28px;
} 

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-size: 16px;
	color: #000000;
	padding: 11px 0;
	background-color: #ffffff;
	width: 370px;
    height: 46px;
	display: block;
	margin: 0;
	box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.btn.submit{
	background-color: #0093b9;
}
.login-actions {
	width: 100%;
	margin: 0 auto 1.25em;
    text-align: center;
}

.login-social {
	float: left;
	padding: 10px 0 15px;
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;	
}

span.login-checkbox {
	float: none;
	margin-top: 31px;
    display: flex;
    justify-content: center;
    color: #f26963;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}

span.login-checkbox > input[type='checkbox'] + label {    
    clear: none;
	height:20px;
    padding: 0 0 0 28px;
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
    background: url(../../img/signin/check.png) no-repeat 0 0 / 20px 40px;
    cursor: pointer;
    color: #343434;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -20px;
}

/** Text Under Box**/
.login-extra {
	display: block; 
	width: 100%; 
	margin: 0 auto;
	text-align: center;
	line-height: 19px;
}
.login-extra a{
	font-size: 14px;
    color: #343434;
    margin-bottom: 30px;
    display: inline-block;
}

.account-container h1 {
	margin-bottom: .4em;
	color: #0093b9;
    line-height: 40px;
    padding-top: 60px;
    font-style: italic;
	font-size: 46px;
}
.account-container h1 span{
	font-size: 16px;
	display: block;
}

/** Buttons **/

.button { display: inline-block; float: right; margin-top: 18px;}

.btn,submit{
    background: #f26963;
    color: #fff;
}




.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}

.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}

.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	width: 200px;
}

.register span.login-checkbox > input[type="checkbox"] + label {
	
	position: relative;
	
	line-height: 1.3em;
}



@media (max-width: 480px) {
	
	.account-container {
		width: 280px;	
		margin-top: 35px;
	}
	
	.login-fields input {
		width: 160px;
	}
	
	.login-social {
		width: 100%;
	}
	
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	
	.register .login-fields input {
		width: 204px;
		padding-left: 6px;
	}
	
}

.submit{
    width: 80%;
    margin: 20px auto 0;
    padding: 15px;
    font-size: 18px;
    float: none
}