.login-box {
  background-color: #ffffff;
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

/* .login-content-wrapper {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
} */

.login-box .login-content-wrapper .login-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  margin-bottom: 100px;
}

/* .login-box .login-content-wrapper .form-card {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
} */

.login-box .login-content-wrapper .form-card .form-head {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.login-box .login-content-wrapper .form-card .form-head .logo {
  margin-bottom: 10px;
}

.login-box .login-content-wrapper .form-card .form-head .title {
  color: #0e0e0e;
  font-weight: 700;
  font-size: 30px;
}

.login-box .login-content-wrapper .form-card .form-head .sub-title {
  color: #0e0e0e;
  font-weight: 600;
  font-size: 30px;
}


.wall-snow {
  position: absolute;
  background-color: #f9f8ff;
  width: 100%;
  height: 40px;
  top: 20px;

  &:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 80px;
    border-radius: 50%;
    background-color: #f9f8ff;
    top: 0px;
    left: 40px;
  }

  &:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 70px;
    border-radius: 50%;
    background-color: #f9f8ff;
    top: 0px;
    left: 140px;
    transform: rotate(-2deg);
  }
}

.login-box .login-content-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.login-box .login-content-wrapper .login-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
label {
  color: #000;
  font-weight: 700px;
}