html, body {
  height: 100%;
  font-family: 'Muli';
}

body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(300deg, #2A0ACF 0%, #5000B8 100%) 0% 0% no-repeat padding-box;
  background-image: url("/images/login-screen-bgd.png");
  background-size: cover;
  opacity: 1;
}

.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 0% 2% 0%;
  margin: 0px;
}

#form {
  margin-left: 30%;
  margin-right: 30%;
}

#legal_wrapper, #forgot_password_wrapper, #language-wrapper {
  width: 100%;
}

.row {
  margin: 0;
}

#formBox {
  background-color: white;
  width: 100%;
  border-radius: 14px;
  align-items: center;
}

.logo_wrapper {
  display: flex;
  justify-content: space-evenly;
  flex: 0;
  align-items: center;
}

.logo_wrapper {
  margin-bottom: 40px;
}

#form {
  margin-bottom: 18.28px;
}

#forgot_password_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#forgot_password_wrapper a {
  text-transform: uppercase;
  font-weight: 900;
}

#language-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.login-localize-widget-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#localize-widget {
  display: none !important;
}

.language-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  max-width: 100%;
  height: auto;
}

a {
  color: #000000;
  font-size: 12px !important;
}

.legal-items {
  margin-bottom: 27.81px;
}

.content {
  width: 57%;
}

.logo_wrapper h1 {
  margin: 0;
  padding: 0;
}

.form-container input:not(.btn-primary) {
  height: 46px;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 16.87px;
  color: black;
  padding: 0px 20px;
  border: 1px solid #d4cbca;
  border-radius: 23px;
  -webkit-appearance: none;
  font-weight: bold;
}

.form-container input:focus {
  box-shadow: 0px 0px 0px 1px rgba(80,0,184,1);
  outline: 0;
  border: 0;
  -webkit-appearance: none;
}

#login_button {
  background-color: rgba(80,0,184,1);
  margin: 0;
  height: 46px;
  text-transform: uppercase;
  border-radius: 14px;
  border: 0;
  width: 100%;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 23px;
}

.legal-items {
  list-style: none;
  height: 70px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex: 1;
  align-items: center;
  font-size: 6px;
}

.legal-items li {}

#legal_wrapper p {
  font-size: 10px;
}

.divider {
  border-top: 1px solid black;
  margin-top: 30px;
  opacity: 0.1;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 90%;
  }

  #logo {
    max-height: 12vw;
  }

  .form-container {
    padding: 10%;
  }
}