body {
    background: #f2f2f2;
  }
  .login_bg {
    z-index: -1;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50rem;
    /* border: 2px solid red; */
  }
  .login_bg_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 60rem;
    height: 50rem;
    background: rgba(28, 118, 235, 0.74);
  }
  .irsm {
    color: #ffffff;
    margin-bottom: 8rem;
    font-size: 2em;
    font-weight: 600;
  }

  .inc_login_bg {
    z-index: -1;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50rem;
    /* border: 2px solid red; */
  }
  .inc_login_bg_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: 60rem;
    height: 50rem;
    background: red;
  }
  .inc_irsm {
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 8rem;
    font-size: 2em;
    font-weight: 600;
  }


  img {
    width: 7rem;
  }
  .animate {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .text-center {
    text-align: center;
  }
  .pull-right {
    float: right;
  }
  /* close commented backslash hack */
  a {
    color: #00A885;
  }
  a:hover,
  a:focus {
    color: #00755d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .text-primary {
    color: #262aee;
  }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
  }
  .logo h1 {
    color: #262aee;
    margin-bottom: -12px;
  }
  input[type="checkbox"] {
    width: auto;
  }
  button {
    cursor: pointer;
    background: #0C212E;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  button:hover {
    background: #2379AB;
    color: #080101;

  }
  span.validate-tooltip {
    background: #D91717;
    width: 100%;
    display: block;
    padding: 5px;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: -28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: tooltipanimation 0.3s 1;
    animation: tooltipanimation 0.3s 1;
  }
  .input-group {
    position: relative;
    margin-bottom: 20px;
  }
  .input-group label {
    position: absolute;
    top: 9px;
    left: 10px;
    font-size: 16px;
    color: #080101;
    font-weight: normal;
    padding: 2px 5px;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .input-group input {
    outline: none;
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 3;
    border: 1px solid #d9d9d9;
    padding: 10px 10px;
    background: #ffffff;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .input-group .lighting {
    background: #262aee;
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .input-group.focused .lighting {
    width: 100%;
  }
  .input-group.focused label {
    background: #fff;
    font-size: 12px;
    top: -8px;
    left: 5px;
    color: #262aee;
  }
  .input-group span.validate-tooltip {
    margin-top: 0;
  }
  .wrapper {
    width: 30rem;
    background: #fff;
    margin: 20px auto;
    min-height: 24rem;
    border: 1px solid #f3f3f3;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }

  .wrapper .inner-warpper {
    padding: 50px 30px 60px;
    box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.063);
  }
  .wrapper .title {
    margin-top: 0;
  }
  .wrapper .supporter {
    margin-top: 10px;
    font-size: 14px;
    color: #8E8E8E;
    cursor: pointer;
  }
  .wrapper .remember-me {
    cursor: pointer;
  }
  .wrapper input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    cursor: pointer;
  }
  .wrapper label[for="rememberMe"] {
    cursor: pointer;
  }

  @-webkit-keyframes tooltipanimation {
    from {
      margin-top: -28px;
    }
    to {
      margin-top: 0;
    }
  }
  @keyframes tooltipanimation {
    from {
      margin-top: -28px;
    }
    to {
      margin-top: 0;
    }
  }
  @media (max-width: 480px) {
    .direction {
      position: static;
    }
  }

