* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.invite_code {
    width: 80%;
    height: 75%;
    font-size: 1.4rem;
    color: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    background: #fff;
    /*background: #212121;*/
    border-radius: 3%;
    padding: 25px 0;
    box-sizing: content-box;
    flex-direction: column;
}

.invite_code .notice-body {
    text-align: center;
    width: 75%;
    margin-bottom: 10px;
    font-size: 18px;
}

.invite_code .notice-text {
    color: dimgrey;
    line-height: 30px;
}

.invite_code .cl {
    width: auto;
}

.invite_code button {
    font-size: 14px;
    background: #5677fc;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    box-shadow: 0 5px 7px 0 rgba(86, 119, 252, 0.2);
}

.invite_code input[type='text'] {
    padding: 0 10px 0 60px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    background: #f8f7fc;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    border-radius: 25px;
    min-width: 300px;
}

.invite_code .t-a {
    position: relative;
    margin-bottom: 10px;
}

.invite_code .t-a img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 14px;
    margin-right: 10px;
    z-index: 1;
}

.invite_code .t-a .line {
    width: 2px;
    height: 20px;
    background-color: #dedede;
    position: absolute;
    top: 14px;
    left: 49px;
}

.invite_code .t-b {
    text-align: left;
    font-size: 23px;
    color: #000;
    padding: 150px 0 15px 0;
    font-weight: bold;
}

.invite_code .t-b2 {
    text-align: left;
    font-size: 16px;
    color: #aaaaaa;
    padding: 0px 0 60px 0;
}

.invite_code .t-c {
    width: 50%;
    margin: 0 auto;
    box-shadow: 0 1.5px 6px rgb(0 0 0/20%);
    line-height: 33px;
    min-width: 88px;
    /*padding: 6px 12px;*/
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    background-color: #121212;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    height: 33px;
}

.invite_code .t-d {
    text-align: center;
    color: #999;
    margin: 40px 0;
}

.invite_code .t-e {
    text-align: center;
    width: 125px;
    margin: 40px auto 0;
}

.invite_code .t-g {
    float: left;
    width: 50%;
}

.invite_code .t-e image {
    width: 25px;
    height: 25px;
}

.invite_code .t-f {
    text-align: center;
    margin: 100px 0 0 0;
    color: #666;
}

.invite_code .t-f text {
    margin-left: 10px;
    color: #aaaaaa;
    font-size: 14px;
}

.invite_code .uni-input-placeholder {
    color: #000;
}

.invite_code .invite-input {
    display: none;
}

#video1 {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.invite-label {
    cursor: pointer;
}

.invite_errors{
    width: 100%;
    padding: 10px;
    color: #e62117;
    display: none;
    margin: -10px auto 10px;
    font-size: 18px;
}

#invite-error{
    margin-left: 10px;
    color: #e62117;
}
