body {
    background-color: #EAF3D4;
}

#form-container {
    width: 100%;
    height: 450px;
    position: relative;
    margin-top: 150px;
    margin-bottom: 250px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#form-holder {
    position: absolute;
    top: -22.5%;
    width: 45%;
    height: auto;
    min-height: 145%;
    margin-left: 2%;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 35px;
    padding-top: 10px;
}

#login-form p {
    margin-top: 50px;
}
.group.checkbox input, .group.checkbox span {
    display: inline-block !important;
    width: auto !important;
}
.group.checkbox input {
    margin-right: 10px;
}
.group.checkbox {
    margin-bottom: 10px;
}
.group.checkbox#privacyterms {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form {
    width: 35%;
    background: linear-gradient(to bottom, rgba(164,206,57,1) 0%, rgba(0,175,208,1) 100%);
    padding: 25px;
    border-radius: 15px;
    position: relative;
}

#form-container .other-option#register { display: none; }


#form-holder h2 {
    color: #FF0000;
    margin-bottom: 35px;
}

#form-container .other-option {
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    left: 60%;
    display: inline-block;
    color: #000;
}

#form-container .other-option span {
    display: block;
    font-size: 110%;
}
#form-container .other-option .opt-button {
    padding: 5px 10px 5px 10px;
    background-color: #FF0000;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: #FFFFFF;
}

footer {
    margin-top: 1250px;
}


#bedrijfsgegevens,
#save_account,
#factuur-adres {
    max-height: 0;
    overflow: hidden;
}

#addresses_match {
    margin-bottom: 25px;
}

.street-wrapper {
    width: 100%;
    display: flex;
}
.street-wrapper .street {
    width: 50%;
}
.street-wrapper .streetnr {
    width: 20%;
}
.street-wrapper .busnr {
    width: 20%;
}

h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
    margin-top: 15px;
}
.explanation {
    display: block;
    margin-bottom: 20px;
    color: #00434e;
    font-weight: 400;
    font-size: 0.8em;
    font-style: italic;
}


/* Custom select boxes */
.select {
    display: inline-block;
    min-width: 180px;
    width: auto;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    color: #00434e;
    position: relative;
    font-weight: normal;
}
.select.disabled { cursor: not-allowed; }
.select .selected {
    height: 20px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #757575;
}
.select .selected::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #757575;
    transition: 0.5s ease;
}
.select .selected.after::after {
    width: 100%;
}
.select.active .selected::after {
    width: 100%;
}
.select .selected:hover {
    background-color: #F2F2F2;
}
.select .selected .arrow {
    position: absolute;
    right: 10px;
    bottom: 17px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.select .selected .arrow-down {
    border-top: 5px solid #A4A4A4;
    border-bottom: 0;
}
.select .selected .arrow-up {
    border-bottom: 5px solid #A4A4A4;
    border-top: 0;
}
.select .selected .arrow-down.colored {
    border-top: 5px solid #A4A4A4;
    border-bottom: 0;
}
.select .selected .arrow-up.colored {
    border-bottom: 5px solid #A4A4A4;
    border-top: 0;
}


.select .options {
    position: absolute;
    width: 100%;
    display: none;
    overflow-y: visible;
    z-index: 10;
}

.selected {
    padding: 5px 0px 10px 5px;
}
.select .options .option {
    padding: 20px 0px 10px 15px;
    padding-top: 5px;padding-bottom:5px;
    background-color: #FFFFFF;
    height: 20px;

}
.select .options .option:hover {
    background-color: #F2F2F2;
}

.select .name {
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 3;
    display: none;
    color: #FF0100;
}
.select.active .name { display: inline-block; }


.select {margin-right: 10px;}

.btnSubmit {
    position: absolute;
    left: 50%;
    margin-top: 80px;
    transform: translate(-50%, 0);
    width: 150px !important;
    height: 150px;
    background: linear-gradient(90deg, rgba(164,206,57,1) 0%, rgba(0,175,208,1) 100%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 7px #FFFFFF;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}
.btnSubmit:focus {
    border-bottom: solid 7px #FFFFFF;
}

#forgot-password {
    color: #FFFFFF;
}
#forgot-password a {
    text-decoration: underline;
    color: #FFFFFF;
}
#forgot-password p {
    font-weight: 700;
}
#forgot-password p span {
    font-weight: 500;
}
.form h2 {
    position: absolute;
    top: -100px;
    left: 0;
    font-size: 2em;
    text-transform: uppercase;
}

#login-error,
#register-error {
    display: none;
}
#login-error img,
#register-error img {
    width: 20px;
}
#login-error span,
#register-error span {
    position: relative;
    top: -5px;
    left: 5px;
    display: inline-block;
    font-size: 0.8em;
    font-style: italic;
    font-weight: 600;
    color: #007281;
}
