﻿/* ======================================================================================================================================== */
/* =====| Form |=========================================================================================================================== */
/* ======================================================================================================================================== */
input,
textarea,
.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #444444;
}

    .form-control:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
