.site-background.login-background h3 {
  font-weight: normal;
}

.login-process {
  margin: 0 auto;
  width: 970px;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  box-shadow: 0 0 25px rgb(0,0,0,0.16);
  background: #fff;
}

  .login-process .nav-tabs > li {
    width: 50%;
    text-align: center;
  }

    .login-process .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #5E4646;
      border: none;
    }

    .login-process .nav-tabs > li > a {
      border-radius: 0;
      margin-right: 0;
      background: #C5C5C5;
      color: #fff;
      border: none;
      font-weight: bold;
    }

    .login-process .nav-tabs > li:nth-child(1) > a {
      border-top-left-radius: 10px;
    }

    .login-process .nav-tabs > li:nth-child(2) > a {
      border-top-right-radius: 10px;
    }

.register-panel, .personal-detail, .company-detail {
  padding: 30px 69px; 
}

  .register-panel p {
    margin-bottom: 0;
    text-align: center;
  }

.register-title {
  background: #D5D5D5;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 69px;
}

label.gender-radio-btn.check-btn1 {
  margin-right: 35px;
}

.gender-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.gender-radio-btn {
  color: #272727;
  display: block;
  position: relative;
  /* margin-bottom: 40px; */
  cursor: pointer;
  /* padding-left: 15px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.gendermark {
  position: absolute;
  top: 4px;
  left: 45px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #979797;
  background: #fff;
}

  .gendermark.gsecond {
    left: 63px;
  }

.gender-radio-btn input:checked ~ .gendermark {
  border-color: #CBCBCB;
}

.gendermark:after {
  content: "";
  position: absolute;
  display: none;
}

.gender-radio-btn input:checked ~ .gendermark:after {
  display: block;
}

.gender-radio-btn .gendermark:after {
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #CBCBCB;
}

.gender-radio-btn input:checked ~ .gender-radio-btn {
  color: #ffac4a;
}

.gender h5 {
  font-weight: bold;
}

.form-name label {
  color: #262626;
}

.personal-detail .form-name {
  margin-top: 20px;
}

.form-name .form-control {
  border: 1px solid #BBBBBB;
  box-shadow: none;
  background: #F6F6F6;
  border-radius: 5px;
}

select.select-option {
  width: 100%;
  height: 34px;
  border-color: #bbbbbb;
  background: #F6F6F6;
  border-radius: 5px;
  padding-left: 4px;
}

.date-select:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  color: #262626;
  right: 21px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.date-select:before {
  content: '';
  right: 17px;
  top: 10px;
  width: 23px;
  height: 18px;
  background: #F6F6F6;
  position: absolute;
  pointer-events: none;
  display: block;
}

.flex {
  display: flex;
}

.btn-register {
  background: #D89D9D;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 60px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.register-button {
  margin: 0px 69px 30px 69px;
}

.social-login {
  margin: 0px 69px 61px 69px;
}

.btn-login1 {
  background: #D7DEEA;
  color: #3B5998;
  border: 1px solid #3B5998;
}

.btn-login2 {
  background: #EEE2D6;
  color: #FF3E30;
  border: 1px solid #FF3E30;
}

.user-detail {
  padding: 50px 68px 30px 68px;
}

  .user-detail .form-name:nth-child(2) {
    margin-top: 20px;
  }

@media screen and (min-width :1401px) and (max-width:2200px) {
  .login-process .nav-tabs > li > a {
    padding: 22px;
    font-size: 20px;
  }

  .register-panel p {
    font-size: 18px;
  }

  .site-background.login-background h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .register-title {
    font-size: 18px;
  }

  .gender h5 {
    font-size: 16px;
  }

  .gendermark {
    height: 16px;
    width: 16px;
  }

  .gender-radio-btn .gendermark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
  }

  .form-name label {
    font-size: 16px;
  }

  .form-name .form-control {
    height: 45px;
  }

  select.select-option {
    height: 45px;
    padding: 10px;
  }

  .date-select:after {
    right: 30px;
    top: 14px;
  }

  .btn-register {
    font-size: 16px;
    height: 55px;
  }

  .site-background.login-background {
    padding: 61px 0 100px 0;
  }
}

@media screen and (max-width :1024px) {
  .login-process {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .date-select {
    margin: 20px 0;
  }

  .form-name.form-password {
    margin-top: 20px;
  }
}

.rememberForgot {
  margin-top: 15px;
}

  .rememberForgot .forgot-password {
    float: right;
  }
