body {
    margin: 0;
    padding: 0;
    font-family: 'Lato';
    font-size: 16px;
    overflow-y: hidden;
}

#container-invite,
#container-register {
    position: relative;
    top: 20%;
    margin: auto;
    width: 375px;
    height: 812px;
}

#container-consequence {
    position: relative;
    top: 20%;
    margin: auto;
    width: 375px;
    height: 812px;
    text-align: center;
}

#logo-picture {
    width: 150px;
    height: 27px;
    margin-left: 36px;
}

#invite-description {
    width: calc(100% - 72px);
    position: relative;
    padding: 20px 0px;
    font-size: 22px;
    color: #1F1F1F;
    margin-left: 36px;
    margin-top: 74px;
}

#verification-description {
    width: calc(100% - 72px);
    font-size: 14px;
    color: #757575;
    margin-left: 36px;
}

input:focus {
    outline: none;
}

input {
    color: #1F1F1F;
    background-color: #F4F6F8;
    border-radius: 8px;
    width: calc(100% - 72px);
    height: 46px;
    font-size: 16px;
    border: none;
    padding-left: 10px;
    margin-left: 36px;
}

.common-button:focus {
    outline: none;
}

.common-button {
    width: calc(100% - 72px);
    height: 46px;
    background-color: #2A2C35;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 36px;
    border: none;
}

#label {
    font-weight: bold;
    font-size: 20px;
    color: #212223
}

#repeat-password {
    margin-top: 30px;
}

#label-title {
    margin-left: 36px;
    margin-top: 71px;
}

#verification {
    margin-top: 20px;
}

#download-link {
    color: #212223;
    font-size: 16px;
}

#register-success {
    color: #212223;
    font-weight: bold;
    font-size: 20px;
    margin-top: 28px;
}

#coupon-description {
    color: #ACACAC;
    font-size: 16px;
    margin-top: 18px;
}

#download {
    margin-top: 70px;
}

.download-picture {
    width: 129px;
    height: 38px;
}

#app-store-picture {
    margin-right: 25px;
}

#captcha {
    margin-top: 20px;
}

#success-picture {
    width: 70px;
    height: 70px;
}

.thirdBtnGroup {
    display: flex;
    justify-content: center;
}

.thirdImg {
    margin-left: 20px;
    margin-right: 20px;
}

.line {
   background-color: black;
   opacity: 0.3;
   width: 85px;
   height: 1;
}

.divider {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.splitText {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
}
