body {
    background: url("../images/jj-ying-7JX0-bfiuxQ-unsplash (1).jpg") no-repeat center center fixed;
}

.page {
    display: flex;
    flex-direction: column;
    font-family: Arial, serif;
    background-color: white;
    width: 60%;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-contactpagina__inputelement{
    display: flex;
    flex-direction: row;
    margin: 15px 0px 15px 0px
}

.fx-col{
    flex-direction: column;
}

.form-contactpagina__error-message {
    display: none;
    color: red;
}
.inputField-invalid {
    border: 1px solid red;
}

.form-contactpagina__result-message-failed {
    color: red;
}

.form-contactpagina__result-message-success {
    color: green;
}

.contact-button,
.g-recaptcha {
    color: white;
    background-color: rgba(39, 140, 39, 1);
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    width: 100%;
}

#spinner {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#spinner-image {
    height: 50px;
    width: 50px;
    z-index: 1000;
}
