/*		#################################################
		GLOBAL
*/
@font-face {
  font-family: 'Atlas-normal';
  src: url("../../public/fonts/lato-regular.eot");
  src: url("../../public/fonts/lato-regular.eot?#iefix") format('embedded-opentype'), url("../../public/fonts/lato-regular.woff2") format('woff2'), url("../../public/fonts/lato-regular.woff") format('woff'), url("../../public/fonts/lato-regular.ttf") format('truetype'), url("../../public/fonts/lato-regular.svg#svgFontName") format('svg');
  font-weight: 400;
}
body {
	margin: 0;
	font-family: 'Atlas-normal';
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: default;
	overflow: hidden;
}
body p, div, input, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.links{
	margin: 5px;
}
.links a{
	text-decoration: none;
	color: #00545e;
}
.links:hover{
	color: #648087;
	text-decoration: underline;
}
body .break {
	float: none;
	clear: both;
}

body .hidden {
	display: none;
}

body .shorten {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
h1, h2, h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
h2{
	font-size: 16px;
	margin-top: 0;
}

/*		#################################################
		[AREA] LOGIN
*/

#area_login {
	width: 400px;
	margin: 0 0 0 -200px;
	position: absolute;
	background-color: #f0f0f0; 
	z-index: 200;
	top: 50%;
	left: 50%;
}

#area_login {
	margin-top: -148px;
}

#area_login {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#area_login .logo {
	background: url(../../public/images/Geposit_logo_CMYK_tight.png) no-repeat;
	background-size: contain;
	width: 200px;
	height: 20px;
	margin: 20px 0 0 20px;	
}

#area_login .form {
	padding: 20px;
}

#area_login .form .input {
	margin: 0 0 15px 0;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(200, 200, 200);
	overflow: hidden;
}

#area_login .form .input {
	box-shadow: 0 1px 1px rgb(255, 255, 255), inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgb(255, 255, 255), inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgb(255, 255, 255), inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#area_login .form .input {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#area_login .form .input input {
	width: 100%;
	height: 31px;
	padding: 0 0 0 12px;
	background: transparent;
	border: none;
}

#area_login .form .input input {
	font-size: 16px;
}

#area_login .form .submit {
	float: right;
}

#area_login .form .submit a, #area_login .form .submit{
	height: 31px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	background: #00545e; 
	color: #ffffff;
	margin: 0 0 25px 8px;
	border: 1px solid rgb(200, 200, 200);
	display: block;
}
#area_login .form .submit a, #area_login .form .submit:hover{
	background-color: #648087;	
}

.error-box{
	height: 31px;
	margin-bottom: 15px;
	padding: 0 0 0 12px;
	font-size: 16px;
	line-height: 31px;
	color: #a94442;
	background-color: #f2dede;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
}
.support{
	float: left;
	text-align: center;
	width: 50%;
}
.customer{
	float: right;
	text-align: center;
	width: 50%;
}

/*		#################################################
		[AREA] BACKDROP
*/

#area_backdrop {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#area_backdrop {
	background-image: url(../../public/images/backdrop.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.browser-error{
	padding: 12px;
	text-align: center;
	color: #8c8d8d;
	font-size: 14px;
	background-color: #FFFFFF;
}
.browser-error h1{
	font-size: 20px;
	color: #00545e;
}
.browser-link{
	display: inline-block;
	text-decoration: none;
	color: #00545e;
	margin: 8px;
}
.chrome{
	height: 58px;
	width: 58px;
	margin-bottom: 4px;
	background-image: url(../../public/images/chrome.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.firefox{
	height: 58px;
	width: 58px;
	margin-bottom: 4px;
	background-image: url(../../public/images/firefox.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.edge{
	height: 58px;
	width: 58px;
	margin-bottom: 4px;
	background-image: url(../../public/images/edge.png);
	background-size: contain;
	background-repeat: no-repeat;

}

.version {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 112px;
	margin-bottom: 4px;
}
.version .sub-text {
	color: #000;
}
.version .text {
	color: #00545e;
}