@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}
 

.login-sec {
  background: linear-gradient(33deg, rgba(23,17,112,0.8) 0%, rgba(126,13,120,0.8) 74%, rgba(227,10,127,0.8) 100%), url('../images/2150063163.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
}
.login-sec .inner-item {
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.login-sec .logo {
  text-align: center;
  padding-bottom: 30px;
}
.login-sec .with-icon {
  position: relative;
}
.login-sec .with-icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #e30a7f;
  font-size: 20px;
}
.login-sec .form-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-sec .form-wrapper .frmo-check {
  margin: 0;
}
.login-sec .form-wrapper a {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.login-sec .form-group {
  margin-bottom: 20px;
}
.login-sec label {
  margin-bottom: 6px;
}
.login-sec .form-control {
  padding: 12px 20px 12px 62px;
  border: none;
  box-shadow: none;
  color: #000000;
  font-size: 18px;
}
.login-sec .form-control::placeholder {
  opacity: 0.5;
}
.login-sec .form-control:focus {
  color: #000000;
}
.login-sec .login-btn {
  width: 100%;
  border: none;
  box-shadow: none;
  display: inline-block;
  background-color: #e30a7f;
  color: #ffffff;
  border: 30px;
  padding: 14px 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 50px;
}
.login-sec .register-btn {
  padding-top: 20px;
  text-align: center;
}
.login-sec .register-btn a {
  display: inline-block;
  margin-left: 5px;
  color: #ffffff;
}/*# sourceMappingURL=syle.css.map */