.title {
  width: 100%;
  float: left;
  line-height: 46px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #bc562a;
  position: relative;
}

.input {
  width: 100%;
  margin-top: 50px;
  height: 40px!important;
  position: relative;
}

.input label {
  /* line-height: 24px;
  font-size: 18px; */
  color: #333;

  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

input {
  border: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.2rem 0.5rem!important;
  font-size: 1rem !important;
  height: 32px !important;
  line-height: 24px !important;
}
/*textarea:focus, input:focus{*/
input:focus{
    outline: none;
    border: 1px solid orange;
}

.spin-box {
    width: 100%;
    background-color: black;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pass-forgot {
  width: 100%;
  float: left;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  text-align: right;font-size: 1rem;
  text-decoration: none!important;
}
.login-modal {
position: relative;
top: var(--loginTop);
left: calc(50% - 215px);
/* width: calc(100% - 40px); */
/* border-radius: 6px; */
width: 430px;
max-width: 430px;
max-height: calc(100% - var(--loginTop));
background: #fff;
/* padding: 20px 40px; */
/* overflow-y: auto; */
box-shadow: 0 8px 16px 0 rgba(134, 53, 0, 0.3), 0 6px 20px 0 rgba(255, 131, 78, 0.3);
}
.login-modal-close {
position: fixed;
top: 35px;
right: calc(50% - 255px);
cursor: pointer;
}
.login-modal-close svg {
fill: #fff;
width: 30px;
height: 30px;
padding: 5px;
border: 2px solid rgba(255, 255, 255, 0.7);
border-radius: 50%;
}
.logo-image {
  background: linear-gradient(to right, #fc9438, #ffcf9f);display:flex;justify-content: center;border-top-left-radius: 0.5rem;border-top-right-radius: 0.5rem;
}
.login-form-box {
border-bottom-left-radius: 0.5rem;border-bottom-right-radius: 0.5rem;text-align: center;
}
.radius-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.txt-clr-999 {
  color: #999;
}