﻿input, textarea, select {
    margin: 5px !important;
    width: 95%;
    border: 1px solid #dcd7dc !important;
    border-radius: 4px;
}

select {
    height: 39px;
    display: block;
}

    input:hover, textarea:hover, select:hover {
        border-color: #8c878c !important;
    }
