.content {
    height: 750px;
    background-image: url("../images/others/partner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}
.content-container {
    height: 750px;
    position: relative;
}
.content-container p:first-child {
    padding: 60px 0 0 48px;
    font-size: 30px;
    letter-spacing: 8px;
}
.login-card {
    position: absolute;
    width: 500px;
    height: 330px;
    top: 30%;
    right: 1%;
    border-radius: 5px;
    background-color: #10121f;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
}
.input-style {
    width: 440px;
    height: 60px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #1c1f30;
    border: none;
    text-indent: 4px;
    color: #fff;
}
.input-style:focus {
    border: 1px solid #137ec2 !important;
    outline: none;
}
.login-btn {
    display: inline-block;
    width: 180px;
    height: 48px;
    margin: 20px 0;
    letter-spacing: 2px;
    text-align: center;
    background-color: #329dff;
    border-radius: 5px;
    color: #fff;
}
.login-tip {
    text-align: left;
    font-size: 12px;
}
.input-tip {
    color: red;
    font-size: 12px;
    margin: 2px 10px;
    text-align: left;
}