
.contact-form-contents {
    display: flex;
    align-items: center;
}

.contact-form-contents>div:first-of-type,
.contact-form-contents>div:last-of-type {
    flex: 2;
}

.contact-form {
    flex: 4;
}

form > div {
    margin:10px;
}

#send_button {
    height: 45px;
    width: 300px;
    align-items: center;
    
    padding: 0 !important;
}

.button-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-section {
    display: flex;
    align-items: center;
}

.button-section>button:last-of-type {
    margin-left: auto;
    margin-right: 0;
}

.error-message {
    color: red;
}