/* Style for the form group */
.form-group {
    margin-bottom: 15px;
}

/* Style for labels */
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
}

/* Style for inputs and select elements */
.is-invalid {
    border-color: #d9534f;
    border: 1px solid #d9534f !important; /* Add this line for border */
}

/* Style for error messages */
.invalid-feedback {
    color: #d9534f;
    margin-left: 10px;
}

[type=password], [type=email],[type=text]{
    font-size: 18px;
    line-height: 24px;
    height: auto;
    margin: 0 0 0 0;
    padding: 18px 21px;
    color: #9B9B9B;
    background-color: #fff;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
}
#content-login-register #content-register #content-register__options {
    margin: 0 0 20px !important;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin: 0px 0 10px;
    font: bold;
}