﻿.contact-page .kevin-image {
    vertical-align: top;
}

.contact-page label {
    display: block;
    height: 37px;
    line-height: 35px;
    position: relative;
}

.contact-page label[for="message"] {
    height: auto;
    line-height: 1.5;
    margin-top: 5px;
}

.contact-page label > input, .contact-page textarea {
    border-radius: 10px;
    padding: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    border: 1px solid rgb(155, 155, 155);
    padding: 7px;
}

.contact-page label > input {
    position: absolute;
    right: 0;
    width: 300px;
    height: 31px;
    margin: 3px 0;
}

.contact-page textarea {
    width: 100%;
    height: 225px;
}
