body {
  font-size: 16px;
  color: #000000;
  background: #fff;
  font-family: 'ProximaRegular';
  touch-action: manipulation; }

.logo {
  background: url("https://greenpal-production.s3.amazonaws.com/images/general/logo_login.png");
  width: 234px;
  height: 37px; }

.delete-heading {
  padding-top: 45px; }

.content {
  padding-top: 50px; }
  .content li {
    padding-bottom: 10px; }

.heading {
  font-size: 24px;
  font-weight: 600; }

.recaptcha {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center; }

h1 {
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.03em;
  font-weight: 900 !important; }

input:focus {
  outline: none; }

a {
  text-decoration: none;
  color: #52b5f9; }

a:hover {
  text-decoration: none; }

.clear {
  margin: 0;
  padding: 0;
  clear: both; }

.icoUP {
  margin-bottom: 20px;
  margin-top: -50px; }

.underline {
  text-decoration: underline; }

.btn4 {
  font-size: 18px;
  line-height: 58px;
  height: 58px;
  width: fit-content;
  display: inline-block;
  padding: 0 40px;
  border-radius: 30px !important;
  border: 1px solid transparent !important;
  cursor: pointer; }

.btn {
  margin-top: 10px; }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.delete-account-page {
  padding-top: 3.81rem;
  width: 50%;
  margin: auto; }

.email {
  margin-top: 30px; }

label {
  font-size: 18px;
  color: #343434;
  font-family: 'proxima_novasemibold'; }

input {
  width: 100%;
  margin-top: 15px;
  height: 50px;
  border: 1px solid  #dbdbdb;
  font-size: 17px;
  padding-left: 15px;
  border-radius: 2px; }

.forgt-pass {
  display: flex;
  flex-direction: row-reverse; }

.flash {
  line-height: 21px;
  padding-top: 30px;
  letter-spacing: 0.6px; }

#flash_error {
  color: #e86352; }

#flash_notice {
  color: green; }

.red-button {
  cursor: pointer;
  background: #e82f2c;
  font-size: 18px;
  border-radius: 4px !important;
  height: 52px;
  color: #fff;
  width: fit-content;
  display: block;
  text-align: center;
  line-height: 52px;
  padding: 0 !important;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out; }

.error {
  color: #e86352;
  line-height: 21px;
  letter-spacing: 0.6px;
  padding: 0;
  font-size: 13px;
  padding-bottom: 5px; }

.deleteAccountpopupDiv {
  border-radius: 5px;
  box-shadow: 0 0 5px 1px #000;
  display: inline-block;
  margin: 60px auto;
  max-width: 540px;
  text-align: left;
  width: 92%;
  position: relative;
  padding: 0 30px 30px 30px;
  height: max-content; }

.f-btn {
  font-size: 18px !important; }

@media only screen and (max-width: 1025px) {
  li {
    font-size: 15px; }

  .heading {
    font-size: 22px; } }
@media only screen and (max-width: 769px) {
  .deleteAccountpopupDiv {
    width: 91%;
    padding: 30px 5px; }

  .delete-heading {
    padding-top: 20px; }

  .f-btn {
    font-size: 13px !important; }

  .btn4 {
    font-size: 13px;
    line-height: 45px;
    height: 45px;
    padding: 0 20px; }

  .delete-account-page {
    width: 80%; }

  li {
    font-size: 14px; }

  .heading {
    font-size: 18px; } }
@media only screen and (max-width: 426px) {
  h1 {
    font-size: 16.7px; }

  .delete-heading {
    padding-top: 5px; }

  li {
    font-size: 13px; }

  .content {
    padding-top: 30px; }

  .heading {
    font-size: 15px; } }
@media (max-width: 376px) {
  body {
    font-size: 14px;
    color: #000000;
    background: #fff; }

  .email {
    margin-top: 25px; }

  label {
    font-size: 14px; }

  input {
    margin-top: 15px;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 2px; }

  li {
    font-size: 11px; }

  .btn {
    padding: 12px; }

  .heading {
    font-size: 13px; } }
@media only screen and (min-width: 376px) and (max-width: 1024px) {
  body {
    font-size: 16px;
    color: #000000;
    background: #fff; }

  .email {
    margin-top: 25px; }

  label {
    font-size: 16px; }

  input {
    margin-top: 15px;
    height: 45px;
    font-size: 16px;
    padding-left: 10px;
    border-radius: 2px; } }
