.serv-table{
    display:table;
    width:100%;
}
.serv-row{
    display:table-row;
    text-align: center;
}
.serv-cell{
    display:table-cell;
}
.serv-left,.serv-right{
    width:25%;
     vertical-align:top;
}
.orange-but{
   font: 19px "Cuprum",sans-serif;
   color: #ffffff;
   background-color: #F77521;
   text-transform: uppercase;
   font-weight: 700;
   height: 41px;
   border-radius: 12px;
   padding: 7px;
     display : flex;
     align-items : center;
     text-align: center;
    
}
.error-message{
    color:#ff0000;
    margin-top: 0.5em;
    display:none;
}
.success-message{
    color:#9DBF16;
    margin-top: 0.5em;
    display:none;
}
.service-list{
    text-align: left;
}
.service-list li{
    color: #F77521;
}
.service-list a{
    color: #F77521;
}
h3.heading{
    color: #9a9a9a;
    font: 40px/40px "Open Sans Light",sans-serif;
    font-size: 30px;
}
.serv-text{
    font: 40px/40px "Open Sans Light",sans-serif;
    font-size: 14px;
    color: #797979;
    text-align: left;
    line-height: 1.2;
}
.serv-text p{
    padding:0;
    margin-top: -0.5em;
}
.back{
   margin-bottom: 2em; 
}
.input-text{
    height:2em;
    width:90%;
    border: 1px #9a9a9a solid;
    padding-left: 1em;
}
.input-area{
    height:5em;
    width:90%;
    border: 1px #9a9a9a solid;
    padding-left: 1em;
}
.back-button{
    background-color: #F77521;
    height:2em;
    width:9em;
    color:#ffffff;
    text-align:center;
    cursor:pointer;
    border:none;    
}
.bg-login-image{
    background: url(../img/radiology-hand.jpg)!important;    
    background-size: cover!important;
    background-position: left!important;    
}
.btn-login{
  cursor : pointer;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .35rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}