* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body,
html {
    width: 100%;
    height: 100%;
    background: url("../images/background-image.jpg")no-repeat 100% 100%;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
}

.center {
    width: 400px;
    height: 400px;
    position: absolute;
    background: #fff;
    top: 156px;
    right: 152px;
    /* padding: 30px 52px; */
    box-sizing: border-box;
}

.login_ {
    margin-top: 46px;
}

h2 {
    width: 144px;
    height: 50px;
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
}

.import {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}

.import input {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    width: 300px;
    height: 36px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: undefined, inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(151, 151, 151, 1);
    padding-left: 10px;
    box-sizing: border-box;
    margin-right: 10px;
}



.iphon_login .import #btn {
    display: inline-block;
    width: 102px;
    height: 36px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    background: #BD1A2B;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    border: 0;
    padding: 0 5px;
    box-sizing: border-box;

}

.button {
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: white;
    background: #BD1A2B;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    cursor: pointer;
}

.bt {
    display: flex;
    align-items: center;
}

.bt h2 {
    width: 50%;
    text-align: center;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;

}

.action {
    background: #BD1A2B;
    color: white;
}

.qt {
    text-align: center;
    font-size: 14px;
    margin-top: 32px;
    color: #4A4A4A;
}

.qt a {
    color: #4285F4;
    text-decoration: none;
}

.iphon_login {
    display: none;
}