:root {
    --White: #FDFDFD;
    --Green: #00FFC2;
    --Black: #000;
    --text-dark: #121212;
    --Red: #C75353;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
}

input {
    width: 350px;
    height: 45px;
    border-radius: 5px;
    border: 2px solid var(--Green, #00FFC2);
    margin-bottom: 10px;
}

#agree {
    height: 14px;
    width: 14px;
    margin-top: 2px;
}

h2 {
    text-align: center;
}

.RegistrierenButton, .LoginButton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--Green);
    width: 300px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    cursor:pointer;
}

.agb, .passwortVergessen {
    display: flex;
    font-family: 'Montserrat';
    margin-top: 10px;
    text-justify: inherit;
}

.link {

color: var(--Green, #00FFC2);
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px;
text-decoration-line: underline;
}

.userinput {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

button {
    margin: 20px 0px;
}

#fehlermeldung {
    width: 350px;
    text-align: left;
}
