/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin:before {
    content: " ";
    background: rgba(255, 255, 255, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('adminbg.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.customers_login {
  background: url('bg.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fareed_portal_button{
    text-align: center;
    width: 75%;
}
.fareed_button{
    text-align: center;
    width: 95%;
}
.fareed_portal_box{
    padding: 5px 5px 5px 5px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
    border: 1px solid #dce1ef;
    text-align: center;    
    width: 100%;
}
.fareed_box{
    padding: 12px 22px 20px 22px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
    border: 1px solid #dce1ef;
    text-align: center;    
}

.fareedfooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   padding-bottom: 1 rem;
   text-align: center;
}

.btnfareed {
  background: #f30f36;
  background-image: -webkit-linear-gradient(top, #f30f36, #611b27);
  background-image: -moz-linear-gradient(top, #f30f36, #611b27);
  background-image: -ms-linear-gradient(top, #f30f36, #611b27);
  background-image: -o-linear-gradient(top, #f30f36, #611b27);
  background-image: linear-gradient(to bottom, #f30f36, #611b27);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 15px;
  border: solid #bdbdbd 10px;
  text-decoration: none;
  border-radius: 50%;
}

.btnfareed2 {
  background: #f30f36;
  background-image: -webkit-linear-gradient(top, #f30f36, #611b27);
  background-image: -moz-linear-gradient(top, #f30f36, #611b27);
  background-image: -ms-linear-gradient(top, #f30f36, #611b27);
  background-image: -o-linear-gradient(top, #f30f36, #611b27);
  background-image: linear-gradient(to bottom, #f30f36, #611b27);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 5px;
  border: solid #bdbdbd 10px;
  text-decoration: none;
  border-radius: 50%;
}

.btnfareed:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


    @media all and (min-width: 680px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 679px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}

