.contentCS{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;

}
.kreislaufclassCS{
    width: 90%;
    height: auto;
}


.logincontentCS {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.imagecontentCS {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.formGroupCS {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10vw;
    width: 100%;
}
.wellcometextCS{
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 10vw;
}
.welcomeMessageCS {
    font-weight: 700;
    display: block;
    width: 100%;
    font-family: 'Yorkten-NorBol', Arial, Helvetica, sans-serif;
    font-size: 2.7rem;
}
.welcomeMessageCS.cs-gold {
    font-size: 1.66rem;
    color: var(--CSgoldBraun);
}
.formTextCS{
    padding-bottom: 3vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10vw;
    width: 100%;
}
.EmailInput,.PasswordInput{
    max-width: 750px;
    min-width: 250px;
    width: 18vw;
    padding: 8px;
    border-radius: 7px;
    border: 1.5px solid var(--CSgoldBraun);
}
.forgotPasswordCS{
    padding-top: 1vh;
    padding-left: calc(10vw + 11px);
    width: 18vw;
    text-align: end;
    text-decoration: none;
    color: var(--CSgoldBraun);
}
.messages{
        padding-left: 10vw;
}
.password-labelCS,.email-labelCS{
        padding-bottom: 0.7vh;
}
.loginbuttonfieldCS{
    padding-left: 10vw;
}
.loginButtonCS{
    width: 150px;
    height: 40px;
    border-radius: 10px;
    color: white;
    background-color: var(--CSgoldBraun);
    border-color: 1.5px solid var(--CSgoldBraun);
    transition: 0.3s;
}
.loginButtonCS:hover{
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);

}
