body { background: #000 url(../images/login-bg.jpg) 0 0 no-repeat; background-size: cover; background: #efefef; }
#login.panel { background: rgba(255,255,255,0.9); border: 0; border-radius: 4px; margin-top: 50px; box-shadow: 0px 0px 10px 5px rgba(100,100,100,0.4); }
#login .panel-heading { /*background: #234F7E; color: #fff;*/ background: #000; color: #EA070C; }
#login.panel h1 { text-align: center; margin: 10px 0; font-weight: bold; font-size: 20px; line-height: 30px; }
#login.panel input { height: 50px; }
#login.panel .form-group { margin: 10px 0 30px; }