/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
	font-family: 'LuissSans';
	src: url("../fonts/luisssans-regular-webfont.woff") format("woff"),
	url("../fonts/luisssans-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1{
	color:#004377;
	font-size: 1.75em;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2{
	color:#004377;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3{
	color:#004377;
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 20px;
}

body {
	line-height: 1;
	color: #333;
	font-size: 1.0em;
	line-height: 1.2;
	font-family: 'LuissSans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-color: #F0F0F0;
	position: relative;
	overflow-y: auto!important;
}

.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.header .logo{
	display: block;
	margin-top: 40px;
	margin-left: 30px;
	max-width: 175px;
}

.header .logo img{
	width: 100%;
}


.content .bg-box{
	height: 35vh;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;

}

.content .content-box{
	position: relative;
	height: 65vh;
	text-align: center;
	width: 100%;
}

.content .content-box .container-form{
	display: inline-block;
	vertical-align: middle;
	max-width: 30%;
	width: 100%;
	position: relative;
	margin-top: 50px;
}

.content .content-box .container-form.error form input{
	border: 2px solid red;
}

.return-page{
	margin: 30px 0;
}

.return-page a{
	font-size: 1.6rem;
}

.content .content-box .container-form form button{
	margin-top: 90px;
}

.content .content-box .container-form.error form button{
	margin-top: 110px;
}

.content .content-box .container-form.error form .alert{
	position: absolute;
	left: 0;
	bottom: 100px;
	color: red;
}

.content .content-box .container-form form{
	position: relative;
	display: inline-block;
	width: 376px;
}

.content .content-box .container-form .show-pass{
	position: absolute;
	bottom: 65px;
	text-align: center;
	left: 0;
	width: 100%;
}

.content .content-box .container-form .show-pass label{
	font-size: 16px;
	margin-left: 10px!important;
	cursor: pointer;
}

.content .content-box .container-form .show-pass input,
.content .content-box .container-form .show-pass label{
	width: auto;
	display: inline-block;
	height: auto;
	margin: 0;
}

.content .content-box form label{
	font-size: 24px;
	font-weight: 300;
	color: #004379;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.content .content-box form input,
.content .content-box form button{
	outline: none;
	font-family: 'LuissSans', sans-serif;
}

.content .content-box form {
	display: inline-block;
	width: auto;
}

.content .content-box form input{
	font-size: 36px;
	width: 375px;
	line-height: 36px;
	box-sizing: border-box;

	font-weight: 300;
	height: 100px;
	border: none;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
	margin: 0;
	text-align: center;
	appearance: none;
}

.content .content-box form button{
	background-color: #4EDE40;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border: none;
	max-width: 375px;
	width: 100%;
	cursor: pointer;
	margin-top: 30px;
}

body.auth-page{
	overflow: hidden;
}

body.auth-page .content-info{
	position: absolute;
	width: 100%;
	max-width: 800px;
	display: inline-block;
	left: 0;
	right: 0;
	margin: calc(-35vh + 92px) auto 0 auto;
}

body.auth-page .content-info h2{
	color: #fff;
	font-weight: 300;
}

body.auth-page .content-info h3{
	margin: 50px 0;
	font-size: 24px;
	font-weight: 300;
}

body.auth-page .content-info .box-content-code h4{
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
}

body.auth-page .content-info .box-content-code .box-bg{
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
	padding: 20px 0;
}

body.auth-page .content-info .box-content-code .box-bg p{
	padding: 100px 15px;
	font-size: 235px;
	text-align: center;
	color: #595959;
	letter-spacing: 3px;
}

@media screen and(max-height: 750px)  {
	body{
		overflow-y: auto;
	}
}
