html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background-image: url("https://provakil.com/images/oberoi_background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#login-row {
  width: 35%;
  margin: auto;
}

.iocl-login-input:focus:not([readonly]) {
  border-bottom: 1px solid #1b1b5e;
  box-shadow: 0 1px 0 0 #1b1b5e;
}

.header {
  margin-top: 1%;
  margin-left: 1%;
}

.provakil-logo {
  width: 15%;
  display: inline-block;
}

.login-form {
  background: white;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding-top: 14px;
}

.remember-container {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

#submit-btn {
  width: 100%;
  background-color: #1b1b5e;
}

.oberoi-logo {
  max-width: 100%;
  display: inline-block;
}
