*,
*:before,
*:after {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

  /* background: url(/assets/admin/bs_login_bg-dc2b944728485bbb5eb234e83022d4e046e45b09400b3cb58a4211c7f93f67ec.png);
  background-size: cover;
  object-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; */

.login_content {
  position: relative;
  height: 100vh;
  align-items: center;
}

.login_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.login-form form {
  height: 600px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.03);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px !important;
}

.login-form form * {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}
.login-form form h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

.login-form label {
  display: block;
  margin-top: 30px !important;
  font-size: 16px;
  font-weight: 500;
}
.login-form input {
  display: block;
  height: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  padding: 0 10px !important;
  margin-top: 8px !important;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder {
  color: #e1e1e1;
}
::placeholder {
  color: #e1e1e1;
}

.login-form input:hover{
  outline: 2px solid #0001;
}
.login-form .login-btn {
  margin-top: 50px !important;
  width: 100%;
  background-color: #ffffff;
  color: #080710;
  padding: 15px 0 !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}
.social {
  margin-top: 30px !important;
  display: flex;
}
.social div {
  background: red;
  width: 150px;
  border-radius: 3px;
  padding: 5px 10px 10px 5px !important;
  background-color: rgba(255, 255, 255, 0.27);
  color: #eaf0fb;
  text-align: center;
}
.social div:hover {
  background-color: rgba(255, 255, 255, 0.47);
  
}
.social .fb {
  margin-left: 25px !important;
}
.social i {
  margin: 10px 0 4px !important;
}

@media only screen and (max-width: 600px) {
  body {
    background:url(https://source.unsplash.com/1080x2400?sunset+birdeye+ocean);
  }
}
