.footer-c-dark {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 1;
}
.footer-c-gold {
    position: fixed;
    bottom: 70px;
    left: 0;
    right: 0;
    top: auto;
    z-index: 1;
}
    .footer-c-dark svg,
    .footer-c-gold svg {
        width: 100%;
        height: 100%;
    }

.login-header {
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.login-header {
    text-align: center;
    margin-top: 50px;
    position: relative;
}
    .login-header .back-link {
        width: 200px;
        position: absolute;
        left: 0px;
        top: 0;
    }
        .login-header .back-link a {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            color: var(--main-solid);
            font-weight:400;
        }
        .login-header .back-link a:hover {
         color:black;
        }
.account-box .account-box-title {
    color: #ffb300;
    text-align: center !important;
    border-bottom: 1px solid #ffb300;
}
.account-box .form-account-title {
    color: black;
    font-weight: 400;
}
.account-box-content .support-icon {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #5a5a5a;
    gap: 8px;
}
.login-button{margin-top:40px;}

.account-box .title2 {
    font-weight: 400;
    color: black;
    padding: 20px 0px;
    display: block;
}
    .account-box .title2 strong {
    }
.edit-number a {
    margin: auto;
    padding: 10px;
    margin-top: 30px;
}
.login-footer-menu {
    color: white;
    position: fixed;
    bottom: 8px;
    left: 0;
    right: 0;
    top: auto;
    z-index: 2;
    text-align: center;
}
    .login-footer-menu ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 16px;
        margin-left: 20px;
        padding: 0;
    }
.login-footer-menu li{
}
    .login-footer-menu li a {
        color: white;
        font-size: 12px;
    }
