  .nopadding {
    padding: 0 !important;
    margin: 0 !important;
  }

  .text-dark {
    color: #343a40;
  }

  .hr {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .hr::before {
    content: "";
    height: 1px;
    background-color: #343a40;
    flex: 1;
    opacity: 0.4;
    margin-right: 14px;
    margin-left: 8px;
  }
  .hr::after {
    content: "";
    height: 1px;
    background-color: #343a40;
    flex: 1;
    opacity: 0.4;
    margin-right: 8px;
    margin-left: 14px;
  }

  .gen-login-page-background {
    background-color: #001759;
  }

  .register-default-w {
    width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
  }

  #pms_logint {
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 20px 20px 0px;
    height: 100% !important;
    min-height: 580px;
    width: auto !important;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  #pms_logint .btn,
  .register-submit-btn {
    border-radius: 10px;
        background-color: transparent !important;
        color: #343a40;
        text-transform: none;
  }

  #pms_logint .btn img,
  .register-submit-btn img {
    width: 100%;
        max-width: 32px;
  }

  #pms_logint .btn[type="submit"],
  .register-submit-btn {
    background: #4561b2 !important;
  }

  #pms_logint .btn[type="submit"] i,
  .register-submit-btn i {
    float: right;
        margin-top: 6px;
  }

  #pms_logint .input {
    border-radius: 10px;
        border-color: #343a40;
        background-color: transparent;
        float: none;
        text-align: center;
  }

  .single-input {
    width: 100%;
        max-width: 50px;
        border-radius: 10px;
        border-color: #343a40;
        background-color: transparent;
  }

  .tkd-logo {
    width: 100%;
    max-width: 240px;
  }

  .login-left-img {
    width: auto;
    min-width: 100%;
        height: auto;
        min-height: 100%;
        border-radius: 20px 0px 0px 20px;
  }

#password_section p {
    color: #000 !important;
    font-size: 1rem !important;

  }

#password_section  label {
    color: #000 !important;
    font-size: 1rem !important;
  }

#password_section  label>input {
    margin-top: 2px;
  }

#password_section  button {
    font-weight: bold;
    color: #FFF !important;
  }

#password_section  .link2 {
    text-decoration: underline;
  }

  #gender_section .form-check {
    padding: 0.25rem 0 0.25rem 1.25rem;
  }

  #gender_section .form-check label,
  #gender_section .form-check input {
      cursor: pointer;
  }

  .modal-body {
    height: 100%;
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;

  }

  .feeds {
    font-size: 11px;
  }

  .feeds>i {
    opacity: 0;
  }

  .strength_meter {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 43px;
    z-index: -1;
    border-radius: 5px;
    margin: 10px auto 0 auto;
  }

  .button_strength {
    text-decoration: none;
    color: #000;
    font-size: 13px;
  }

  .strength_meter div {
    width: 0%;
    height: 43px;
    color: #000;
    line-height: 43px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px;
  }

  .strength_meter div p {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
  }

  .veryweak {
    background-color: #FFA0A0;
    border-color: #F04040 !important;
    width: 25% !important;
  }

  .weak {
    background-color: #FFB78C;
    border-color: #FF853C !important;
    width: 50% !important;
  }

  .medium {
    background-color: #FFEC8B;
    border-color: #FC0 !important;
    width: 75% !important;
  }

  .strong {
    background-color: #C3FF88;
    border-color: #8DFF1C !important;
    width: 100% !important;
  }



.image-input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 110px;
    width: 120px;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .image-input .image-input-wrapper {
    width: 70px !important;
    height: 81px !important;

    background-position: left center;
      background-size: cover;
  }