html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
  margin: 0;
}

.intro {
  height: 100%;
}

.sign-in-box-border {
  border-style: solid;
  border-radius: 5%;
  border-color: #303e4b;
  width: 425px;
}

.sign-in-box-outer {
  background: #fff;
  border-radius: 5%;
  width: calc(100% - 40px);
  height: 100%;
  margin: 20px;
}

.sign-in-box-inner {
    margin: 20px;
    background: #fff;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sign-in-box-inner h5 {
  margin-left: 20px;
  color: #303e4b;
}

.sign-in-box-inner hr {
  border-color: #303e4b;
}

.sign-in-container {
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sign-in-container > button {
  display: flex;
  width: 100%;
  padding: 0;
  border: 0;
}

#sign-in-with-email > button {
  background-color: #2f2f2f;
}

#sign-in-with-email > button > div > img {
  display: flex;
  height: 46px;
  width: 46px;
}

#sign-in-with-email > button > span {
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'Roboto-Medium', sans-serif;
}

.sign-in-container > button > span {
  height: 100%;
  align-self: center;
  color: white;
  font-size: 1.8rem;
}

#sign-in-google > button {
  background-color: #4285f4;
}

#sign-in-microsoft > button {
  background-color: #2f2f2f;
}

#sign-in-google > button > span {
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'Roboto-Medium', sans-serif;
}

#sign-in-microsoft > button > span {
  font-family: 'Segoe UI Regular', sans-serif;
}

#sign-in-microsoft > button > div {
  display: flex;
  height: 46px;
  width: 46px;
}

#sign-in-microsoft > button > div > img {
  margin: auto;
  height: 22px;
  width: 22px;
}

.redirect-box {
  background-color: #838383;
  height: 80px;
  width: 90%;
  padding: 10px;
  border: 2px solid #838383;
  border-radius: 15px;
  -moz-border-radius: 15px;
}

.title {
  font-size: 26px;
  line-height: 32px;
  color: #323e48;
  background: none;
  font-weight: 600;
  text-align: left;
  margin-left: 20px;
}

.fill-light-grey {
  background-color: #ececec;
}

.logo-container {
  width: 80%;
  max-width: 80%;
  max-height: 100%;
  z-index: 15;
  justify-content: center;
}

.logo-container img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

#ed-pro-image {
  max-width: 800px;
  max-height: 500px;
}

#ed-pro-text {
  max-width: 800px;
  max-height: 200px;
}

#bottom-right {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 150px;
  margin-bottom: 30px;
  margin-right: 30px;
}

#bottom-left {
  left: 0;
  bottom: 0;
  position: absolute;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 12px;
}

#bottom-left-logo {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 260px;
  margin-bottom: 30px;
  margin-left: 30px;
  font-size: 12px;
}

.top-bar {
  height: 90px;
  background-color: white;
  white-space: nowrap;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 50px;
}

.impero-logo {
  left: 90px;
  height: 60%;
}

.left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 90px);
}

#welcome {
  font-size: 8em;
  line-height: 1em;
  color: white;
  padding: 0.3em;
  height: 100%;
  margin: 0;
}

.right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 90px);
  color: #3d231b;
}

@media (max-width: 991px) {
  .left {
    display: none;
  }

  .right {
    width: 100%;
  }
}
