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

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

.field.reqpass p {
    display: none;
}

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

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

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

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

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

.button {
    font: normal 18px/32px "PragmaticaC" !important;
    padding: 0 20px;
    color: #a50010;
    background: #cccccc;
}
a.button:hover {
    background: #cccccc;
}

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

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

.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;
}
input.button {
	font-size: 24px;
	line-height: 40px;
	padding: 0 20px;
	color: #a50010;
	background: #cccccc;
    border: none;
}
input.button:hover {
	background: #cccccc;
}
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);
}