.gamemenu2-design2 .svg-icon {
    width: 30px;
    height: 30px;
}
.action-button-container .action-button.login-button,
.action-button-container .action-button.register-button,
.btn.register-button,
.btn.register-button:focus {
width: auto;
height: auto;
border-radius: 0px;
}
.actionbutton1-design1 a {
font-size: 18px;
font-weight: bold;
}

.login-button a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    animation: metallicShine 4s linear infinite;
    mix-blend-mode: overlay;
    filter: brightness(1.5) contrast(1.2);
}
.register-button a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    animation: metallicShine 4s linear infinite;
    mix-blend-mode: overlay;
    filter: brightness(1.5) contrast(1.2);
}
.contact1-design2 .contact-box {
    border-radius: 10px;
position: relative;
}
.contact1-design2 .contact-description::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    animation: border-move 3s linear infinite;
}
.slot5-design1 .provider-bar .provider {
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    animation: providerTabSpin 2s linear infinite;
}
.form-horizontal.form-container {
    max-width: 100%;
}