body {
    overflow: hidden;
    background-color: #009688;
}

.login {
    height: 236px;
    width: 264px;
    padding: 20px;
    background-color: #fbfbfb3d;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
    z-index: 99;
}

.login h1 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.form_code {
    position: relative;
}

.form_code .code {
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}

.login_btn {
    width: 100%;
}

.bg_box {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3000px;
    height: 3000px;
}

.title_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.title_box .icon {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 63px;
    height: 49px;
}

.title_box .text {
    font-size: 25px;
    color: #ffffff;
}