@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,400italic,300italic);
/* Cobalt Node Login Style */

body.login {
	background-color:#FFFFFF;
	font-family:'Roboto', sans-serif;
}

section.login {
	height:200px;
	width:375px;
	margin-top:auto;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:auto;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}

div.loginContainer {
	min-width:350px;
	max-width:350px;
	min-height:180px;
	max-height:180px;
	margin-left:auto;
	margin-right:auto;
	martin-top:10px;
	position:relative;
}

fieldset.login {
	min-width:375px;
	max-width:375px;
	min-height:220px;
	max-height:220px;
	border-style:solid;
	border-width:1px;
	border-color:#EEE;
}

input.login {
	font-size:14pt;
	width:97%;
	border-style:solid;
	border-width:1px;
	border-color:#EEE;
}

input.login-button {
	width:97%;
	height:30px;
	font-size:18px;
	color:#FFFFFF;
	background-color: rgba(102, 153, 255, 0.8);
	margin-top:25px;
	border:1px solid transparent;
	border-radius:2px;
}

input.login-button:hover {
	background-color: rgba(102, 153, 255, 1);
}