.form-control {
    padding: 0.2em 0.75em;
    vertical-align: middle;
    background: #fff;
    border: none;
    font-size: 0.97em;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
form-control:focus {
    border: none;
}
 input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
color: #9d9892;
}
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
color: #9d9892;
}
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
color: #9d9892;
}
label {
    font-weight: 400;
    color: #191919;
}
button.btn {
    padding: 0.2em 2em;
    min-width: 250px !important;
    vertical-align: middle;
    background: #004778;
    border: 0;
    font-size: 0.97em;
    line-height: 1.5em;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
button.btn:hover {
    opacity: 0.6;
    color: #fff;
}
button.btn:active {
    outline: none;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.btn:focus {
    outline: none;
    opacity: 0.6;
    background: #004778;
    color: #fff;
}
button.btn:active:focus, button.btn.active:focus {
    outline: none;
    opacity: 0.6;
    background: #004778;
    color: #fff;
}
.btn.focus, .btn.active, .btn.active.focus ,.btn:active {
    outline: none;
    box-shadow: none;    
}

label input[type="radio"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
}
label input[type="radio"] ~ i.fa.fa-check-square-o {
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-square-o {
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-check-square-o {
    color: #004778;
    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
    color: #004778;
}
.btn-group{
    width: 100%;
}
.btn-radio {
    white-space: normal;
    width: 50%;
}
