body{overflow:hidden;background-color:#333;background-image:url(/asset/layout/auth-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative;color:#fff;user-select:none}#auth-layer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:0}#auth-wrap{position:absolute;top:0;left:0;width:100%;z-index:1;padding:20px 50px;display:flex;justify-content:space-between;align-items:stretch;height:100%}#auth-info.text-right{text-align:right}#auth-info>section{display:flex;justify-content:space-between;gap:15px;background-color:rgba(39,39,39,.5);padding:15px;border-radius:8px}#auth-info>section>img{display:block;height:75px}#auth-info>section>div{width:calc(100% - 90px);overflow:hidden}#auth-info>section>div>h3{font-size:24px;margin-bottom:10px}#auth-info>section>div>div,#auth-info>section>div>h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}#auth-brand{display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;width:100%;padding:5px 10px;background-color:#1e1e1e}#auth-brand>img{display:block;height:35px}#auth-brand>span{color:#5a5959;font-size:16px;width:calc(100% - 50px);display:flex;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}#auth-form>form .form-control{border:0}#auth-form{position:relative;width:calc(100% - 240px)}#auth-form>form{padding:65px 20px 20px 20px;background-color:rgba(39,39,39,.5);border-radius:8px;position:absolute;top:50%;transform:translateY(-50%) translateY(-50%);left:50%;min-width:300px;overflow:hidden;box-shadow:#3f3f3f 0 2px 5px}#auth-form>form .form-password-toggle{position:relative}#auth-form>form .form-password-toggle button{position:absolute;bottom:10px;right:0}#auth-form>form .form-password-toggle input[type=password]{padding-right:40px}#auth-form>form .form-password-toggle button{background-color:transparent;box-shadow:none;transition:ease-in-out .2s}#auth-form>form .form-password-toggle button:active,#auth-form>form .form-password-toggle button:hover{color:tomato}#auth-form .toggle-label{color:#fff}#auth-footer{position:absolute;bottom:0;left:0;width:100%;padding:5px 10px;background-color:rgba(0,0,0,.5);display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#5a5959;z-index:1}@media (max-width:992px){#auth-wrap{flex-direction:column-reverse;justify-content:center;height:auto}#auth-form,#auth-info{width:100%!important}#auth-form>form{position:relative;top:0;left:0;transform:none;margin:auto;margin-top:50px;min-width:100%}}
