.panel-info>.panel-heading {
    color: #000000f0;
    background-color: #d9edf700;
    border-color: #bce8f100;
}
.btn-success {
    color: #fff;
    background-color: #b72065;
    border-color: #b72065;
}
.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #f5f5f500;
    border: 1px solid #e3e3e300;
    border-radius: 0px;
}
.panel-info {
    border-color: #bce8f100;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    line-height: 2.428571;
}
.form-group {
    margin-bottom: 25px;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-1 {
       width: 40.333333%;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-family: "Roboto", Sans-serif;
}
.panel-heading {
    padding: 0px 0px;
}
.panel-body {
    padding: 0px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
input[type="submit"] {
    width: 120px;
    padding: 15px;
    border-radius: 5px;
    margin-top: 1.1em;
}
[type=button], [type=submit], button{
color: #F3A21D;
 border: 1px solid #d2cece;
}