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

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

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

.login-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;
}

.login-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;
}

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

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

.game-login {
    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;
}

.gt-error {
    color: red;
}

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