* {
  box-sizing: border-box;
}

html, body {
  font-family: Arial, Helvetica, sans-serif;
}

p{
  margin-left: 70px;
}

body {
  background-color: #f0f0f0;
  background-image: url('../images/Mask Group.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.login-container {
  max-width: 450px;
  width: 90%;
  margin: 50px auto;
  background-color: white;
  padding: 40px 45px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.logo-container {
  text-align: center;
  margin-bottom: 30px;
}

.logo-container img {
  max-width: 320px;
}

/* .login-wrap {
  width: 100%;
} */

.form-group {
  margin-top: 20px;
}

.form-group label {
  color: #333;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}

.login-form {
  padding: 8px 12px;
  border: 2px solid transparent;
  background: #DEEBFF;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  box-sizing: border-box;
  height: 38px;
}

.login-button {
  background:#DF9926;
  width: 100%;
  height: 48px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 24px;
  box-shadow: 0 0px 0px 1px #fff;
}

.login-page {
  background-image: url('../images/Mask Group.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-heading {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
}

.fpw {
  margin-left: 8px;
  margin-top: 10px;
  font-size: 13px;
  color: #DF9926;
}

.login-btn {
  opacity: 1;
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/login_default.png) no-repeat center center;
  border: none;
  border-radius: 50%;
  float: right;
  margin-right: 10px;
  margin-top: 1.5px;
  cursor: pointer;
}

.register-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #DF9926;
  text-decoration: none;
  font-size: 13px;
}

.register-link:hover {
  text-decoration: underline;
}
