.login-breadcrumb {
  background: #272727;
  padding: 10px 0;
}

.login-all {
  color: #fff;
}

.login-all {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-left ul li {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

.login-all .login-right {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.login-left ul li a {
  color: #727272;
}

.login-left ul li i {
  color: #727272;
  margin-right: 5px;
}

.login-whole {
  margin: 30px 0 70px 0;
}

input[type=text], input[type=password], input[type=email] {
  width: 100%;
  padding: 10px 30px;
  font-size: 13px;
}

span.form-box-icon {
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  top: 50%;
}

.login-block h3 {
  margin-bottom: 45px;
  color: #272727;
}

.form-box {
  margin-bottom: 25px;
  position: relative;
}

.remember {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.rem-right a {
  color: #5A5A5A;
}

.rem-left span {
  color: #02CF1E;
}

.btn-login {
  width: 100%;
  background: #272727;
  border: none;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
}

  .btn-login:hover {
    background: #fff;
    border: 1px solid #272727;
    color: #272727;
  }

.btn-register {
  width: 100%;
  background: #fff;
  border: 1px solid #272727;
  color: #272727;
  padding: 8px 0;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 18px;
}

  .btn-register:hover {
    background: #272727;
    border: none;
    color: #fff;
  }

.register-block {
  padding-left: 60px;
}

  .register-block h3 {
    color: #272727;
  }

  .register-block p {
    margin: 45px 0;
  }

.login-block {
  border-right: 1px solid #707070;
  padding-right: 90px;
  border-right-color: rgb(112, 112, 112, 0.2);
}
/**/
.register-block p {
  line-height: 27px;
  text-align: center;
  color: #5A5A5A;
}

.form-name .btn-save {
  width: 100%;
}

.pborder-line {
  width: 47%;
}

.cborder-line {
  width: 35%;
  margin-bottom: 20px;
}

.oborder-line {
  width: 17%;
}
/**/
.check-me {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #5A5A5A;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .check-me input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

.check-mark {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #707070;
  height: 18px;
  width: 18px;
  background-color: #fff;
}

.check-me input:checked ~ .check-mark {
  background-color: #fff;
  border-color: #AFAFAF;
}

.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-me input:checked ~ .check-mark:after {
  display: block;
}

.check-mark:checked ~ .check-me {
  color: #AFAFAF;
}

.check-me .check-mark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #AFAFAF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rem-left .check-me {
  font-weight: 200;
  font-size: 14px;
}

.gender{
  margin-bottom: 15px;
}

@media screen and (min-width: 1401px) and (max-width: 2200px) {
  .login-block h3, .register-block h3 {
    font-size: 36px;
  }

  .register-block p {
    font-size: 16px;
  }

  input[type=text], input[type=password], input[type=email] {
    height: 50px;
    font-size: 18px;
  }


  .btn-login, .btn-register {
    height: 50px;
  }

  .register-block p {
    margin: 45px 0 92px 0;
  }

  .rem-left .check-me, .rem-right {
    font-size: 16px;
  }

  .oborder-line {
    width: 15%;
  }

  .cborder-line {
    width: 32%;
  }

  .pborder-line {
    width: 43%;
  }

  .login-breadcrumb {
    padding: 34px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .login-block {
    padding-right: 28px;
  }

  .register-block {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .login-block {
    border-right: none;
    padding-right: 0;
  }

  .register-block {
    padding-left: 0px;
    margin-top: 80px;
  }

  .oborder-line, .cborder-line, .pborder-line {
    display: none;
  }
}
