﻿#logon.LogonPanel input[type='email'],
#logon.LogonPanel input[type='text']
{
	height: 34px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 16px;
	width: 100%;
	background-color: rgb(255, 255, 255) !important;
	border-bottom: 1px solid black !important;
	border: 0px solid black;
	border-radius: 0px;
}

#logon input[type='submit']
{
	width: 100%;
	height: 36px;
	background: #141719;
	border: 1px solid #FFFFFF;
	color: #FFFFFF !important;
	border-radius: 35px;
	font-size: 1em;
}

#logon .h4, #logon .h10
{
	margin-bottom: 8px;
}

#PasswordWrapper p
{
	font-family: InterRegular, sans-serif;
	font-size: 0.6em;
	color: #5c87b2;
	text-align: justify;
}