*{
    font-family: 'Arial', serif;
}

    form{
        padding-top: 2%;
        padding-left: 10%;
        padding-right: 10%;
    }

        #heading{
            font-size: 30px;
            text-align: center;
            margin-bottom: 18px;
        }

            fieldset{
                padding-bottom: 15px;
                border-bottom: 1px solid #999;
            }

            #form-fieldset-buttons{
                border: 0;
            }

            #form-fieldset-dsgvo{
                border: 0;
                padding-bottom: 15px;
                margin-left: 20px;
            }

                .legend{
                    font-size: 20px;
                    font-weight: bold;
                }

                #form-input-name{
                    margin-bottom: 15px;
                }

                #form-input-lastname{
                    margin-bottom: 15px;
                }

                #form-input-email{
                    margin-bottom: 15px;
                }

                #passwordHelp{
                    margin-bottom: 15px;
                }

                #form-input-password-check{
                    margin-bottom: 15px;
                }

                #form-input-schoolNr{
                    margin-bottom: 15px;
                }

                #form-input-dsgvo label{
                    margin-bottom: 15px;
                }

                .btn-primary{
                    background-color: RGB(135, 29, 51);
                    border-color: RGB(135, 29, 51);
                }

                .btn-primary:hover{
                    background-color: RGB(135, 29, 51);
                    border-color: RGB(135, 29, 51);
                }

                .btn-primary:active{
                    background-color: RGB(135, 29, 51);
                    border-color: RGB(135, 29, 51);
                }

                .btn-primary:visited{
                    background-color: RGB(135, 29, 51);
                    border-color: RGB(135, 29, 51);
                }

                .btn-primary:focus{
                    background-color: RGB(135, 29, 51);
                    border-color: RGB(135, 29, 51);
                }

                #store_section{
                    margin-top: 15%;
                }

                #store_logo{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-bottom: 3%;
                }

                #store_heading{
                    text-align: center;
                }

                #store_text{
                    text-align: center;
                }

.error{
    font-size: 15px;
    color: red;
    margin-bottom: 10px;
}

.error-input{
    border-color: red;
}
