.banner-img {
    background-image: url("/assets/images/bioscoop-stoelen.jpg");
    background-size: cover;
    background-position: center;
    height: 25vh;
    box-shadow: 20px 20px 20px 15px rgba(0, 0, 0, 0.50) inset;
}

.banner-title {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: -30px;
    text-shadow: 0 0 10px #000000;
}

.register-form {
    display: flex;
    flex-direction: column;
    margin: 1em;  
    margin-bottom: 50px;
}

.register-form input {
    margin-bottom: 1em;
    padding: 1em;
    border: none;
    background-color: #292826;
    border-radius: 10px ;
    color: white;
    font-size: 18px;
    outline: none;
}

/* register form input type submit */
.register-form button {
    border-radius: 10px;
    background: linear-gradient(90deg, #FE966C 0%, #F77866 100%);
    border: none;
    width: 175px;
    padding: 1em;
    color: white;
    font-size: 18px;
    margin: 25px auto;
}
.register-form button:active {
    background: #F77866;
}

.register-form a {
    text-align: center;
    color: white;
    font-size: 15px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.register-form-loading {
    text-align: center;
    height: 300px;
}
.register-form svg {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}