@font-face {
  font-family: DinProMedium;
  src: url('din-pro-medium.woff');
}
@font-face {
  font-family: DinProBold;
  src: url('din-pro-bold.woff');
}
@font-face {
  font-family: DinProRegular;
  src: url('din-pro-regular.woff');
}
body,html {
  display: block;
  overflow: hidden;
  min-height: 0;
  font-size: 14px;
  font-family: DinProMedium;
  color: #ffffff;
  background: linear-gradient(301deg, rgba(29,54,97,1) 0%, rgba(0,157,158,1) 100%) fixed;
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
}
.login-content {
  width: 760px;
  display: block;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.rawlab-web-link {
  position: absolute;
  left: 76px;
  top: 60px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  padding-left: 30px;
  background-image: url("../images/arrow_left_white.svg");
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.3s;
  opacity: 1.0;
}
.rawlab-web-link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.back-to-login {
  margin: 20px 0px 35px 0px;
}
.arrow-link {
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url("../images/arrow_left_green.svg");
  text-transform: uppercase;
  text-decoration: none;
  color: #009D9E;
  transition: opacity 0.3s;
  opacity: 1.0;
}
.arrow-link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.login-content .header-box {
  width: 760px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  margin-bottom: 10px;
  background-position: calc(50% + 70px) 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}
.login-content .header-box .headlines-box {
  display: block;
  width: 100%;
}
.login-content .header-box .headlines-box h1 {
  font-size: 36px;
  font-family: DinProBold;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
.login-content .header-box .headlines-box h3 {
  font-size: 16px;
  line-height: 16px;
  font-family: DinProMedium;
  text-transform: uppercase;
  text-align: center;
}
.login-content .box {
  width: 760px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.login-content .box .box-container {
  width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.login-content .box .box-container .name-box {
  width: 100%;
}
.login-content .box .box-container .name-box .application-name {
  width: 100%;
  font-family: DinProBold;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: -0.4px;
  text-align: center;
  text-transform: uppercase;
  color: #009D9E;
  margin-top: 50px;
  margin-bottom: 30px;
}
.login-content .box .box-container .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.login-content .box .box-container .form .input-form-box {
  width: 100%;
  position: relative;
}
.login-content .box .box-container .form .input-form-box .label-box {
  width: 100%;
  text-align: center;
  color: #1D3661;
  font-size: 16px;
  font-family: DinProRegular;
  line-height: 21px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.login-content .box .box-container .form .input-form-box .login-field {
  width: calc(100% - 44px);
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: #000;
  border: 2px solid #1D3661;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
  background-color: #fff;
}
.login-content .box .box-container .form .input-form-box input[type="text"]:focus, .login-content .box .box-container .form .input-form-box input[type="email"]:focus {
  border: 2px solid #009D9E;
}
.btn {
  height: 48px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 10px 0px 0px;
  background-color: #009D9E;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-family: DinProMedium;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-style: none;
  margin-top: 30px;
  margin-bottom: 20px;
  opacity: 1.0;
  transition: opacity 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login-content .box .submit{
  width: 200px;
}
.ez-button {
  width: 220px;
}
.btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.alert {
  width: 100%;
  opacity: 0.87;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  color: #b8082a;
  text-align: center;
  padding-top: 15px;
}

.login-content .box .box-container .instructions .instruction-p {
  width: 100%;
  font-family: DinProMedium;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}

.login-content .box .box-container .instructions .instruction-p a {
  color: #009D9E;
  text-decoration: none;
}

.login-content .box .not-registrated {
  width: 320px;
  color: #009D9E;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.login-content .box .not-registrated a {
  text-decoration: none;
  color: #009D9E;
  opacity: 1.0;
  transition: opacity 0.3s;
}
.login-content .box .not-registrated a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.login-content .box .resetpassword {
  width: 320px;
  color: #009D9E;
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
.login-content .box .resetpassword a {
  text-decoration: none;
  color: #009D9E;
  opacity: 1.0;
  transition: opacity 0.3s;
}
.login-content .box .resetpassword a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.login-content .box .visit-ez {
  width: 320px;
  color: #009D9E;
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
.login-content .box .visit-ez a {
  text-decoration: none;
  color: #009D9E;
  opacity: 1.0;
  transition: opacity 0.3s;
}
.login-content .box .visit-ez a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.copyright-box {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.copyright-box .copyright {
  color: #ffffff;
  text-transform: uppercase;
  font-family: DinProMedium;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.simple-text {
  width: 100%;
  text-align: center;
  color: #1D3661;
  font-size: 16px;
  font-family: DinProRegular;
  line-height: 21px;
  padding-bottom: 3px;
}
.margin-bottom {
  margin-bottom: 20px;
}
@media screen and (max-height: 900px) {

  .login-content .header-box {
    background-position: calc(50% + 37px) 50%;
    height: 200px;
  }

  .login-content .box .box-container .name-box .application-name {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .login-content .box .submit{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .login-content .box .resetpassword {
    margin-bottom: 20px;
  }
  .copyright-box {
    bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  .login-content {
    width: calc(100% - 40px);
  }
  .login-content .header-box {
    width: 100%;
  }
  .login-content .box {
    width: 100%;
  }
  .rawlab-web-link {
    left: 50%;
    top: unset;
    bottom: 80px;
    transform: translateX(-50%);
    padding-right: 30px;
  }
  .copyright-box {
    bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .login-content .box .box-container {
    width: calc(100% - 40px);
  }
  .login-content .box .resetpassword {
    width: calc(100% - 40px);
    font-size: 14px;
  }
  .login-content .box .not-registrated {
    width: calc(100% - 40px);
    font-size: 14px;
  }
  .copyright-box .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .login-content .header-box .headlines-box h1 {
    font-size: 30px;
    line-height: 8px;
  }
}

