.login-page-container {
  background-color: #1F305B;
  background-image: none;
  background-size: cover;
  height: 100%;
  overflow: auto;
  width: 100%;
}
.login-box {
  background-color: white;
  border-radius: 0 0 120px 0;
  display: flex;
  flex-wrap: wrap;
  height: 800px;
  justify-content: center;
  min-width: 1260px;
  width: 75%;
}

.login-logo {
  flex-basis: 100%;
  margin-top: 2em;
  text-align: center;
}

.login-left {
  align-self: start;
  width: 34em;
}
.login-right {
  border-left: 1px solid #ccc;
  margin-bottom: 12em;
  padding-left: 5em;
}





/* div {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #333333;
  text-align: center;
  line-height: normal;
} */

.pageContainer {
  display: block;
  position: absolute;
  z-index: 0;
}

.logoContainer {
  border-width: 0px;
  position: absolute;
  left: 37px;
  top: 27px;
  width: 248px;
  height: 40px;
}

.contents {
  margin-left: 200px;
  margin-top: 200px;
  min-width: 1366px;
}

.col {
  border-width: 0px;
  position: relative;
  width: 500px;
  height: 300px;
  float: left;
}

.login-title {
  font-weight: 700;
  font-style: normal;
  font-size: 57px;
  color: #1F305b;
  text-align: left;
  padding: 60px 0 20px 0;
}

.login-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
  padding-right: 20px;
  text-align: left;
}

.filledBlock {
  color: #fff;
  padding: 10px;
  background-color: #1F305b;
}

.environmentBlock {
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #ff0000;
  padding-top: 20px;
  text-align: left;
}

.inputFieldContainer {
  border-width: 0px;
  position: relative;
  padding-top: 44px;
  width: 383px;
  height: 65px;
}

.inputField {
  position: relative;
  width: 383px;
  height: 65px;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
  border-color: #1F305b;
  border-radius: 11px;
  font-size: 16px;
  padding-left: 20px;
}

.inputField:focus {
	outline: 0px;
  border-color: #0093D0;
}

.loginButton {
  border-width: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 383px;
  height: 65px;
  background: inherit;
  background-color: #1F305b;
  border: none;
  border-radius: 11px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loginButton:hover { cursor: pointer; }

.loginText {
  border-width: 0px;
  position: relative;
  width: 379px;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #FFFFFF;
}

.loginBg {
  position: absolute;
  top: 300px;
  padding-left: 50px;
}

.forgotPassword {
  font-size: 18px;
  color: #1F305b;
  text-align: center;
  padding-top: 15px;
}

.loginError {
  color: #ff0000;
  font-size: 18px;
  text-align: center;
}
