body {
    background-color: #fff;
    margin: 0rem;
    background: #fff url("/assets/img/build-5.gif") no-repeat;
    background-position: bottom;
    background-size: 1920px 387px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-top: 80px;
    box-sizing: border-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.header {
    background: #5a9bdd;
    height: 94px;
    color: #fff;
}

.header img {
    float: left;
    width: 74px;
    height: 74px;
    margin: 10px;
}

.header .text {
    float: left;
    height: 94px;
    font-weight: bold;
    margin-left: 16px;
    text-align: center;
}

.header h1 {
    font-size: 30px;
    letter-spacing: 24px;
    line-height: 18px;
    text-align: center;
    text-indent: 24px;
}

.header p {
    font-size: 16px;
}

.content .title {
    font-weight: bold;
    font-size: 44px;
    color: #4a4a4a;
    letter-spacing: 6px;
    margin-top: 40px;
    text-align: center;
}

.login-section {
    width: 400px;
    height: 300px;
    background: #fff url("/assets/img/login-form.jpg") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transform: translateX(-5px)
}

.login-section .right-img {
    position: absolute;
    right: 70px;
    margin-top: 5px;
}

.login-center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    margin-bottom: 18px;
    display: flex;
}

.login-center-input-text {
    float: left;
    font-size: 20px;
    line-height: 36px;
    margin-right: 20px;
    color: #333333;
}

.login-center input {
    font-size: 20px;
    width: 224px;
    height: 36px;
    border: 1px solid #c9c9c9;
}

.login-button {
    background: #5295d5;
    border: 1px solid #467bae;
    color: #fff;
    width: 229px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    border-radius: 2px;
    text-align: center;
    margin-left: 59px;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.51), 0 0 5px rgba(0, 0, 0, 0.38);
    cursor: pointer;
}

.logo {
    display: flex;
    justify-content: center;
}

.logo img {
    width: 100px;
    height: 100px;
}
