.contact-page-form-wrapper {

}

.contact-page-input-wrapper {
    margin-bottom: 15px;
}

.contact-page-label {
    color: #fff;
    font-size: 20px;
}

.contact-page-form-wrapper input {
    font-family: Mohave;
    border: none;
    width: 98%;
    height: 35px;
    padding-left: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px;
    background: #fff;
    border-bottom: 1px solid;
}

.contact-page-form-wrapper #contact-select {
    border-radius: 0;
    border-bottom: 1px solid #000;
    width: 98%;
    height: 35px;
    padding-left: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px;
    background: transparent;
}

.contact-page-form-wrapper #message {
    font-family: Mohave;
    width: 98%;
    height: 100px;
    padding-left: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px;
    background: #fff;
}

.contact-page-form-wrapper .btn {
    position: relative;
    width: 215px;
    padding-top: 6px;
    padding-bottom: 7px;
    font-size: 23px;
    display: inline-block;
    margin-top: 20px;
}

.contact-page-form-wrapper .contact-us-submit:hover {
    color: #FFF4D4;
}

.contact-submit-loading-gif {
    position: absolute;
    display: none;
    width: 28px;
    top: 0;
    right: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
}

