#login {
    font-size: 13px;
    line-height: 14px;
    text-align: left;
	display: inline-block;
	float: left;
	margin-bottom: 200px;
}
#login label {
	border: 0px;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	color: #1a73e8;
	letter-spacing: 0.5px;
	font-style: italic;
	font-weight: normal;
}
#login input[type=text], #login input[type=password] {
	border: 0px solid white;
	border-radius: 0px;
	border-bottom: 1px solid silver;
	padding: 0px;
	width: 320px;
	-webkit-appearance: none;
	box-shadow: inset 0px 0px 0px 0px;
	background-color: white;
	margin: 0 0 20px;
}

#btn_login {
	float: right;
    display: block!important;
    width: 100px;
    font-weight: lighter;
}
#authenticator {
	font-size: 11px;
	color: gray;
	margin: 0 0 20px;
	letter-spacing: 0.5px;
	display: none;
	line-height: 14px;
	width: 320px;
}
#resend_token, #no_token, #email_token {
	cursor: pointer;
	display: none;
	line-height: 28px;
}
