@CHARSET "UTF-8";

.mobile-wrap {
/*  min-width: 100%;
 min-height: 100vh;
 height: 100vh */
}

.mobile-wrap .login-div {
 align-items: normal;
 justify-content: normal
}

.mobile-wrap .logo {
 max-width: 68px;
}

.mobile-wrap .title {
 padding-top: 10px;
 line-height: 1.2;
 font-size: 22px;
 color: #fff;
 letter-spacing: -1.2px;
}

.mobile-wrap .en {
 font-family: 'Gotham Bold';
 padding-top: 5px;
 font-size: 8px;
 font-weight: 600;
 color: #74b5e6;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.mobile-wrap .login-box {
 background: #fff;
}

.mobile-wrap .login-box{
 padding: 0 20px
}


.mobile-wrap .login-right{}
.mobile-wrap .login-right .title{
 background:none;
 color:#fff;
 font-size:18px;
 letter-spacing: -1.2px;
}
.mobile-wrap .login-right .en {
 font-family: 'Gotham Bold';
 font-size: 8px;
 font-weight: 600;
 color: #74b5e6;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}