
.main {
    position: relative;
    display: flex;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--oxpins-bdr-radius);
    border: 1px solid var(--oxpins-bdr-color);
    padding: 22px 30px 30px;
    border-top: 0;
}
.main .form_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main .form_wrapper .tile {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.main .form_wrapper .tile h3 {
  font-size: 22px;
  margin: 0px;
  transition: all 0.3s ease;
}
.main .form_wrapper .radio {
  display: none;
}
.main .form_wrapper .tab {
        cursor: pointer;
    width: 50%;
    border: solid 2px #f1f1f1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    transition: color 0.3s ease;
    user-select: none;
    line-height: 3.5;
}
.main .form_wrapper .tab.login_tab {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.main .form_wrapper .tab.signup_tab {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/*.main .form_wrapper .shape {*/
/*    width: 50%;*/
/*    background-color: #0d419b;*/
/*    height: calc(60px - 0px);*/
/*    border-radius: 5px;*/
/*    position: absolute;*/
/*    top: 65.5px;*/
/*    left: 0px;*/
/*    opacity: 0.9;*/
/*    transition: all 0.4s ease;*/
/*}*/
/*.main .form_wrapper .shape:hover {*/
/*  background: linear-gradient(-45deg, #2554a5, #2554a5) no-repeat center;*/
/*}*/
.main .form_wrapper #login:checked ~ .shape {
  left: 0px;
}
.main .form_wrapper #login:checked ~ .login_tab {
border-color: #00715d;
    z-index: 1;
    color: #fff;
    background-color: #00715d;
        border-radius: var(--oxpins-bdr-radius);
}
.main .form_wrapper #login:checked ~ .tile .signup {
  display: none;
}
.main .form_wrapper #login:checked ~ .form_wrap {
  transform: translateX(0);
}
.main .form_wrapper #login:checked ~ .form_wrap .signup_form {
  opacity: 0;
}
.main .form_wrapper #signup:checked ~ .shape {
  left: 50%;
}
.main .form_wrapper #signup:checked ~ .signup_tab {
    border-color: #00715d;
    z-index: 1;
    color: white;
    background-color: #00715d;
        border-radius: var(--oxpins-bdr-radius);
}
.main .form_wrapper #signup:checked ~ .tile .login {
  display: none;
}
.main .form_wrapper #signup:checked ~ .form_wrap {
  transform: translateX(-100%);
}
.main .form_wrapper #signup:checked ~ .form_wrap .login_form {
  opacity: 0;
}


.main .form_wrapper .form_wrap {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.main .form_wrapper .form_wrap .form_fild {
  width: 100%;
  flex: 0 0 100%;
  transition: all 0.5s ease;
}
.main .form_wrapper .form_wrap .form_fild .input_group {
  width: 100%;
  margin-bottom: 12px;
}
.main .form_wrapper .form_wrap .form_fild .input_group .input {
  border: solid #f1f1f1 2px;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: all 0.3s linear;
}
.main .form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
  color: #adadad;
}
.main .form_wrapper .form_wrap .form_fild .input_group .input:hover {
  border-color: rgba(248, 66, 151, 0.3);
}
.main .form_wrapper .form_wrap .form_fild .input_group .input:focus {
  border-color: rgba(248, 66, 151, 0.3);
}
.main .form_wrapper .form_wrap .form_fild .forgot {
  display: block;
  margin-bottom: 15px;
  padding: 0px 2px;
}
.main .form_wrapper .form_wrap .form_fild .btn {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: white;
  background: linear-gradient(45deg, #2977d1, #80a0c5) no-repeat center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.main .form_wrapper .form_wrap .form_fild .btn:hover {
  background: linear-gradient(-45deg, #2554a5, #2554a5) no-repeat center;
}
.main .form_wrapper .form_wrap .form_fild .btn:active {
  transform: scale(0.95);
}
.main .form_wrapper .form_wrap .form_fild .not_mem {
  text-align: center;
    margin-top: 1rem;
}
.main .form_wrapper .form_wrap .form_fild .not_mem label {
  pointer-events: none;
}
.main .form_wrapper .form_wrap .form_fild .not_mem label span {
  pointer-events: all;
  color: #2554a5;
  text-decoration: none;
  transition: all 0.3s linear;
  cursor: pointer;
}
.main .form_wrapper .form_wrap .form_fild .not_mem label span:hover {
  color: #a547b1;
    
}
.donate-now__personal-info-input input[type=text], .donate-now__personal-info-input input[type=password], .donate-now__personal-info-input input[type=email] {
    margin-bottom: 1rem;
}
.social-area{
    text-align: center;
    list-style: none;
    line-height: 0;
}

.social-area li{
      text-align: center;
          list-style: none;
}


.block-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.block-wrap > div {
  width: 100%;
  text-align: center;
}

.btn-google, .btn-fb {
    display: inline-block;
    border-radius: 100px;
    transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
    border: 1px solid rgb(220, 74, 61);
    color: rgb(220, 74, 61);
}
.btn-google .google-content, .btn-google .fb-content, .btn-fb .google-content, .btn-fb .fb-content {
  display: flex;
  align-items: center;
  width: 230px;
  height: 50px;
}
.btn-google .google-content .logo, .btn-google .fb-content .logo, .btn-fb .google-content .logo, .btn-fb .fb-content .logo {
    padding: 15px;
    background-color: rgb(220 74 61);
    border-radius: 100px;
    line-height: normal;
}
.btn-google .google-content svg, .btn-google .fb-content svg, .btn-fb .google-content svg, .btn-fb .fb-content svg {
  width: 18px;
  height: 18px;
}
.btn-google .google-content p, .btn-google .fb-content p, .btn-fb .google-content p, .btn-fb .fb-content p {
width: 100%;
    line-height: 1;
    letter-spacing: 0.21px;
    text-align: center;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size:18px;
}

.btn-google {
  background: #FFF;
}

.btn-google:active {
  background-color: #eee;
}
.btn-google .google-content p {
  color: #000;
}

.btn-fb {
  padding-top: 1.5px;
  background: #4267b2;
  background-color: #3b5998;
}
.btn-fb:hover {
  box-shadow: 0 0 3px 3px rgba(59, 89, 152, 0.3);
}
.btn-fb .fb-content p {
  color: rgba(255, 255, 255, 0.87);
}


.titleofscoial{
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: bold;
        padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
}
.state_idss{
        background-color: var(--oxpins-extra);
    border-radius: var(--oxpins-bdr-radius);
    color: var(--oxpins-gray);
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
      border: 0;
}

.state_idss::focus-visible{
    border: 0;
}