.registerform,.partnerform {
    .register-column,.partner-column {
        border-right: 0.5px solid #000000;
        @media (max-width:767px) {
            border-right: none;
            margin-bottom: 20px;
        }
        .login-heading {
          p{
            font-size: 14px;
          }
            padding: 20px 0;
            @media (max-width:767px) {
                padding-top: 0;
            }
            h2 {
                font-family:  "Lato", serif;
                position: relative;
                padding-bottom: 8px;
                margin-bottom: 0;

                &::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 50px;
                    left: 0;
                    height: 5px;
                    background-color: #FE5E00;
                }
            }
        }
        .signup-form,.partner-form {
            form {
                em.error.help-block,em.recaptcha-err,em#g-recaptcha-error-reg {
                  font-size: 12px;
                  font-family:  "Lato", serif;
                  text-transform: capitalize;
                  font-weight: 600;
                  color: #E1020280;
                  }
            
                  .iti.iti--allow-dropdown.iti--separate-dial-code {
                    width: 100%;
            
                    .iti__country-list {
                      border-radius: .375rem;
                      background-color: #ebf2f3;
                      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                      border: var(--bs-border-width) solid var(--bs-border-color);
                    }
            
                    span.iti__country-name {
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      max-width: 200px;
                      display: inline-block;
                      font-size: 1rem;
                      font-weight: 400;
                      line-height: 1.5;
                    }
            
                    .iti__selected-flag {
                      background-color: #D9D9D9;
                      border-radius: .375rem 0px 0px .375rem;
                    }
                  }
            
                  .iti__selected-flag {
                    height: 39px;
            
                    @media (max-width: 640px) {
                      height:39px;
                    }
                  }
            
                  .iti__selected-dial-code {
                    @media (max-width: 640px) {
                      font-size: 12px;
                    }
                  }
                input.form-control {
                    padding: 7px;
                    background-color: #EBF2F3;
                }
                .submit-button{
                    background-color: #681e77;
                    box-shadow: none;
                    padding: 8px 62px;
                    color: white;
                    text-align: center;
                    font-family:  "Lato", serif;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 600;
                    border-radius: 5px;
                    border: 1px solid rgba(0, 0, 0, 0.25) !important;
                    transition: all 0.3s;
                    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 
                    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
                    @media (max-width:480px) {
                        width: 100% !important;
                    }
                  }
                  .submit-button:hover{
                    background-color: white; 
                    color: #681E77;
                    border: 1px solid rgba(0, 0, 0, 0.25);
                
                  }
            }
        }
    }
    .partner-column{
      border: none;
      margin-bottom: 0 !important;
      .login-heading{
        padding-top: 0;
      }
      .partner-form{
        .form-check-input:checked{
          
          background-color: #681e77;
          border-color: #681e77;
        }
        .form-check-input:focus{
          outline: none;
          box-shadow: none;
        }
        input[type="checkbox"]{
          accent-color: #681e77;
        }
        label{
          &~em{
            margin-top: 4px;
            display: block;
          }
          font-size: 14px;
          cursor: pointer;
          font-family: "Lato", serif;
          a{
            color: #681e77;
            &:hover{
               color:#FE5E00;
            }
          }
        }
      }
    }

    .login-column {
        .signin-form {
          button.backToLogin{
            color: #000000;
          }
          button.backToLogin:hover{
            color: #fe5e00;
          }
            form {
                input.form-control {
                    padding: 7px;
                    background-color: #EBF2F3;
                }
                
                .msglerr, .msgl{
                    display:none;
                }
                .submit-button{
                    background-color: #681e77;
                    box-shadow: none;
                    padding: 8px 62px;
                    color: white;
                    text-align: center;
                    font-family:  "Lato", serif;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 600;
                    border-radius: 5px;
                    border: 1px solid rgba(0, 0, 0, 0.25) !important;
                    transition: all 0.3s;
                    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 
                    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
                    @media (max-width:767px) {
                        width: fit-content !important;
                    }
                    @media (max-width:480px) {
                        width: 100% !important;
                    }
                  }
                  .submit-button:hover{
                    background-color: white; 
                    color: #681E77;
                    border: 1px solid rgba(0, 0, 0, 0.25);
                
                  }
            }
        }

        .login-heading {
            padding: 20px 0;

            h2 {
                padding-bottom: 8px;
                margin-bottom: 0;
                font-family:  "Lato", serif;
                position: relative;

                &::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    width: 50px;
                    left: 0;
                    height: 5px;
                    background-color: #FE5E00;
                }
            }
        }

    }
}
.loginLoading{
    display:none;
}
div#promotion-bar{
  display: block !important;
}