.content_overlay {	
    background: linear-gradient(185deg,rgb(255 86 86/34%) 0%,#4e4e4e70 38.33%)!important;
}

  * {
    box-sizing: border-box;
  }

  /* Add padding to containers */
  .container {
    padding: 16px;
  }

  /* Full-width input fields */
  input[type=email],
  input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 10px 0;
    height: 62.77px;
    display: inline-block;
    border-radius: 5px;
    background: white;
    border-color: transparent;
  }

  /* Overwrite default styles of hr */
  hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
  }

  .login_btn {
    background: linear-gradient(91.65deg, #FE4557 0%, #FF7B87 96.41%);
    border-radius: 5px;
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    height: 62.77px;
    cursor: pointer;
    width: 100%;
    opacity: 1;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Poppins-Light;
    font-weight: 400;
    line-height: 27px;
  }

  .login_btn:hover {
    opacity: 0.8;
  }

  .guest_btn {
    background: #FFFFFF;
	display:none;
    border: 1px solid #FE4557;
    height: 62.77px;
    border-radius: 5px;
    color: #FE4557;
    padding: 16px 20px;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 1;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    line-height: 27px;
  }

  .guest_btn:hover {
    opacity: 0.8;
  }

  ::placeholder {
    color: #9E9D9D;
    opacity: 1;
  }

  .login_page_form {
    width: 32%;
    position: relative;
    margin: 0 auto;
    margin-top: 10rem;
    color: #fff;
    margin-bottom: 4rem;
  }
  .forget_password > a {
	  text-decoration:none;
  }

  .login_page_form p {
    font-family: 'Poppins-Light';
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  
  .bg_img {
	background-size: 140%;
    background-position: left;
    background-image: url(../images_new_theme/main-banner-bg.png);
}

  .h1_tag {
    font-family: Poppins-Regular;
    font-weight: 700;
    font-size: 30px;
    line-height: 44.85px;
  }

  .forget_password {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0px !important;
  }

  .SET_pur {
    position: relative;
    margin-top: 10px;
  }

.contribute {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Poppins-Light';
}

  /* Hide the browser's default checkbox */
  .contribute input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .contribute:hover input~.checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .contribute input:checked~.checkmark {
    background-color: #fed926;
    border: none;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .contribute input:checked~.checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .contribute .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .dont_account_text {
    text-align: center;
  }

  .dont_account_text>a {
    color: #FED926;
    text-decoration: none;
  }

  .or_btn {
    position: relative;
    top: 10px;
  }

  .or_btn .frst_sp {
    position: relative;
    left: -10px;
    top: -4px;
  }

  .or_btn .cont_with {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .or_btn .second_sp {
    position: relative;
    left: 10px;
    top: -4px;
  }

  .social_bar img:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: .4s;
  }

  .social_bar img {
    margin: 8px;
  }

  .social_bar img:nth-of-type(1) {
    margin-left: 0px;
  }

  .social_bar img:nth-of-type(4) {
    margin-right: 0px;
  }

  .social_bar {
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
  }
  
   .alert-success {
    background: #00800063;
    background: #fe4557;
    padding: 9px 6px;
	font-family: Poppins-Regular;
    border-radius: 6px;
    color: #fff;
    margin: 10px 0px;
    display: block;
    font-size: 14px;
  }

  .alert-danger {
    background: #fe4557;
    padding: 9px 6px;
    border-radius: 6px;
    color: #fff;
	font-family: Poppins-Regular;
    margin: 10px 0px;
    display: block;
    font-size: 14px;
  }

  @media only screen and (max-width: 768px) {
	  /*
    body {
      background-image: url(../images/burger_banner.jpg);
      background-size: unset;
      background-repeat: no-repeat;
      background-position: 60%;
    } */
	
    .login_page_form {
      width: 100%;
    }

    .social_bar img {
      margin: 2px;
    }
  }

  @media screen and (min-width: 270px) and (max-width: 387px) {
    .social_bar img {
      margin: 2px;
      width: 54px !important;
    }
  }

  @media screen and (min-width: 881px) and (max-width: 1330px) {
    .social_bar img {
      margin: 4px;
      width: 60px !important;
    }
  }
  @font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
  @font-face {
  font-family: Poppins-Thin;
  src: url(../fonts/Poppins-Thin.ttf);
}
  @font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf);
}
  @font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}
  @font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
  