
@import url('https://fonts.googleapis.com/css?family=Quicksand:500|Roboto');

h1,h2,h3,h4,h5,h6,a,tr,th,li{
font-family: 'Quicksand', sans-serif;
}
button,span,i,p,label{
  font-family: 'Roboto', sans-serif;
}

div,td{ 
 font-family: Arial

}
.container-login > .page-header> .col-xs-12 > h1{  
/* font-family:Source Sans Pro, sans-serif;*/
 font-family: 'Roboto', sans-serif;
}

div.panel-body.text-center{
color: #240050;
}

label,div,i,th,td 
{
  color: #240050;
}

nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
color:#5431FF;

}

.container.merchant > .col-sm-6.  {

  width: 100%;
}
@media (min-width: 768px){  
.col-sm-6.merchant{
     width: 100%; 
  }
.col-sm-6.merchant h1 {
    text-align: -webkit-center;
  }
}

.img-responsive{
max-height: 50px;
}
/*loader*/

#wait {
    width: 300px;
    height: 200px;
    line-height: 200px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
  /*  background-color: #f1c40f;*/
    border-radius: 5px;
    text-align: -webkit-center;
    z-index: 11; /* 1px higher than the overlay layer */
}

#overlay {
  position: fixed;
  /*display: none;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
 
}


.imgpy{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-image:url("/img/logo.png");
    background-size: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    border: 16px solid white;
    transform: translate(0%,100%)
  }

.customerportal .panel-body {
    padding: 20px 100px;
  }

  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #297aa3;
    border-color: #143d52; }

  .btn-primary:hover {
    color: #fff;
    background-color: #297aa3;
    border-color: #226587; }

  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #297aa3;
    border-color: #226587; }

  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
   color: #fff;
    background-color: #297aa3;
    border-color: #226587; }

   div#applicant_message > .panel-heading.text-center {
    background-color: #4890c0;
    }
     div#applicant_message > .panel-heading.text-center >h3 {
    color: white;
    margin-bottom:0px;
    }