.support-access-login {
    position: absolute;

    top: 0%;
    left: 0%;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background: linear-gradient(4deg, rgb(240, 240, 240) 52%, rgb(127, 127, 127) 52.1%);
}

.login_table {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 24px;

    padding: 32px;
}
.support-access-login .login_logo {
	max-width: 75px;
}

.support-access-newcode {
	margin-top: 1em;
}

.support-access-back {
	margin-top: 2em;
}
