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:576px;
}

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

.welcome {
	font-size: 16px;
	font-weight: lighter;
	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: #fff}

.box {
  overflow: auto;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  width: 50%;
  background-color: #fff;
	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:7px;
}

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

.form {
  <!--border-bottom: 1px solid #b3b6bb; -->
  padding-bottom: 10px;
  width: 100%;
}

.form-row a {
	color: #02A4FF;
	font-size: 10px;
	margin: 5px 0 0;
	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 0;
	padding: 10.5px 40px ;
}

.btn.red2{
	background:#c20000;
	font-size: 20px;
	background:#c20000;
	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-height: 640px) and (min-height: 500px) {
	.container {
		padding-top: 2px;
			transform: translateY(40px);
		}
}
@media (max-height: 300px) and (max-height: 500px) {
	b {
	    font-size: 30px;
	}
}
@media (max-height: 499px ){	
	.container {
		padding-top:2px;
		transform: translateY(0%)
		}
	.logo {
/*		 margin-bottom: 16px
*/		}
	.welcome {
/*	font-size: 10px;
*/	margin-bottom: 16px
	}

b {font-size: 30px;}
	}

@media (max-width: 767px) {
	.container {
		padding:2px;
		transform: translateY(0%);
		width: 320px;
	}
	.welcome {
		text-align: left;
		padding-left: 6px;
		margin-left:10px ;
		width:260px;
	}
	.box{
		width: 70%;
		margin-left: 10px
	}
	.disclaimer { 
		margin-left:10px ;
		text-align: left;
	}
	.main {
		height: 568px;
	}
}