
button.hinweistextBtn {
    background-color: #23614e;
    border: 2px solid #23614e;
    color: #fff;
    width: 40%;
    border-radius: 45px;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 2px;
    margin-right: 10%;
}

.backToLoginBtn {
    text-align: center;
    display: inline-block;
    padding: 6px 6px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background-color: #23614e;
    border-radius: 45px;
    border: 2px solid #23614e;
    letter-spacing: 2px;
    color: white;
    width: 40%;
}

.backToLoginBtn:hover {
    color: white;
}
