:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .5rem;
  --textarea-padding-x: 1.5rem;
  --textarea-padding-y: .5rem;
}

body {
  background: linear-gradient(to right, #fdfeff, #fafbfc);
}
.card{
  background: transparent !important;
  /* border: 1px solid lightgrey !important; */
}

.card-login {
  border: 0;
  border-radius: 0rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.card-signin .card-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.card-signin .card-img-left {
  
  /* Link to your background image using in the property below! */
  background: scroll center url('../images/bg.jpeg');
  background-size: cover;
}

.card-signin .card-body {
  padding: 2rem;
  background: transparent;
}
.card-block{
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-login-block{
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
}
.form-content{
  padding: 0px !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form-signin {
  width: 100%;
}

.form-signin .btn.logbtn {
  font-size: 95%;
  border-radius: 4rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 0.6rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>label {
  display: inline !important;
  padding-bottom: 0rem !important;
}


.btn-google {
  color: white;
  background-color: #ea4335;
}

.form-container{
  display: block;
  margin: auto;
}
.label-content label{
  padding: 0 .5rem;
}
span.error{
  display: inline-block;
  color: rgb(172, 37, 37);
}

.preview{
  width: 180px;
  height: 185px;
  border: 1px solid lightgray;
  border-radius: 5px;
  display: flex;
  margin: auto;
  background: #FFFFFF;
  position: relative;
  align-items: center;
  justify-content: center;
}
#profile{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;;
}
#ipicker{
  z-index: 3;
  cursor: pointer;
}
#inputPhotoFile{
  display: none;
}

.app-title{
  height: 80px;
  margin-bottom: 8px;
}
.admin-login-page {
  width: 100%;
  min-height: calc(100vh - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  background:
    radial-gradient(circle at 12% 12%, rgba(75, 48, 37, 0.08), transparent 45%),
    radial-gradient(circle at 88% 88%, rgba(75, 48, 37, 0.06), transparent 40%);
}
.admin-login-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.admin-login-card {
  border: 1px solid #eef0ee !important;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  background: #fff !important;
  overflow: hidden;
  position: relative;
}
.admin-login-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #4b3025, #7a5038);
}
.admin-login-eyebrow {
  display: block;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #6b4a37;
  text-transform: uppercase;
  margin-top: 6px;
}
.admin-login-subtitle {
  text-align: center;
  font-size: 0.85rem;
  color: #8a8a8a;
  margin-bottom: 1rem;
}
.admin-login-footer {
  text-align: center;
  margin-top: 18px;
  font-size: 0.78rem;
  color: #9aa39a;
}
.admin-logbtn {
  background: linear-gradient(90deg, #4b3025, #5c3c2c);
  border-color: #4b3025;
  color: #fff;
  box-shadow: 0 6px 16px rgba(75, 48, 37, 0.25);
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.admin-logbtn:hover,
.admin-logbtn:focus {
  background: linear-gradient(90deg, #33211b, #452c22);
  border-color: #33211b;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(75, 48, 37, 0.32);
}
.form-signin .form-control {
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-signin .form-control:focus {
  border-color: #4b3025;
  box-shadow: 0 0 0 0.15rem rgba(75, 48, 37, 0.15);
}
.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #a9a9a9;
  font-size: 14px;
  pointer-events: none;
}
.input-icon .form-control {
  padding-left: 38px;
}
.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.captcha-row .input-icon {
  flex: 1;
  min-width: 0;
}
.captcha-image-wrap {
  flex-shrink: 0;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}
.captcha-image {
  display: block;
  width: 110px;
  height: 44px;
}
.captcha-refresh {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4b3025;
  border-radius: 6px;
  background: #4b3025;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.15s, transform 0.2s;
}
.captcha-refresh:hover {
  background: #33211b;
  border-color: #33211b;
  transform: rotate(90deg);
}
.head-title{
  width: 100%;
  text-align: center;
}
.site-title{
  font-weight: bold; font-size: 1.1rem; color: #9A3030;
}
@media only screen and (max-width: 600px) {
  .card-login {
    background: url('../images/bg2.jpg') !important;
    background-size: cover;
  }
  .site-title{
    font-weight: bold; font-size: 0.9rem; color: #9A3030;
  }
}