/* Login Form */
.outerBox {height: 100vh;background: #fff;padding:0;display: flex;justify-content: center;align-items: center;}
.innerBox {background: #ffffff;padding: 30px;background:rgba(0,0,0,0.1); color:#dedede; max-width:320px; width:100%;}
.fgpass{ cursor:_pointer;cursor:pointer; font-weight:500; padding:5px 0; display:block;}
#forgetbox{ display:none;}