@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html{
	 background: url('images/login-bg.png') #f5f5f5; 
	 /*background-position: bottom; */
	background-repeat: no-repeat;
	background-repeat: repeat-y;
}
body{
    background: transparent;
}
body,
html{
	min-height: 100%;
}

*{border-radius: 0;}

.box-container{
	min-height: 100%;
}
.box-header{
	position: absolute;
	width: 100%; height: 95px;
	top: 0; left: 0;
	background-color: #fff;
	box-shadow: 0px 2px 13px 2px rgba(99, 99, 99, 0.24);
}
.box-header > a.logo{
	position: absolute;
	width: 150px;
	height: 50px;
	top: 22.5px;
	left: 50%; margin-left: -75px;
}

.box-main{
	margin-top: 160px;
	margin-bottom: 65px;
}
.box-auth,
.alert{
	width: 625px;
	box-shadow: 1px 1px 3px 0px rgba(125, 125, 125, 0.19);
}

/* Nav tabs custom */
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus{
	border: none;
}
.nav-tabs.nav-justified > li{
	border-radius: 0;
	height: 60px;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #88a0b4;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.nav-tabs.nav-justified > li.active{
	background-color: #fff;
	border-bottom: none;
	cursor: default;
	color: #2e3d49;
}
.nav-tabs.nav-justified > li.active{
	border-top: none;
}
.nav-tabs.nav-justified > li{
	/* background-color: rgba(236, 236, 236, 0.94); */
	background-color: #fafbfc;
}
.nav-tabs.nav-justified > li:nth-child(1){border-right: 1px solid #ddd;}

.box-auth-body{
	padding: 40px 80px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
}
.box-auth-body h1,
.box-auth-body p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #5e6870;
	margin-bottom: 20px;
}
.box-auth-body p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.box-auth-head{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

textarea.form-control{
	min-width: 100%; max-width: 100%;
	min-height: 100px;
}
input.form-control,
textarea.form-control{
	border-radius: 0;
	box-shadow: 1px 1.5px 1px rgba(165, 165, 165, 0.21);
}
input.form-control,
.btn,
textarea.form-control{font-family: 'Open Sans', sans-serif;}
input.form-control:focus,
textarea.form-control:focus{
	box-shadow: 1px 1.5px 1px rgba(131, 151, 156, 0.21);
	border-color: #5bc0de;
}
.input-lg{
	height: 43px;
	font-size: 14px;
}
.input-lg,
.btn{
	border-radius: 3px;
}
.btn.btn-md{
	text-transform: uppercase;
	font-size: 12px;
	width: 150px;
	height: 45px;
}
.form-group{
	margin-bottom: 20px;
}

.ver{
	position: relative;
	bottom: 0;
	width: 100%;
	color: #c3c3c3;
}
.ver > center > a{
	color: #949494;
}

@media only screen and (max-width: 768px) {
	.box-main{
		margin-top: 155px;
		margin-bottom: 60px;
		padding: 0 15px;
	}
	.box-auth,
	.alert{
		width: 100%;
	}
	.box-auth-body{
		padding: 40px 30px;
	}
	.nav-tabs.nav-justified > li{
		display: table-cell;
		width: 1%;
	}
}