body {
  font-family: sans-serif;
  height: 100vh;
  margin: 0;
  background: linear-gradient(205deg, #454B53 50%, #a58686 50%, #a58686 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ftco-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.card-height-1 {
  height: 500px; 
}

.wrap {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 300px;
  opacity: 0.8;
}

.login-wrap {
  position: relative;
  background: #ffffff;
  padding: 2em;
}

h3 {
  color: #000;
  font-size: 2rem;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-control {
  height: 48px;
  background: #ffffff; 
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus, 
.form-control:active {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #000;
}

.label {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}

.btn {
  cursor: pointer;
  box-shadow: none !important;
  font-size: 1rem; 
  padding: 10px 20px;
}

.btn.btn-primary {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #333; 
  border: 1px solid #333;
}

.btn.btn-primary:active {
  background: #8B8B8B;
}

.social-media {
  position: relative;
  width: 100%;
}

.social-media .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
/*  border: 1px solid #8B8B8B;*/
  margin-right: 5px;
/*  border-radius: 50%;*/
  text-decoration: none;
}

/*.social-media .social-icon i {
  color: #000;
}

.social-media .social-icon:hover {
  background: #000;
}

.social-media .social-icon:hover i {
  color: #fff;
}*/

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e6e6e6;
  border-radius: 4px;
}

.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}

.checkbox-primary {
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
  transition: .3s all ease;
}

a:hover {
  color: #333;
}

@media (min-width: 768px) {
  .wrap {
    display: flex;
  }

  .img, 
  .login-wrap {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .wrap {
    display: block;
  }

  .img, 
  .login-wrap {
    width: 100%;
  }

  h3 {
    font-size: 1.5rem;
  }

  .forget_text {
    font-size: 18px;
  }

  .card-height-1{
    height:auto;
  }
}

.forget_text {
  font-size: 22px;
  font-weight: 545;
}
.design-eye{
  background-color: transparent;
  border-left: none;
}
.input-design{
  border-right: none;
}