html {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

body {
	background-color: #C29031;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFBD40), to(#C29031));
	background: linear-gradient(#FFBD40, #C29031);
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 15px;
	font-family: 'Poppins', Helvetica, sans-serif;
	line-height: 1.65em;
	overflow: hidden;
	color: #0D3EA3;
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 50%;
	background-size: cover;
}

.atis-animated-bg {
	position: absolute;
	width: auto;
	height: auto;
	top: -28px;
	left: -28px;
	right: -28px;
	bottom: -28px;
	background-image: url('../images/atis/main_bg.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.page {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0 50px;
	overflow: hidden;
}

.page-content {
	position: relative;
	width: 100%;
	margin: 10vh auto;
	padding: 0;
	background-color: rgba(4, 30, 81,.5);
	-webkit-box-shadow: 0 0 100px -5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 100px -5px rgba(0,0,0,.25);
	box-shadow: 0 0 100px -5px rgba(0,0,0,.25);
	border-radius: 32px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.page-news {
	opacity:0.9;
}

.page-login {
	background: #fff;
	border-radius: 0 32px 32px 0;
	margin-left: -15px;
	text-align: center;
}

.box-login{
	margin: 20% auto;
}

.header-photo{
	position:relative;
	width:180px;
	margin:0 auto 15px;
	z-index:1
}

.header-photo img{
	max-width:100%;
	background-color:#0D3EA3;
	border:3px solid #0D3EA3;
	border-radius:300px
}

.header-photo:after{
	position:absolute;
	opacity:.3;
	top:7%;
	left:7%;
	border-radius:300px;
	content:'';
	height:calc(100% + 0px);
	width:calc(100% + 0px);
	background-image:-webkit-repeating-radial-gradient(center center,#0D3EA3,#0D3EA3 1px,transparent 0px,transparent 100%);
	background-image:-moz-repeating-radial-gradient(center center,#0D3EA3,#0D3EA3 1px,transparent 0px,transparent 100%);
	background-image:-ms-repeating-radial-gradient(center center,#0D3EA3,#0D3EA3 1px,transparent 0px,transparent 100%);
	-webkit-background-size:6px 6px;
	-moz-background-size:6px 6px;
	background-size:6px 6px;
	z-index:-1
}

.header-titles{
	margin-bottom: 0px;
}

.header-titles h2, h4{
	font-weight: bold;
}

.header-titles h2 span{
	color: #EE2422;
}

.header-titles h4{
	color: #0D3EA3;
}

.field-titles{
	width: 200px;
	text-align: left;
}

.bshowhide{
	cursor: pointer;
	margin: 0;
	height: 100%;
	font-size: 10px;
	font-weight: bold;
}

@media only screen and (max-width: 400px) {
	.field-titles{
		width: 0px;
	}
}

@media only screen and (max-width: 1024px) {
	body{
		background: #fff;
	}
	.atis-animated-bg {
		display: none;
	}
	.page {
		overflow-y: scroll;
		padding: 0;
	}
	.page-content {
		border-radius: 0;
		margin: 0;
	}
	.page-news {
		opacity:1;
		background: #fff;
	}
	.page-login {
		border-radius: 0;
		margin-left: 0;
	}
}

@media only screen and (min-width: 2048px) {
	.form-control{
		font-size: 32px;
	}
	.input-group-addon img{
		width: 32px;
	}
	.btn{
		font-size: 32px;
	}
}