#forgotpassword_box_content, #forgot_button, #resetPassword, #loginCaptchaRow
{
	display: none;
}
#assistance
{
	margin-right: 20px;
}
#forgotpassword, #back, #forgotpassword_box_content .link, #assistance, #selfRegistration, #resetPassword
{
	margin-left: 15px;
}
.rounded_small
{
	width: 222px;
}

#contact_support .label
{
	width: 75px;
}
#contact_support .field
{
	width: 250px;
	text-align: left !important;
}
#noJavascript .cell2
{
    padding-left: 10px;
}

#capslockWarning div.cell {
    margin-top: 5px;
    padding-left: 3px;
    padding-bottom: 0;
}

.float_right.required_field {
	padding-right: 240px;
}
.required_indicator {
	color: red;
}


#page_error.loginerrorbanner > .row .cell2 {
	width: 630px;
}

.loginerrorbanner {
	border: 1px solid red;
	border-radius: 15px;
	padding: 15px 0px 15px 10px;
	width: 665px !important;
	margin-bottom: 10px;
}

.login_box_content_container {
	display: flex;
	flex-direction: row;
}

.inputcontainer, .linkcontainer {
    display: flex;
    flex-direction: column;
}

span.errorlink {
	color:red!important ;
}