input {
	outline: none;
}

#box {
	width: 345px;
	height: 450px;
	background-color: #fff;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 3px;
}

#top_header {
	padding-top: 45px;
}

#top_header > h3 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #03a9f4;
	line-height: 1.6;
	margin: 0;
	padding: 15px 0;
	color: #555;
	-webkit-text-stroke: 0.2px;
}

label {
	cursor: pointer;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
/*label > span { margin: 0 10px;}*/

input[type=text], input[type=password], input[type=submit], .zn_toggle2 {
	width: 100%;
	height: 55px;
	position: relative;
	display: block;
	margin-bottom: 25px;
	padding: 15px;
	box-sizing: border-box;
	-webkit-text-stroke: 0.1px;
}

input[type=text], input[type=password] {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:16px;
	border: thin solid #ccc;
	border-radius: 5px;
	color: #03a9f4;
}

input[type=text]:focus, input[type=password]:focus {
	border: thin solid #03a9f4;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

input[type=text]:focus, input[type=password]:focus {
	border-left: thin solid #03a9f4;
}


input[type=submit] {
	color: #03a9f4;
	background-color: #fff;
	border: 1px solid #03a9f4;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	transition: all .3s ease;
	margin-top: 0px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #03a9f4;
	color: #fff;
}

a {
	text-decoration: none;
	color: #282828;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	transition: color .3s ease;
	outline: none;
}

a:hover {
	color: #1eb056;
}

.total {
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1;
}