body {
	overflow: auto;
}

#loading-registration {
	background: #029E88 url(image/loading1.gif) no-repeat center center;
	z-index: 50000;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #ffffff;
	display: none;
	text-align: center;
    font-size: 20px;
    padding-top: 150px;
    box-sizing: border-box;
}


.logo-img {
	margin-bottom: 40px;
}

a.login, a.login:visited, a.login:link, a.login:active {
	color:#fff;
	text-decoration:none;
	cursor:pointer;

}

a.login:hover {
	color:#fff;
	text-decoration:underline;
}

.login-registration {
	margin: 20px auto;
	width: 900px;
	background-color: #ffffff;
}

#tcn-username, #tcn-password {
	height: 40px;
	padding: 3px 10px;
	padding-left: 32px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border:1px solid #a9a9a9;
	width:310px;
}

@media (max-width: 800px) {
	#tcn-username, #tcn-password {
		width:100%;
	}
}

#tcn-username {
	background: #fff url(image/username.png) no-repeat left center !important;
}

#tcn-password {
	background: #fff url(image/password.png) no-repeat left center !important;
}


.login-buttons {
	font-size: 1em;
	color: #ffffff;
	display: block;
	max-width: 310px;
	width: 100%;
	text-decoration:none;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
	border: none;
	margin: 10px auto;
	background-color: #C3B26B;
}
	
#tcn-login, #tcn-registration, #tcn-registration-start, #tcn-back-login {
	font-size: 1em;
	color: #ffffff;
	display: block;
	max-width: 310px;
	width: 100%;
	text-decoration:none;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
	border: none;
}
#tcn-registration-start, #tcn-login {
	background-color: #C3B26B;
}
#tcn-registration, #tcn-back-login {
	background-color: #02528a;
}


#tcn-login:hover,
#tcn-registration:hover,
#tcn-registration-start:hover,
#tcn-back-login:hover {
	opacity: 0.8;
	cursor:pointer;
}
#tcn-username:-webkit-autofill:focus {
	-webkit-box-shadow: 0px 0 0 100px white inset;
	background: url(image/username.png) no-repeat left center !important;
	background-image: url(image/username.png) !important;
}

input[type="text"].registration-field ,
input[type="password"].registration-field,
select.registration-field {
	width: 100%;
	height: 40px;
	padding: 3px 10px;
	box-sizing: border-box;
}

a.registration:visited,
a.registration:link,
a.registration:active {
	font-size: 1.5em;
	font-weight: 100;
	color: #ffffff;
	background-color: #189f04;
	display: block;
	padding-right: 20px;
	width: 100%;
	text-decoration:none;
	text-align: center;
	padding: 15px;
	margin: 20px 0px;
	box-sizing: border-box;
}

a.registration:hover {
	opacity: 0.8;
}

.menu2 {
	padding: 40px;
	box-sizing: border-box;
	width: 800px;
	max-width: 95%;
}

.login-menu-box {
	/*border-radius: 5px;*/
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #fff;
	/*border: 1px rgb(223, 223, 223) solid;*/
}

.image-placeholder {
    width: 250px;
    height: 150px;
    border: 1px solid rgb(223, 223, 223);
    margin-bottom: 40px;

}

.left-div {
	width:49%;
	display:inline-block;
	vertical-align: top;
	padding-right: 1%;
}
.right-div {
	width:49%;
	border-left:1px solid #dfdfdf;
	display:inline-block;
	vertical-align: top;
	padding-left: 1%;
}

.login-description {
	box-sizing: border-box;
	border-left: 5px solid #C3B26B;
	text-align: justify;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;

}
#tcn-back:hover { opacity:0.8; }
#tcn-back {
	font-size: 1em;
	color: #ffffff;
	display: block;
	width: 310px;
	text-decoration: none;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
	border: none;
	background-color: #024E88;
	margin-left: 3px;
	margin-top: 10px;
	cursor:pointer;

}