html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: url('../uploads/login_bg.jpg') no-repeat center center;
}

.register-container {
    width: 100%;
    height: 100%;
    background-color: #0C0F1C;
    opacity: 0.9;
    position: relative;
}

.register-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    transform: translate(-50%, -50%);
    width: 800px;

    .register-title {
        font-size: 50px;
        color: #fff;
        padding-bottom: 100px;
        text-align: center;
        letter-spacing: 10px;
    }

    .register-bottom {
        width: 474px;
        height: 575px;
        background-color: #fff;
        margin-left: 163px;
        text-align: center;
        opacity: 1.3;
        border-radius: 4px;

        .register-name {
            font-size: 30px;
            padding: 40px 0 50px 0;
            color: #999999;
        }

        input {
            width: 350px;
            height: 45px;
            outline: none;
            border: 2px solid #ebebeb;
            margin-bottom: 25px;
            text-indent: 10px;
            border-radius: 4px;
        }

        .xieyi {
            text-align: left;
            padding-left: 62px;

            input[type='checkbox'] {
                width: 15px;
                height: 15px;
                vertical-align: top;
                margin-right: 10px;
            }

            a {
                color: #009dff;
            }
        }

        .btn-register {
            display: inline-block;
            width: 350px;
            height: 45px;
            text-align: center;
            line-height: 45px;
            background-color: #e86bb7;
            color: #fff;
            cursor: pointer;
            border-radius: 4px;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 30px;
        }

        .has-login {

            .has-username {
                color: #999;
                padding-right: 10px;
            }

            .login {
                color: #155F9E;
                padding-left: 3px;
            }
        }
    }

    .bottom {
        height: 120px;
        background-color: #151225;
        text-align: center;
        line-height: 120px;
        color: #fff;
    }
}

.bottom {
  width: 100%;
  height: 100px;
  background-color: #141224;
  text-align: center;
  line-height: 100px;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}