.loginWrap {
    /*background-image: url(../../Images/Main_Images/login-bg06_qcell.jpg);*/
    position: relative;
    height: 100vh;
}
.loginBg {
    /*background-image: url(../../Images/Main_Images/login-bg05.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    height: 443px;
}
.loginForm{
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loginForm img{
    width: auto;
}
.loginForm .loginBox{
    width: 500px;
    background: #fff;
    box-shadow: 0 5px 65px rgba(90,90,90,0.1);
    border-radius: 20px;
    position: relative;
}
.loginForm .loginBox .logo{
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 40px;
}
.loginForm .loginBox .logotop{
    height: 65px;
    padding: 0 40px;
}
.loginForm .loginBox h2{
    font-family: 'play';
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    padding: 30px 0 20px 0
}
.loginForm .loginBox .innerForm{
    padding:0 40px 40px 40px;
}
.loginForm .loginBox .innerForm p{
    font-family: 'play';
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 10px;
}
.loginForm .loginBox .innerForm .logingPw{
    margin-top: 25px;
}
.loginInput[type="text"]{
    border: 1px solid #ebebeb;
    background: #FBFBFB;
    width: 100%;
    height: 35px;
    padding-left: 10px;
}
.loginInput[type="text"]::placeholder{
    font-size: 14px;
    color: #C7C7C7;
    /* padding-left: 10px; */
    font-size: 12px;
}
.loginInput[type="password"] {
    border: 1px solid #ebebeb;
    background: #FBFBFB;
    width: 100%;
    height: 35px;
    padding-left: 10px;
}
.loginInput[type="password"]::placeholder {
    font-size: 14px;
    color: #C7C7C7;
    /* padding-left: 10px; */
    font-size: 12px;
}
.loginForm .loginBox .loginText{
    margin-top: 30px;
}
.loginBox .loginText  span{
    margin-left: 10px;
    font-size: 12px;
}
.loginBox .loginText  span a{
    font-size: 12px;
}
.loginBox .loginBtnWrap{
    margin-top: 30px;
}
.loginBox .loginBtnWrap a{
    display: block;
    text-align: center;
    background: #EEF4F9;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #2a2a2a;
}
.loginBox .loginBtnWrap a + a{
    margin-top: 10px;
}
.loginBox .loginBtnWrap a.loginBtn{
    background: #0072CE;
    color: #fff;
}
.loginForm .btxt{
    color: #ABABAB;
    font-size: 12px;
    margin-top: 40px;
    text-align: center;
}