html {
    height: 100%;
    width: 100%;
}

body {
	height: 100%;
    width: 100%;
    background: linear-gradient(#5a52c8fa, #180061f2), url(/auth-background.svg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mui-1g18bc1 {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    padding-left: 8px;
    color: #8179fb;
}

button#language-button {
    border-radius: 4px;
    padding: 0.33rem 1.66rem;
}

#root {
    width: 100%;
    height: 100%;
}

.MuiGrid-root.MuiGrid-container.MuiGrid-direction-xs-row.mui-1f11l0v {
    background: #ffffffdb;
    padding: 3.33rem 2rem;
    border-radius: 10px;
}