body,html{height:100%;user-select:none}.form-group>label{color:#656565;margin:0;font-size:12px}.btn{border-radius:25px;padding:6px 20px}#login-wrap{position:relative;width:100%;height:calc(100% - 25px);display:flex;justify-content:center;align-items:center;overflow:hidden}#login-wrap>.login-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:0}#login-wrap>form{z-index:1;width:90%;max-width:350px;max-height:90%;background-color:#fff;box-shadow:0 0 24px 0 #191919;border-radius:4px;padding:15px}#login-wrap>form>.login-logo{width:100%;height:28px;margin-bottom:30px;display:flex;justify-content:flex-start;align-items:center}#login-wrap>form>.login-logo>img{display:block;height:100%;margin-right:20px;filter:brightness(.5)}#login-wrap>form>.login-logo>span{font-weight:700;font-size:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#656565;user-select:none}#login-wrap>form>div>.form-captcha{display:flex;justify-content:space-between;align-items:center}#login-wrap>form>div>.form-captcha>img{display:block}#login-wrap>form>div>.form-captcha>input{width:calc(100% - 90px);text-transform:uppercase;font-weight:700}#login-wrap>form>div>.form-captcha>input::placeholder{font-weight:400;font-size:12px;font-style:italic}#login-terms{position:fixed;bottom:0;left:0;width:100%;height:25px;background-color:#121212;color:#656565;font-size:12px}#login-terms>div{display:flex;justify-content:space-between;align-items:center;height:100%}#login-terms>div>div{width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#login-terms>div>div:nth-child(2){text-align:right}#login-terms>div>div:nth-child(2)>a{color:#656565}.control{display:flex;justify-content:space-between;align-items:center}.forgot-pass{text-align:right;margin-top:-10px}.forgot-pass>a{display:inline-block;color:#b7b5b5;font-size:11px;font-weight:700;cursor:pointer}.forgot-pass>a:active,.forgot-pass>a:focus,.forgot-pass>a:hover{color:tomato;text-decoration:none}
