
.loginModal {
    text-align: center;
    /*display: flex;*/
}
.loginModal .login {
    padding-top:30px;
    width: 30%;
    text-align: center;
    margin: auto;
}

.loginModal .login .caption {
    font-size: 22px;
    font-weight: bold;
}

.loginModal .login p {
    margin-bottom: 25px;
}




.loginModal .login p .import {
    font-size: 16px;
    width: 245px;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    border: 1px solid #e9e9e9;
    outline-color: #dedede;
}

.loginModal .login .importUn {
    background: url("/Images/ICON/icon_user.jpg") no-repeat;
}

.loginModal .login .importPw {
    background: url("/Images/ICON/icon_pwd.jpg") no-repeat;
}

.loginModal .login .loginBtn {
    width: 245px;
    font-size: 16px;
    margin-bottom: 15px;
    background-color: #5ab4ff;
    border: 1px solid #5ab4ff;
    cursor: pointer;
}
.resetPw{
    text-align:center;
	font-size:14px;
}
.resetPw .resetPassword {
    margin: auto;
    height: 300px;
}


.resetPw .resetBtn {
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.resetPw .close {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.resetPw .userName {
    margin-top: 100px;
    margin-bottom: 0;
}

.resetPw .connection {
    color: #3e8dff;
}

.loginModal .forgetPassword {
    color: #666;
    cursor: pointer;
    margin-top: 50px;
}

.loginModal .forgetPassword:hover {
    text-decoration: underline;
}



.loginModal .links {
    margin: 30px auto;
    margin-bottom: 0;
    width:245px;
    text-align: right;
}

.loginModal hr {
    width: 245px;
}
