.contact-form label,
.auth label{
    font-weight: 600;
    font-size: 11px;
    line-height: 1.6;
    display: block;
    color: #222;
    margin-top: 14px;
}
.auth label span{
    color: red;
    padding-left: 2px;
}
.auth input[type=submit]{
    width: 100%;
    margin-top: 30px;
}
.horse-form input,
.contact-form [type=text],
.contact-form textarea,
.auth input[type=password], 
.auth input[type=text],
.auth textarea {
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 0 inset;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-color: rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    color: #222;
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 38px;
    outline: none;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}
.contact-form [type=text]:hover, 
.contact-form textarea:hover, 
.auth input[type=password]:hover, 
.auth input[type=text]:hover,
.auth textarea:hover {
    border-color: #adaeaa;
}
.contact-form [type=text]:focus, 
.contact-form textarea:focus, 
.auth input[type=password]:focus,
.auth input[type=text]:focus,
.auth input[type=text]:focus {
    border-color: rgba(0, 0, 0, 0.8);
}
.profile-form input[type=textarea],
.profile-form input[type=password],
.profile-form input[type=text],
.profile-form select,
.horse-form input,
.horse-form select {
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) 0 inset;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;

    border-color: rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    color: #222;
    font-family: inherit;
    font-size: 14px;
    height: 38px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 12px;
    width: 90%;
}

