.auth{padding:40px 117px 81px;background-color:var(--bg-color)}.auth-title{margin-bottom:40px;color:var(--text-color);font-size:1.5rem;text-align:center}.auth-body{display:-webkit-box;display:-ms-flexbox;display:flex}.auth-hybrid,.auth-login{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.auth-hybrid{width:100%;max-width:360px}.auth-separator{position:relative;min-width:120px;max-width:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.auth-separator:before{position:absolute;content:"";width:1px;height:100%;top:0;left:50%;opacity:.2;background-color:var(--text-color);z-index:0}.auth-separator>span{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:33px;color:var(--text-color);font-size:1rem;background-color:var(--bg-color);z-index:1}.auth-desc{margin-bottom:45px;color:var(--text-color);font-size:1.18rem}body.-is-mobile .auth{padding:30px 20px}body.-is-mobile .auth-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.-is-mobile .auth-separator{min-width:0;width:100%;max-width:100%;height:40px;margin-bottom:15px}body.-is-mobile .auth-separator:before{width:100%;height:1px;top:50%;left:0}body.-is-mobile .auth-login{text-align:center}body.-is-mobile .auth-desc{margin-bottom:20px;font-size:.87rem;text-align:center}body.-is-mobile .auth .d-flex{display:block!important;text-align:center}body.-is-mobile .auth .d-flex .btn{margin-bottom:15px}body.-is-mobile .auth .d-flex .btn:last-child{margin-bottom:0}