.hide {
    display: none !important;
}


@media (max-width: 900px) {
    .hidden-mobile {
    display: none;
  }
  .iMgFwK > .base {
    width:  100% !important;
  }
  .iMgFwK > .base > .verify {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center  !important;
    padding: 0px 0px 0px 0px !important;
    height: inherit;
  }
  }



  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
  }
  .alert-danger {
    background-color: #5c0e09;
    border-color: #5c0e09;
    color: #ffffff;
  }



  .requestVirfaction {
    color: white;
  }