﻿label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
    color: #4d4d4f;
    font-size:14px;
}

.form-control {
    display: block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(77, 77, 79);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(177, 179, 182);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    max-width:100% !important;
    height: 40px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(177, 179, 182);
    border-image: initial;
}


.form-group {
    margin-bottom:10px;
}