body {
  width: 100%;
}

.grad1 {
  /* Desktop - 1 */
  /* position: relative; */
  /* background: linear-gradient(90deg, #FC4A1A 0%, #F7B733 102.04%); */
  background: white;
}

.top-logo {
  /* position: absolute; */
  max-width: 380px;
  height: 55px;
  background: #DC0404;
  border-radius: 10px 10px 0px 0px;
}

.top-logo img {
  /* position: absolute; */
  width: 201px;
  /* max-height: 37px; */
  /* background: url(./img/logo-qhomemart.png); */
}

.login-form {
  /* Rectangle 1 */
  /* position: absolute; */
  width: 399px;
  height: 449px;
  /* left: 554px;
  top: 295px; */
  margin-left: auto;
  margin-right: auto;
  background: #EDEDED;
  box-shadow: 0px 4px 11px 8px #FA8127;
  border-radius: 10px;
}

.input-group {
  /* width: 313px;
  height: 45px; */
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.input-group-text {
  background-color: #FFFFFF !important;
  border: 0;
}

.form-control {
  border-left: none !important;
  box-shadow: none !important;
}

.btn-login {
  width: 185px;
  height: 46px;
}

.btn-login-custom {
  background: linear-gradient(to right, #F7B733 0%, #DC0404 100%) !important;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 0.175em;
  border-radius: 20px !important;

  /* transition: all 0.10s ease 0s !important; */
  /* background: transparent; */
  /* -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out; */

}

.btn-login-custom:hover {
  background: #FFFFFF !important;
  color: #DC0404 !important;
  line-height: 28px;
  letter-spacing: 0.175em;
  border-radius: 20px !important;
  border-color: #DC0404;
  transition: all 0.5s ease-out;
  /* background: transparent; */
  /* transition: all 0.3s ease 0s !important; */
  /* left: 0 !important; */
}





.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* .containers {
  padding: 15px 35px 45px;
} */

.form-signin {
  max-width: 380px;

  margin: 0 auto;
  background: transparent;
  box-shadow: 0px 4px 11px 8px #FA8127;
  border-radius: 10px;
}

/* .form-control {
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
} */

/* enable absolute positioning */
/* .inner-addon {
  position: relative;
} */

/* style icon */
/* .inner-addon .glyphicon {
  position: absolute;
  top: 26px;
  padding: 14px 30px 14px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
} */

/* align icon */
/* .left-addon .glyphicon {
  left: 0px;
} */

/* add padding  */
/* .left-addon input {
  padding-left: 65px;
} */

/* .form-signin input {
  margin-bottom: 15px;
  height: 44px;
} */

/* .form-signin .forgot-password {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: -8px;
  margin-bottom: 30px;
  font-size: 12px;
} */

/* .account-signup {
  max-width: 380px;
  padding: 15px 35px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
} */

/* .form-signin-heading {
  font-family: Rounded Mplus 1c;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 0.015em;

  color: #151515;

} */

.card-header-login {
  /* max-width: 380px; */
  height: 55px;
  background: #DC0404;
  border-radius: 10px 10px 0px 0px;
}

.card {
  border-radius: 10px 10px 10px 10px !important;
  border: none !important;
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.25) !important;

}