#body-wrap {margin-top: 40px;}

#boxes {width: 100%; height: 170px; overflow: hidden; margin-bottom: 20px;}
#boxes .box {width: 450px; float: left; height: 100%;}
#boxes .box.left {border-right: 1px solid #6C006C; width: 449px;}
#boxes .guest {text-align: center; margin-top: 30px;}

#login-form {margin-top: 20px;}

#failed-login {text-align: center; color: #f00; margin-bottom: 8px;}
#request {text-align: center; margin-bottom: 30px;}
#forgot-link {text-align: center; font-size: 13px;}

#modal-bg {display: none; width: 100%; height: 100%; background-color: #000; opacity: 0; position: absolute; top: 0; left: 0; z-index: 1000; transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;}
#modal-window {display: none; opacity: 0; width: 500px; height: 300px; font-weight: 100; position: absolute; left: 50%; margin-left: -250px; top: 85px; text-align: center; z-index: 1001; background-color: #5D295D; color: #fff; padding: 10px; transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;}
#forgot-wrap.show #modal-bg {display: block; opacity: .5;}
#forgot-wrap.show #modal-window {display: block; opacity: 1;}
#forgotpwd-form {margin-top: 50px;}
#forgotpwd-form h2 {margin-bottom: 20px;}
#forgot-msg {text-align: center;}
