body {
	color: #fff;
	background-color: #222222;
	height: 100%;
	margin: 0;
	padding: 0;
    font: 12px/16px arial,sans-serif;
}
a {
	text-decoration: none;
	color: #B9DBEE;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 21px;
	color: #666;
}
/* #login * {
	margin: 0;
} */
#login h1 a {
    background: transparent url("/common/pwire/images/pharmacywire-logo-2015.png") no-repeat scroll center top;
    display: block;
    height: 60px;
    overflow: hidden;
    padding-bottom: 25px;
    text-indent: -9999px;
    width: 300px;
    margin: 0 auto;
}
#login {
    padding: 114px 0 0;
    display: none;
}
#login-form-container {
    margin: 0 auto;
    width: 508px;
    height: 150px;
}
#login form {
    /* background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5; */
    box-shadow: 0 2px 25px 6px rgba(200, 200, 200, 0.3);
    font-weight: normal;
    margin-left: 8px;
    -webkit-border-radius: 3px;
    border-radius: 9px;
    padding: 26px 90px 46px 90px;
    width: 300px;
}
#login form .input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #222;
    border-radius: 3px;
    font-size: 21px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: medium none;
    padding: 6px;
    width: 100%;
    color: #777;
}
#login form .input:focus {
    background-color: #FFFED8;
}
#login label {
    color: #999;
    font-size: 14px;
}
#copyright {
	margin: 20px auto;
	text-align: center;
	font-family: arial;
	font-size: 11px;
}
.note {
	font-style: italic;
	font-size: 0.9em;
}
.pharmacywire-logo {
	text-align: center;
}
.pharmacywire-logo a img {
    border: none;
}
.error {
	color: red;
	padding: 10px 0;
}
h2.access {
	font-size: 14px;
}
#login-result {
	display: none;
}
#login-submit {
    float: right;
    font-size: 13px !important;
    line-height: 16px;
    padding: 5px 12px;
    /* background: url("../images/button-grad.png") repeat-x scroll left top #0ecaf8; */
    background: #0ecaf8;
    color: #FFFFFF;
    border: none;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 13px;
    border-radius: 13px;
    cursor: pointer;
    -webkit-appearance: none;
}
#login-submit:hover {
	text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
	background: none repeat-x scroll left top #61defd;
}
#login form input.disabled, #login form input.disabled:focus {
	background: none repeat-x scroll left top #efefef;
}
#login form #login-submit.disabled {
	background: none repeat-x scroll left top #999999;
}
.html-error-block {
	width: 20rem;
	margin: 0 auto !important;
	text-align: center;
	padding: 3.5rem 0 1rem 0;
}
.html-error-block .error-code {
	font-size: 11rem;
	font-weight: bold;
}
.html-error-block .primary-error {
	float: left;
	width: 100%;
}
.html-error-block .error-description {
	font-size: 1.8rem;
    line-height: 1.2;
	padding: 2rem 0;
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.primary-error-message {
	font-size: 0.8rem;
}

#login h1 a {
    background: transparent url("/common/pwire/images/pharmacywire-logo-2015.png") no-repeat center top;
}
a {
    color: #78B743;
}


.button {
    font-size: 13px !important;
    line-height: 16px;
    padding: 5px 12px;
    /* background: url("../images/button-grad.png") repeat-x scroll left top #0ecaf8; */
    background: #0ecaf8;
    color: #FFFFFF;
    border: none;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 13px;
    border-radius: 13px;
    cursor: pointer;
    -webkit-appearance: none;
}

.button.submit-tempkey {
    width: 4.5rem;
}

.button.use-public-key {
    width: 5.1rem;
}

.show-2fa > .first-auth, .two-factor { display:none }
.first-auth, .show-2fa > .two-factor { display:block }

.two-factor > hr { margin-top: 1rem; margin-bottom: 1rem; }

#login form.show-2fa .two-factor { 
    /* transform: translate(-50%, -50%); */
    top: 50%;
    left: 50%;
    margin: 0; 
}

.show-2fa .two-factor .reauthorize {
    left: 90px;
    position: relative;
    top: 10px;
}