/* for button */
.bg-custom,.bg-custom:hover,.bg-custom:focus,.bg-custom:active{
    background-color: #666cff;

  }
  /* for all links */
  .a-link{
    color: #666cff;
  }
  /* Reset Password Container */
  .verification-container {
    max-width: 380px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    ;
}     
/* E-mail Content Container */
.verification-container {
    max-width: 380px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}     
 /*3D Images adjustment */
 .img-fluid{
    height: 75vh; 
  }

  .bg-image {
    background: url('../images/bg_reset.png') no-repeat center;
    background-size: cover;
}
.bg-image_1 {
    background: url('../images/bg_email.png') no-repeat center;
    background-size: cover;
}

 /* QGenesis Logo  for left side only visible on above devices from medium*/
 .logo_2 {
    height: 60px;
}
/* For Right Side section only on small or medium device visible */
.logo_image{
    height: 50px;
    align-items: center;
  }
 /* logo for Reset and veriication email page */
 .logo_1{
    height: 50px;
 }
 /* padding for  area */
 
 @media screen and (min-width: 1200px) {
  .padding-p {
    padding-left: 70px !important;
    padding-right: 70px !important;
   }
}