/* .wrap {
    min-width: 1400px;
} */

.container {
    position: relative;
    width: 100vw;
    height: 1080px;
    min-height: 100vh;
    z-index: 0;
}

.bg-video {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    z-index: 0;
}

.content_register {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: url(https://static.web.sdo.com/aion2/pic/gw/web1/images/img_register/bg-reg.png) no-repeat center center;
    background-size: cover; */
}

/* The copyright script appends its markup after .container. Keep it in the
   document flow and above the fixed background video. */
body > div:not(.container),
body > footer {
    position: relative;
    z-index: 1;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box;
}

.content_register_container {
    width: 100%;
    height: 100%;
    /* min-height: 1400px; */
    overflow: hidden;
    box-sizing: border-box;
    will-change: transform;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    z-index: 10;
}

.logo {
    position: absolute;
    top: -20px;
    left: 120px;
    width: 302px;
    height: 200px;
    display: block;
    background: url(https://static.web.sdo.com/aion2/pic/gw/web1/images/reg/logo.png) no-repeat;
    background-size: contain;
}

.tips {
    position: absolute;
    top: 35px;
    right: 160px;
    margin-left: 212px;
    width: 70px;
    height: 155px;
    display: block;
    background: url(https://static.web.sdo.com/aion2/pic/gw/web1/images/reg/tips.png) no-repeat;
    background-size: contain;
}

.iframe {
    width: 4.5rem;
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -225px;
    /* top: 50%;
    transform: translateY(-50%); */
}

.header {
    padding: 50px;
    text-align: center;
    transform: translateY(100px);
}

.header .new_logo {
    display: inline-block;
    background: url(https://static.web.sdo.com/aion/pic/aion_website/web11/home/logo.png?v=2019032901) no-repeat;
    width: 166px;
    height: 43px
}

.header h3 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 400
}

.header h3 strong {
    font-weight: 700
}
