@charset "utf-8";
/* CSS Document */

form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #164887 !important;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #164887 !important;
appearance: none;
border-radius: 0px;
transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}