 .form-control {
     box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
     padding-left: 20px;
     border: 1px solid #CCD0D7;
     height: 40px
 }
 
 .form-control {
     border-radius: 0;
     width: 100%
 }
 
 .form-horizontal{
     padding-top: 8px
 }
 
 .form-control:focus {
     border-color: orange;
     box-shadow: none !important
 }
 
 #fieldset {
     margin-top: 5%;
     padding: 15px;
     background: #fff;
     box-shadow: 0 15px 65px silver;
 }
 
 body {
     background-color: silver;
 }
 
 .input-btn:hover {
     background: #111;
     color: #fff;
 }
 .btn:hover {
     background: orange;
     color: #fff;
     border:solid 1px orange;
 }
 
 .btn {
     background: #116eab;
     border-radius: 4px;
     font-size: 18px;
     height: 40px;
     color: #ffffff;
     font-family: 'Montserrat', sans-serif;
     font-weight: 400;
     border: solid 1px #116eab;
     transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
 }
 
 