body {
  font-family: 'Exo-2';
  min-width: 1080px;
  min-height: 800px;
}

* {
  margin: 0px;
  padding: 0px;
}

div {
  font-size: 20px;
}

input {
  box-shadow: none;
  outline: none;
  background-color: white;
}

.logo {
  max-width: 50%;
  width: auto;
  background-size: cover;
}

.main-container {
  height: 100%;
  width: 100%;
  display: flex;
  background: white;
  overflow: hidden;
}

.background-container-wrapper {
  width: 100%;
  height: 100%;
}

.background-container {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}

.login-container-wrapper {
  margin-left: 5vw;
  margin-right: 5vw;
  min-width: 300px;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.logos-container {
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
}

.info-container {
  display: block;
}

.loginTitle {
  color: #2c2c2c;
  margin: 0px;
  font-weight: 600;
  font-style: normal;
}

.loginTitleDescription {
  color: #bfbfbf;
}

.inputs-container {
  width: 100%;
}

label {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}

#id_0, #id_1 {
  width: inherit;
  outline: none;
  padding: 12px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 0 1px 1px #e7e7e7;
  font-size: 14px;
}

#id_0 {
  margin-bottom: 30px;
}

#id_1 {
  margin-bottom: 10vh;
}

.login-button {
  padding: 10px;
  margin-top: 20px;
  border: 0px;
  text-decoration: none;
  width: inherit;
  border-radius: 10px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  background-color: #213666;
}
