.register-page {
    padding-top: 101px;
    font-size: 15px;
}

.register-page > div {
    width: 100%;
    max-width: 748px;
}

.register-page .tt-login {
    margin-bottom: 53px;
}

.register-page .form-control {
    font-size: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #ffffff;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0 21px;
    border-radius: 5px;
    background: #403d39;
    margin: 15px 0 20px;
}

.register-page button {
    margin-top: 40px;
    border: none;
    outline: none;
    display: flex;
    width: 188px;
    height: 46px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(104deg, #f8cf41 -3.94%, #ff9839 131.87%);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--black, #252422);
    font-size: 15px;
    font-weight: 600;
}

.register-page button:hover {
    background: linear-gradient(104deg, #ff9839 -3.94%, #f8cf41 131.87%);
}

.register-popup {
    width: 100%;
    height: 754px;
    max-width: 100%!important;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 10px;
    background: var(--black, #252422);
    font-size: var(--size-20);
}

.register-popup > div {
    width: 100%;
    max-width: 1024px;
}

.register-popup p{
    margin: 25px 0;
}

.login-social {
    margin-top: 20px;
}

.game-register{
    margin-bottom: 51px;
}

.mo-openid-app-icons>p{
    display: none;
}

.mo-openid-app-icons {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.mo-openid-app-icons > a{
    width: calc(33.33% - 20px);
    height: 46px;
    padding: 0 24px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}


.mo-openid-app-icons > a::after{
    margin-left: 4px;
    color: var(--black, #252422);
    font-size: 15px;
    font-weight: 600;
    line-height: 24px; /* 160% */
}

.mo-openid-app-icons > a:nth-child(2)::after{
    content: 'Google';
}

.custom-login-button {
    margin-top: 0!important;
}

@media(max-width: 820px){
    .register-page{
        padding-top: 98px;
    }
    .tt-login{
        text-align: center;
        font-size: 50px;
        line-height: 82px; /* 164% */
        letter-spacing: -1px;
    }
    .register-page .tt-login{
        margin-bottom: 2px;
    }
    .login-social,
    .game-register{
        width: calc(100% - 76px);
        margin-right: auto;
        margin-left: auto;
    }
    .register-page button{
        width: 100%;
    }
    .game-register{
        margin-bottom: 30px;
    }
    .home-page .bg-home{
        padding-bottom: 154px;
    }
    .login-social .text-left{
        text-align: center!important;
    }
    .register-popup{
        width: calc(100% - 76px)!important;
        margin-left: auto;
        margin-right: auto;
        height: 502px;
        margin-top: -48px;
    }
    .register-popup .tt-login{
        font-size: 40px;
        letter-spacing: -0.8px;
    }
    .register-popup p{
        padding-left: 50px;
        padding-right: 50px;
        margin: 42px 0;
    }
    .mo-openid-app-icons{
        gap: 21px;
    }
    .mo-openid-app-icons > a{
        width: 100%;
    }
}