/*login.css*/
*{margin:0;padding:0;}html{position:relative;min-height:100%;height:100%;background-color:#f8bc54;background-image:url("/images/bg.png");background-repeat:repeat-x;}body{min-height:100%;background-image:url("/images/bg-shape.png");background-repeat:no-repeat;background-position:0 0;font-family:"museo-sans-rounded",arial;font-weight:100;}#wrapper{min-height:100%;margin-bottom:-74px;}#header{width:100%;height:100px;background-color:#ffffff;}#header .logo{margin-top:35px;}.contentwidth{max-width:1000px;width:100%;margin:0 auto;}form{max-width:1000px;width:100%;margin-top:15vh;margin-bottom:15vh;background:rgb(38,38,38);background-color:rgba(38,38,38,0.95);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}form fieldset{border:none;color:#ffffff;}form fieldset legend{display:block;width:100%;padding:30px;background-color:#1e1e1e;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}form fieldset legend h2{font-size:32px;}form fieldset legend p{font-size:18px;}form .pad{padding:44px 0;}form div{padding:11px;text-align:center;}form label{display:none;}form input[type="text"],form input[type="email"],form input[type="password"]{max-width:400px;width:100%;padding:9px 13px;background-color:#ffffff;border:solid 1px #b9b9b9;-webkit-border-radius:3px;border-radius:3px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}form input[type="submit"]{max-width:333px;width:90%;margin-top:42px;padding:20px 13px;font-size:23px;color:#ffffff;background-color:#e08328;border:none;-webkit-border-radius:3px;border-radius:3px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}#footer,.push{height:74px;}#footer{width:100%;background-color:#1e1e1e;color:#e6e6e6;}#footer p{padding-top:30px;font-size:14px;text-align:center;}@media (min-height:715px){body{height:100%;}}@media (max-height:714px){form{margin-top:10vh;margin-bottom:10vh;}}@media (max-width:480px){#header{text-align:center;}}.errorMsg{color:#f00;}.errorbox{text-align:center;margin-top:1em;}.errorbox img{vertical-align:top;margin-right:5px;}.ForgotPassword{color:#FFA500;text-decoration:none;}.aspNetHidden{padding:0;margin:0;}
