body {

	font-family: Arial;
	font-size: 14px;
	background-color: #f4f6f9;
	-webkit-font-smoothing: antialiased;
}

.dc-login-container {

	width: 312px;
	height: 310px;
	
	position: fixed;
	top: 50%;
	left: 50%;
	
	margin-top: -155px;
	margin-left: -143px;	

}

.dc-login {

	background-color: #ffffff;
	border: 1px solid #babbbc;
	
	width: 312px;
	padding-bottom: 15px;
	text-align: center;
	
}

.dc-login-logo-container {
	
	height: 138px;
	line-height: 138px;
}

.dc-login-logo-container img {
	
	vertical-align: middle;
}

.dc-login-footer {
	margin-top: 3px;
	text-align: center;
	font-size: 11px;
	color: #434343;
	font-weight: bold;
}

input[type="password"], input[type="text"] {
	
	border-radius: 1px 0px 0px 1px;
	border: 1px solid #b9babb;
	line-height: 28px;
	height: 28px;
	margin: 0;
	
	padding-left: 7px;
	
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	
	
	width: 261px;
	
	/* iPad */
	
	-webkit-appearance: none;
}

input:focus[type="password"], input:focus[type="text"] {
	
	outline: none;
	
	border-color: #126aa6;
}

input[type="submit"] {

	margin-left: 173px;
	width: 100px;
	height: 35px;
	
	background-color: #1169a6;
	color: #fff;
	border: 0;
	border-bottom: 2px solid #125684;
	
	font-family: Arial;
	font-size: 15px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.25);
	
	cursor: pointer;
}

input[type="submit"]:hover {
	
	background: #1169a6, rgba(255, 255, 255, 0.1);
}

input[type="submit"]:active {
	margin-top: 2px;
	border: none;
	height: 33px;
}

.dc-login-error {
	color: #ff0000;
	font-size: 13px;
	margin-bottom: 10px;
}

/*input placeholder*/
::-webkit-input-placeholder {
	
	color: #434343;
}

:-moz-placeholder { /* Firefox 18- */
	
	color: #434343;  
}

::-moz-placeholder {  /* Firefox 19+ */
	
	color: #434343;  
}

:-ms-input-placeholder {  
	
	color: #434343;  
}