.form-control.form-control-ori {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #4197d3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select{
    border-radius:0 !important;
}
body.bg-login{
   /* background: radial-gradient(circle, #1382cf 20%, #06609f);*/
   background: radial-gradient(circle, #dff2ff 20%, #81c9fc);
}
body.login .box-login, body.login .box-forgot, body.login .box-register {
    /*background: rgba(6, 79, 131,0.5);*/
    background-color: rgb(65, 151, 211);
    border-radius: 5px;
    /*box-shadow: 0px 0px 0px 7px rgba(14, 116, 187,0.8);*/
    box-shadow: 0px -5px 0px 0px rgb(254, 192, 2);
    overflow: hidden;
    padding: 15px;
    padding-bottom: 0;
    border:0px solid red;
}
body.login .logo {
    padding: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.btn {
    font-family: 'Open Sans', sans-serif;
}
.orange{
    color: #ffdf06;
}
.nm-klinik{
    text-shadow: 1px 1px 0px #70c1f8;
}
.white{
    color: #fff;
}
.judul{
    color: #8c8d8d;
}
.blue{
    color: #69b3e7;
}
a.blue{
    color: #69b3e7;
}
a.blue:hover{
    color: #9ad3fc;
}
.p-t-0{
    padding-top: 0 !important;
}
.m-t-b-0{
    margin: 0 auto;
}
.m-t-0{
    margin-top: 0 !important;
}
.m-t-1{
    margin-top: 10px !important;
}
.m-b-0{
    margin-bottom: 0 !important;
}
.m-b-1{
    margin-bottom: 10px !important
}
.m-b-2{
    margin-bottom: 25px !important
}
hr.hr-dashed{
    border-top: 1px dashed #fff;
}
.img-logo{
    width: 200px;
}
.btn-warning {
    color: #fff;
    background-color: #f8b90d;
    border-color: #f8b90d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #f8af0d;
    border-color: #f8af0d;
}
.btn-warning:active {
    color: #fff;
    background-color: #f8b90d;
    border-color: #f8b90d;
}
.btn-warning:focus {
    color: #fff;
    background-color: #f8b90d;
    border-color: #f8b90d;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #fcd4d4;
}
.footer-2{
    display: block;
    position: relative;
    background-color: #06609f;
    width: 100%;
    padding: 10px;
    bottom: 0;
    border-top: 1px dashed #86c8f6;
    margin-top: 20px;

}
.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
}
.input-icon > select {
    padding-left: 22px;
    padding-right: 6px;
}
select:hover, textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
    border-color: #f8b90d;
}
input[type="text"]:focus, input[type="password"]:focus{
    border-color: #f8b90d !important;
}
select.form-control.focus-select:focus {
    background-color: #FFFFFF;
    border: 1px solid #f8b90d !important;
    border-radius: 0 0 0 0;
    color: #858585;
}
/*mobile*/
@media (max-width: 991px){
    .m-b-m{
        margin-bottom: 10px;
    }
}