::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}
.login-form {
    width: 100%;
    padding-top: 0;
}
.login-form input {
    flex: 1;
}
.login-form .login-top {
    width: 100%;
    height: 260px;
    /*background-color: #7f8aef;*/
    border-radius: 0px 0px 28px 28px;
    position: relative;
}
.login-form .login-top .bg-tu {
    width: 100%;
    height: 100%;
}
.login-form .login-logo {
    text-align: center;
    font-size: 0;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translatex(-50%);
}
.login-form .login-logo .logo-img {
    width: 79px;
    height: 79px;
    border-radius: 100%;
}
.login-form .link a:nth-of-type(1) {
    border: none;
    padding-right: 0px;
}
.login-form .link a:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}
.login-form .login-bottom {
    margin: -86px 10px 0 10px;
    padding: 16px 15px;
    background-color: #fff;
    border-radius: 12px;
    z-index: 90;
    position: relative;
}
.login-form .login-bottom .shuru {
    margin-top: 0;
    height: 49px;
    border-bottom: 1px solid #F0F0F0;
}
.login-form .login-bottom .shuru input {
	font-size: 15px;
}
.login-form .login-bottom .shuru .rules-color {
    color: #0991FB;
    font-size: 14px;
}
.login-form .login-bottom .com-pay-btn {
    height: 44px;
    font-size: 16px;
    background-color: #0991FB;
    border-radius: 8px !important;
    margin-top: 30px;
}
.login-form .area-num {
    height: 100%;
    padding-right: 10px;
}
.login-form .area-num input {
    width: 35px;
}
.login-form .area-num img {
    width: 12px;
    height: 12px;
}
.rules {
    width: 100%;
    bottom: 30px;
    left: 0;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    color: #9B9B9B;
}
.rules a {
    color: #0991FB !important;
}
.rules .rules-icon {
    width: 12px;
    height: 12px;
    border: 0.5px solid #D0D0D0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.rules .rules-icon i {
    font-size: 10px;
}
.login-form .login-bottom .link a {
    font-size: 16px;
    color: #0991FB;
    margin-top: 45px;
}
