.thankbox {
    border-radius: 5px;
}
.thankbox img {
    width: 61px;
    display: block;
    margin: auto auto 2%;
}
.thankbox h4 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #000;
}

.login-inner-form {
    width: 83%;
    margin: auto auto auto;
}
.login-inner-form .form-group {
    margin-bottom: 0px;
  }
  .login-inner-form .form-label {
    margin-bottom: 5px;
    color: #535353;
    float: left !important;
    padding: 0px 0px 0px 50px;
  }
  .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
  }
  .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 13px 15px 13px 65px;
    color: #000;
  }
  .login-inner-form .form-control {
    font-size: 15px;
    outline: none;
    color: #535353;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
  }
  .login-inner-form .form-box i {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2f2f2f;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    color: #fff;
  }
  .login-bg {
      margin: 5% auto;
  }
  .login-bg:before {
    content: '';
    background: url(../images/login-bg.png);
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 9%;
    background-position: right;
    /* filter: hue-rotate(-412deg); */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
  }
  .login-bg h6 {
    color: #000;
    font-family: "ProximaNova-Bold";
    margin-bottom: 2px;
    font-size: 22px;
    padding-left: 1%;
    padding-right: 3%;
    text-transform: uppercase;
    text-align: center;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active{
      -webkit-box-shadow: 0 0 0 30px white inset !important;
  }
  .tshirt-img {
      width: 50% !important;
  }
  .tshirt {
      position: relative;
  }
  .tshirt p {
    position: absolute;
    top: 40%;
    color: #000;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    background: #fff;
    width: fit-content;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 23px;
  }
.forgot-pwd {
  text-align: right;
  background: none;
  border: none;
  margin-left: auto;
  display: block;
  cursor: pointer;
}
.back-login:hover {
  color: #fff;
  text-decoration: none;
}
  @media (max-width: 600px) {
    .login-inner-form {
        width: 95%;
        margin: auto;
      }
      .login-bg::before {
        content: '';
        background: url(../images/login-bg.png);
        background-size: cover;
        position: absolute;
        left: -8px;
        bottom: 0;
        top: 0;
        width: 12%;
        background-position: right;
      }
      .tshirt p {
        position: absolute;
        top: 40%;
        color: #000;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        text-align: center;
        background: #fff;
        width: fit-content;
        font-size: 16px;
        font-weight: bold;
        padding: 0px 9px;
      }
  }


  .overlay-popup-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    display: none;
    z-index: 11111;
  }
  .popup {
    margin: 35px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all .5s ease-in-out;
    top: 100px;
  }
  .popup .close {
    position: absolute;
    top: 6px;
    right: 10px;
    transition: all 200ms;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
      cursor: pointer;
  }
  .popup .close:hover {
      color: #C54E47;
  }
  .popup .content {
      max-height: 30%;
      overflow: auto;
  /*	margin-top: 5%;*/
    text-align: center;
  /*	font-weight: bold;*/
  }
  .popup .content h3 {
      font-size: 20px;
      margin: auto;
  }
  .popup .content a {
      font-size: 15px;
  }
  .popup .content a:hover {
      text-decoration: none;
  }
  
  
  
  
  @media screen and (max-width: 700px){
    .popup{
      width: 70%;
    }
  }
  