.page-content div.page-wrap {
    width: 880px !important;
    white-space: nowrap;
}
.passwordChange section.page-content div.page-wrap {
    width: 350px !important;
    padding-top: 40px;
}

aside {
    white-space: normal;
}

aside.auth {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
aside.auth h1, aside.auth h2 {
    position: relative;
    top: 20px;
}

aside.auth.login {
    width: 440px;
    margin-left: 80px;
}

aside .field {
    position: relative;
    margin: 30px 0 0 0;
}

aside .field.reqpass {
    margin-top: 10px;
    color: rgba(0,0,0,.7);
}

aside .field.reqpass p {
    display: none;
}

aside .field.reqpass.sent a {
    display: none;
}
aside .field.reqpass.sent p {
    display: block;
}

aside .field input {
    border: 1px solid #ababab;
    padding: 0 10px;
    height: 30px;
    font: normal 16px/30px "PragmaticaC", sans-serif;
}

aside .field input:focus {
    border-color: #6d6d6d;
}

aside .field label {
    display: inline-block;
    width: 220px;
    position: absolute;
    margin-left: -230px;
    text-align: right;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
}

aside .field input#LoginForm_username { width: 220px;}
aside .field input#LoginForm_password { width: 100px;}
aside .field input#CreateUserForm_Email, aside .field input#CreateUserForm_FirstName, aside .field input#CreateUserForm_LastName, aside .field input#CreateUserForm_MiddleName { width: 300px;}
aside .field input#CreateUserForm_Phone{ width: 120px;}

aside a.button {
    font-size: 24px;
    line-height: 40px;
    padding: 0 20px;
    color: #a50010;
    background: #cccccc;
}
aside a.button:hover {
    background: #cccccc;
}

aside .field p.error-text {
    display: none;
}

aside .field.error p.error-text {
    display: block;
    color: #a50010;
    line-height: 24px;
}

aside .field.error a.button {
    display: none;
}

div.req-pass {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    height: 200px;
    margin: -110px 0 0 -175px;
    background: white;
}

div.req-pass .frm {
    position: absolute;
    left: 50px;
    top: 30px;
    width: calc(100% - 100px);
    height: calc(100% - 60px);
}

div.req-pass .msg .message {
    display: none;
}

div.req-pass .msg.show * {
    display: none;
}
div.req-pass .msg.show .message {
    display: block;
}

div.req-pass .frm strong {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
}

div.req-pass .frm input {
    width: calc(100% - 22px);
    border: 1px solid #ababab;
    padding: 0 10px;
    height: 30px;
    font: normal 16px/30px "PragmaticaC", sans-serif;
}
div.req-pass .frm input:focus {
    border-color: #6d6d6d;
}

div.req-pass .frm .buttons {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
}

div.req-pass .frm .buttons .button {
    position: absolute;
    right: 0;
    margin-top: -7px;
    padding: 0 20px;
}

div.req-pass .frm p.error {
    color: #d6002b;
    margin-top: 10px;
    line-height: 20px;
}

input.button {
	display: inline-block;
	line-height: 36px;
	vertical-align: baseline;
	padding: 0 10px;
	color: #a50010;
	text-decoration: none !important;
	height: auto!important;
	cursor: pointer;
}
aside input.button {
	font-size: 24px;
	line-height: 40px;
	padding: 0 20px;
	color: #a50010;
	background: #cccccc;
    border: none;
}
aside input.button:hover {
	background: #cccccc;
}
aside p.error {
	display: block;
	color: #d6002b;
	line-height: 40px;
}

span.small {
	position: absolute;
    bottom: -23px;
    left: 0;
    font-size: 12px;
    color: rgba(0,0,0,.5);
}