<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---- LOGIN FORM -----*/

p {
	margin-top: 20px;
}

input.button {
    padding:10px 10px;
}

input {
	margin-top:10px;
	margin-bottom:20px;
	background: #f0f0f0;
	padding: 10px 10px 10px 10px;
	font-family: 'Muli', sans-serif;
	font-size:15px;
	color:#000;
    border-left: 10px  solid #FBA700;
}

div#loginBoxWrapper{
	margin-top: 50px;
	padding-left:50px;
	padding-right:0px;
	background:#fff;
	width: 657px;
	font-size: 15px;
}

div#loginHeading, div#registerHeading {
    text-transform: uppercase;
    float: left;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    height:50px;
    background-color: #FBA700;
    border: 0px solid #FBA700;
    color: #fff;
    padding: 0 20px;
    margin: 0px 0px 50px 1px;
}

div#loginHeading{
    margin-left:-50px;
    height:50px;
    width:95px;
    text-align: right;
}
div#loginHeading.forgottenPassword{
    width:100%;
    text-align: left;
    border-right-width: 10px;
}

div#registerHeading{
    width:531px;
    text-align: left;
}

div#registerHeading a{
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0;
}

div#forgotYourPassword{
	padding-bottom: 30px;
}
</pre></body></html>