﻿#LoginSection {
	width: 300px;
	margin: 10px;
	border-right: solid 1px black;
	float: left;
	font-family: Roboto, sans-serif;
    
}
#ResetPasswordSection, #HelperSection
{
	width: 250px;
}

.header {
    color: #0E3648;
    font-size: 32px;
}

.marginTop40 {
	margin-top: 40px;
}

#ResetPasswordSection > *
{
	display: block;
}

#LoginError
{
	height: 45px;
	font-size:12px;
}

#LoginButton {
	margin-left: 10px;
	background: #217CA3;
	color: #FFFFFF;
	border-radius: 3px;
	border: 2px solid #217CA3;
	transition: all .3s;
	cursor: pointer;
}

#LoginButton:hover {
	background: #4054B2;
	border: 2px solid #4054B2;
}

.newstitle {
	color: #0E3648;
    font-family: Roboto, sans-serif;
}

#News
{
	margin-left: 310px;
	padding-left: 1in;
	padding-right: 1in;
	padding-top: 0.5in;
    font-family: Roboto, sans-serif;
}

#HelperSection .paragraph
{
	margin-bottom:20px;
}


#FeaturesWhenLoggedInHelperTextBox {
	padding: 12px;
	border: 1px solid black;
	margin-right: 12px;
    border-radius: 3px;
}

.MembershipRegistration {
	text-decoration: none!important;
	color: #ffffff!important;
	transition: all .3s;
	background: #217CA3;
    display: inline-block;
    padding: 12px 24px;
    margin-right: 12px;
    border-radius: 3px;
    text-align: center;
    fill: #fff;
    font-size: 15px;
    cursor: pointer;
}

.MembershipRegistration:hover {
	background: #4054b2;
}

#ForgotPasswordLink {
    color: #4054B2;
}

#PoliciesLink {
    color: #4054B2;
}

#LoginError {
    padding-left: 0;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}