.auth {
  background: url(/sign-in.png) center/cover no-repeat;
  mix-blend-mode: normal;
  padding-top: 2rem;
  min-height: calc(100vh - 6.2rem);
  position: relative;
}

.auth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, #515151 0%, #535352 25%, #A29B93 51%, rgba(84, 84, 84, 0) 100%);
  opacity: .8;
}
.auth > *{
  z-index: 4;
}
.welcome-div{
  color: #fff;
  margin-top: 6.5rem;
}


.welcome-div h1 {
    font-size: 2.85rem;
    line-height: 1;
    text-transform: capitalize;
}
.welcome-div p {
    width: 85%;
    margin-bottom: 2.775rem;
    font-size: 1.6rem;
    line-height: 1.3;
}




.welcome-div a{
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  position: relative;
  /* height: 4.25rem; */
  line-height: 1.3;
  padding: 1rem 1.75rem;
  text-align: center;
  transition: all .4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.welcome-div a i{
  transform: scaleX(-1);
}
.welcome-div a:hover{
  background-color: #fff;
  color: #dc6951;
  text-decoration: none;
}

.sign-in{
    background: #fff;
    padding: 1.775rem;
    box-shadow: 0px 0.35rem 0.875rem rgb(0 0 0 / 35%);
    margin-bottom: .8rem;
    margin-top: 0;
    min-height: 18rem;
}
.sign-in h2{
    font-size: 2.425rem;
    margin-bottom: 2.425rem;
    text-transform: uppercase;
    text-align: center;
    color: #505050;
}

.sign-in .forgot-pass{
    text-align: end;
    display: inline-block;
    width: 100%;
    color: #dc6951;
}
.sign-in .btn{
  margin-bottom: 1.2rem;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Effra-medium';
}
.text-white{
    color: #fff;
}
