/*!
 * Sparkz Hotelo
 * Project by
 * Nikhil Bhalerao : Freelancer from India
 * For Any Project Development
 * Contact on
 * ndbhalerao91@gmail.com
 * +919423979339
 */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&display=swap');

body,
html {
  height: 100%;
  background-repeat: no-repeat;
  background-color: #f7f9fd;
  font-family: 'Nunito', sans-serif;
      display: flex;
    align-items: center;
    justify-content: center;
}

.card-container.card {
  max-width: 295px;
  padding: 30px 25px;
  border-radius: 30px;
}

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

/*
 * Card component
 */
.card {
  background-color: #fff;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 15px 38px rgb(25 25 48 / 10%);
  -webkit-box-shadow: 0 15px 38px rgb(25 25 48 / 10%);
  box-shadow: 0 15px 38px rgb(25 25 48 / 10%);
}
.form-group {
    margin-bottom: 5px;
    
}
.form-control{
  border: 1px solid #e7ecf3;
    border-radius: 4px;
     box-shadow: none;
}
label{
  font-weight: 400;
}
.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
  /*background-color: #4d90fe; */
  background-color:#664bc4;
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color:#664bc4;
}

.forgot-password {
  color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: rgb(12, 97, 33);
}

/* ===== Clean Login Theme ===== */
html,
body.clean-login {
  min-height: 100%;
  background: linear-gradient(180deg, #f6f8ff 0%, #eef3fb 100%);
  color: #1e293b;
}

body.clean-login {
  margin: 0;
}

body.clean-login .login-shell {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

body.clean-login .container {
  width: 100%;
  max-width: 460px;
  padding: 0;
}

body.clean-login .card-container.card {
  width: 100%;
  max-width: 460px;
  border-radius: 20px;
  padding: 30px 26px 24px;
}

body.clean-login .card {
  background: #ffffff;
  border: 1px solid #dbe5f1;
  border-radius: 20px;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.11);
  margin: 0;
}

body.clean-login .login-brand {
  margin-bottom: 18px;
}

body.clean-login #profile-img {
  max-width: 170px;
  width: 100%;
  height: auto;
  margin: 0 auto 14px;
  display: block;
}

body.clean-login .login-title {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
}

body.clean-login .login-subtitle {
  margin: 6px 0 0;
  font-size: 14px;
  color: #64748b;
}

body.clean-login .result .alert {
  border-radius: 10px;
  margin-bottom: 14px;
}

body.clean-login .form-group {
  margin-bottom: 14px;
}

body.clean-login label {
  font-weight: 700;
  margin-bottom: 7px;
  color: #334155;
}

body.clean-login .form-control {
  border: 1px solid #d6e1ee;
  border-radius: 12px;
  height: 48px;
  font-size: 15px;
  padding: 10px 14px;
  box-shadow: none;
}

body.clean-login .form-signin .form-control:focus {
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.22);
}

body.clean-login .btn.btn-signin {
  margin-top: 4px;
  height: 50px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body.clean-login .help-block.with-errors {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
}

@media (max-width: 767px) {
  body.clean-login .login-shell {
    padding: 14px;
  }

  body.clean-login .card-container.card {
    max-width: 100%;
    padding: 24px 18px 20px;
    border-radius: 16px;
  }

  body.clean-login .card {
    border-radius: 16px;
  }

  body.clean-login #profile-img {
    max-width: 140px;
  }

  body.clean-login .login-title {
    font-size: 24px;
  }

  body.clean-login .form-control,
  body.clean-login .btn.btn-signin {
    height: 46px;
    font-size: 14px;
  }
}
