/*
	1. General
	2. login-form
	3. Media Queries
	
--------------------------------------------*/
/* 1. General
--------------------------------------------*/

*, body { font-family: 'Open Sans', sans-serif; }
body { margin-bottom: 30px; }
h1 {
	font-weight: 300;
	font-size: 36px;
	line-height: normal;
	margin: auto;
	margin-top: 30px;
	text-align: center;
}
h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	color: #09F;
}

.green { color: #3C3; }
.gray { color: #999; }

.form-horizontal .control-label { padding-top: 0; }
.form-horizontal  {	padding-top: 0; }
.control-wrapper {
	position: relative;
	padding-left: 30px;
}
.control-wrapper label.fa-label {
	position: absolute;
	left: 4px;
	top: 6px;
}
.form-group:last-child { margin-bottom: 0; }
.form-horizontal .control-label { margin-bottom: 10px; }
.table { margin-bottom: 0; }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}
.input-icon-container { position: relative; }
.input-icon-container .fa {
	color: gray;
	position: absolute;
	left: 10px;
	top: 10px;
}
.input-icon-container input, 
.input-icon-container textarea {
	padding-left: 30px;
}
.container {
	border-radius: 8px;
	margin: 0 auto;
	padding: 30px;
}
.bg-image-1 {
	background-color: rgb(60,60,60);
	background-image: url(../Images/bg-1.jpg);	
}
.bg-image-1{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;	
}
.bg-image-1 { background-size: cover; }
.font-size-small { font-size: 0.8em; }
.margin-bottom-15 {	margin-bottom: 15px; }
.margin-bottom-30 {	margin-bottom: 30px; }
.form-group { margin-bottom: 20px; }
.form-group a {	line-height: 34px; }
.fa { font-size: 16px; }
.fa.login-with {
	font-size: 30px;
	margin: 0 5px;
}
.fa-medium { font-size: 20px; }
.inline-block { display: inline-block; }

/*-------------------------------------
2. login-form-2
---------------------------------------*/
.login-form-2 {
	background-color: rgba(13,13,13,0.25);
	border-radius: 8px;
	color: #fff;
	font-weight: 300;
	max-width: 650px;
	padding: 0 30px 30px 30px;
	margin: 30px auto 0 auto;
}
.login-form-2 h1 { color: #fff; margin-bottom: 40px; }
.login-form-2 a { color: #DBDBDB; }
.login-form-2 .form-control {
	background-color: rgba(83, 78, 78, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.27);
	color: rgb(255,255,255);
}
.login-form-2 .input-icon-container .fa {	color: rgb(190, 190, 190); }
.login-form-2 .control-label { margin-bottom: 10px; }
.login-form-2 .btn {	width: 100%; }
.login-form-2 .btn-social { max-width: 220px; }
.login-form-2 label { font-weight: 400; }
.login-form-2 .one-signin { border-right: 1px solid rgba(200, 200, 200, 0.5); }


/*-------------------------------------
3. Media Queries
---------------------------------------*/
@media screen and (max-width: 767px) {
	.container {	padding: 15px; }
}
@media screen and (max-width: 991px) {
	.login-form-2 .one-signin {
		border-right: none;
		border-bottom: 1px solid rgba(200, 200, 200, 0.5);
	}
	.login-form-2 {	padding-top: 30px; }
	.login-form-2 .form-group:last-child { margin-bottom: 30px; }
	.create-account .col-md-6 .col-md-12 {
		padding-top: 5px;
		padding-bottom: 15px;
	}
}