/* start alert css here */
.alert {
    padding: 15px 20px;
    color: white;
    font-family: 'Rubik';
    letter-spacing: 1px;
    width: 100%;
  }

  .success{background-color: green;}

  .failed{    background-color: #f44336;
    width: 100%;
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;}

  .headin_alert_saved{
      font-family: 'Poppins', sans-serif;
      margin-top: 10px;
      color: gold;
    }

    .h4_alert_showuderd{
      font-weight: normal;
      line-height: 23px;
    }

    .redirect_to_login{
      margin-top: 11px;
      font-size: 13px;
      font-weight: normal;
    }

    .redirect_to_login a{
      text-decoration: none;
      font-weight: bold;
      color: gold;
    }

/* alert end here */