html { background: #333 url(../images/login-background.jpg) top center; background-size: cover; height: 100%; }
body { background: transparent url(../images/login-overlay.png) repeat; min-height: 100%; }
hr { border-top: 1px solid #dddbda; border-bottom: 1px solid #FFF; margin: 10px auto 20px; width: 70%; }
.login { padding-top: 30px; padding-bottom: 25px; }
.login-div { max-width: 480px; background: transparent url(../images/login-div.png) repeat; border: 7px solid rgba(255, 255, 255, 0.31); padding-bottom: 20px;
	-webkit-background-clip: padding-box; -moz-background-clip: padding-box; -o-background-clip: padding-box; background-clip: padding-box;
	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
}
.display-none { display: none; }
.logo { text-align: center; padding: 15px 0 10px; }
.logo img { border: 0; }
.logo > span.fa { font-size: 97px; color: #ff751a; }
.heading { font-size: 27px; }
.login-form input { background-color: #9bc2c2; border: 1px solid #bfbfbf; box-shadow: none; display: block; margin: 0 auto 15px; padding: 8px; width: 70%; }
.login-form button.ui-icon.fa { background-image: none; text-indent: 0px; }
.login-form button span.ui-button-text { display: none !important; }
.btn.btn-orange { background: #ff751a; border: 0; border-radius: 50px; color: white; width: 120px; display: block; font-size: 27px; margin: 20px auto 20px; padding: 8px 0 !important; text-transform: uppercase; text-shadow: 1px 2px 2px #c44c4c;
	-webkit-box-shadow: inset 0 1px 2px #ff8c8c; -moz-box-shadow: inset 0 1px 2px #ff8c8c; box-shadow: inset 0 1px 2px #ff8c8c;
	-webkit-transition: background .5s ease-in-out;	-moz-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out;	transition: background .5s ease-in-out;
}
.btn.btn-orange:hover { background: #ff6600; }
#messages_1 { max-width: 480px; margin: 0 auto; }
#messages_1 div ul { margin-right: 0px; }
#messages_1 div ul li span { display: inline-block; width: 100%; }
.ui-messages-error { border: 1px solid #a94442; }
.ui-messages-error-icon { margin-top: -2px; }