html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: hidden;
}


.img-bg {
    position: absolute;
    top: -40px;
    left: -40px;
    width: calc(100% + 65px);
    height: calc(100% + 90px);
    z-index: 0;
}

.head-container {
    position: absolute;
    top: 11%;
    left: 82%;
    width: 100%;
}

.head-img {
    display: inline-block;
}

    .head-img img {
        width: 100px;
    }

.head-bg img {
    width: auto;
    height: 50px;
}

.head-title {
    display: inline-block;
}

.text {
    position: absolute;
    font-size: 40px;
    color: white;
    font-weight: 500;
    top: -2px;
}

.div-container {
    width: 70%;
    height: 65%;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*box-shadow: 0 0 10px 0.5px #040202;*/
}

.div-form {
    position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
    background-color: white;
    overflow-y: hidden;
}

.space {
    height: 20%;
}

.space2 {
    height: 2%;
}

.space3 {
    height: 10%;
}

.form-img {
    width: 30px;
    height: 30px;
}

.form-title {
    font-weight: bold;
    font-size: 25px;
    margin: 0 auto;
    /*width: 40%;*/
    text-align: center;
    color: #0E78A8;
}

    .form-title span {
        font-family: 'Times New Roman';
    }

.form-title-tips {
    height: 2px;
    margin: 0 auto;
    width: 17%;
    background-color: #1D6ED2;
}

.form-horizontal {
    margin-bottom: 30px;
    margin: 0 40px;
    /*width: 100%;*/
}


.input-icon {
    display: inline-block;
}

.container-info {
    font-size: 18px;
    position: absolute;
    font-weight: 400;
    top: 5%;
    left: 3%;
    text-align: center;
    color: #778fba;
}

.checkbox {
    display: none;
}

.form-span-forget {
    float: right;
    color: #1D6ED2;
}

.form-span {
    float: right;
}


.form-submit {
    color: white;
    width: 100%;
    background: #1D88AC;
    box-shadow: 0px 2px 6px 0px rgba(29, 110, 210, 0.36);
    border-radius: 4px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.tips-div {
    position: absolute;
    width: 100%;
    bottom: 5%;
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.72;
    text-align: center;
}

.form-bottom {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .head-container {
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .div-container {
        height: 50%;
    }

    .head-img img {
        width: 35px;
        height: 35px;
    }

    .text {
        font-size: 25px;
    }

    .div-form {
        width: 100%;
    }

    .form-title {
        font-size: 16px;
    }

    .space {
        height: 5%;
    }

    .space3 {
        height: 5%;
    }

    .form-horizontal {
        margin: 0 5px;
        margin-bottom: 0;
        padding: 0 18px;
    }

    .form-bottom {
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-img {
        width: 20px;
        height: 20px;
    }

    .form-span {
        font-size: 12px;
    }

    .form-span-forget {
        font-size: 12px;
    }

    .form-group input {
        height: 25px;
    }

    .form-submit {
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .tips-div {
        bottom: 10%;
    }

    .checkbox {
        display: none;
    }

    .col-sm-1 {
        padding: 0 0;
    }

    .col-xs-1 {
        padding: 0 0;
    }

    .col-sm-11 {
        padding: 0 5px;
    }

    .col-xs-11 {
        padding: 0 5px;
    }
}

#register {
    background-color:white;
    color:#898686;

}