html {
	font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
	font-family: "CorpidLight", Arial, Helvetica, sans-serif
}

@font-face {
	font-family: 'CorpidLight';
	src: url('../fonts/CorpidC1_3.eot');
	src: local('?'), url('../fonts/CorpidC1_3.woff') format('woff'), url('../fonts/CorpidC1_3.svg#CorpidC1_3') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CorpidHeavy';
	src: url("../../includes/nab/files/fonts/CorpidC1_8.eot");
	src: local('?'), url("../fonts/CorpidC1_8.woff") format("woff"), url("../fonts/CorpidC1_8.svg#CorpidC1_8") format("svg");
	font-weight: bold;
	font-style: normal;
}

body {
	position: relative;
	background-color: #F3F4F8;
	margin: 0;
}


.main {
	position: relative;
	background-color: #0087D6;
	box-shadow:0 10px 10px rgba(0,0,0,0.25);
	padding-bottom: 0px;
	margin-bottom: 100px;
	height:600px;
}

.container {
	width: 768px;
	margin: auto;
	transform: translateY(30%);
	}

.welcome {
	font-size: 16px;
	text-align: center;
	color: rgb(255, 255,255,0.7);
	margin: auto;
	margin-bottom: 20px;
	width: 50%;
}

b {
	font-size: 40px;
	display: block;
/*	margin-bottom: 6px;
*/	color: #ffffff;
}

.box {
  overflow: auto;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  width: 50%;
  background-color: #ffffff;
	padding:20px 10px 20px 10px;
	box-shadow:0 10px 10px rgba(0,0,0,0.25);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo {
	margin-bottom: 30px;
}


.form label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #808080;
  margin-bottom:10px;
}

.form input[type="text"],.form input[type="password"]{
  background: none repeat scroll 0 0 #ffffff;
  border: none;
  color: #999999;
  font-size: 14px;
  padding: 10px;
	width:95%;
	outline:none;
  box-shadow:0 0 3px 3px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.form {
  padding-bottom: 10px;
	border-bottom: 1px;
  width: 85%;
}

.form-row a {
	color: #02A4FF;
	font-size: 10px;
	display: block;
}
.btn {
  border: medium none;
  border-radius:14px;
  font-size: 16px;
  padding: 10.5px 16.5px;
  color:#fff;
  cursor:pointer;
  text-decoration:none;
  font-weight: bold;
}
.btn.blue{
	background:#0087D6;
	margin: 10px 0px;
	padding: 10.5px 40px ;
}

.btn.red2{
	background:#c20000;
	font-size: 20px;
	padding: 10.5px 20px;
}


.btn.gray{
	background:#8C8C8C;
	margin-bottom: 16px
}

.first-timelogin {
	margin: 30px 0px 20px 0;
}

.btn.blue:hover {
	background:#0099D6
}

.btn.gray:hover {
	background:#ADADAD
}

.disclaimer { color:#fff;
	font-size: 10px;
	width: 50%;
	text-align: center;
	margin: auto; }




@media (max-width: 767px) {
	
.main {
	height:510px;
}
		
	.container {
		padding:2px;
		transform: translateY(0%);
		width: 320px;
	}
	.welcome {
		text-align: center;
		width:260px;
	}
	
	b {
	font-size: 25px;
	display: block;
/*	margin-bottom: 6px;
*/	color: #ffffff;
}
	
	.box{
		width: 80%;
		align-items: center;
	}
	
	.form input[type="text"],.form input[type="password"]{
  background: none repeat scroll 0 0 #ffffff;
  border: none;
  color: #999999;
  font-size: 14px;
  padding: 10px;
	width:92%;
	outline:none;
  box-shadow:0 0 3px 3px rgba(0,0,0,0.1);
  margin-bottom: 15px;
}
	
	.disclaimer { 
		text-align: center;
	}

}