@font-face {
  font-family: Grotesk;
  src: url("./fonts/HKGrotesk-Regular.otf") format("opentype");
}

@font-face {
  font-family: Grotesk;
  font-weight: bold;
  src: url("./fonts/HKGrotesk-Bold.otf") format("opentype");
}


html {
  position: relative;
  height: 100vh;
  font-size: 16px;
}

@media (max-width: 900px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 13px;
  }
}

body {
  min-height: 100vh;
  font-family: "Grotesk", helvetica, sans-serif;
}

.with-background-image {
  background-size: cover;
  position: relative;
}

.full-height-sans-footer {
  min-height: calc(100vh - 4rem);
}

.ul-validation {
  margin-top: 0.625rem;
  list-style: none;
}

.ul-validation li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #213e97;
}

.column-left {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  max-width: 35%;
}

.column-right {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.left-column {
  height: 10%;
  width: 46%;
}

.right-column {
  width: 46%;
}

.green-column {
  background-color: green;
  height: 6.25rem;
}

.right {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: cornflowerblue;
  min-height: 91vh;
  background-image: url("../images/bg.png?v=1.0");
  background-repeat: no-repeat;
  background-size: auto;
}

.login-labels {
  height: 1.375rem;
  font-weight: bold;
  color: #1f384a;
}

.login-title {
  width: 6rem;
  height: 2.68rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #0d193c;
}

.input-text {
  width: 17.5rem;
  height: 2.56rem;
  border-radius: 8px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  background-color: #ffffff;
}

.input-change-pwd {
  min-width: 22.5vw;
  min-height: 2.56rem;
  border-radius: 8px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  background-color: #ffffff;
  margin-top: 0.625rem;
}

.logo-margin {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-bottom:3rem;
  justify-content: left;

}

.logo-margin-error {
  margin-top: 2rem;
  margin-bottom: 3rem;
  margin-left: 3.5rem;
}

.form-margin {
  margin-top: 2rem;
  margin-bottom: 3rem;
  margin-left: 3rem;
}

.show-pwd {
  width: 2.25rem;
  height: 1.1875rem;
  float: right;
  margin-right: 2.3125rem;
  margin-top: -1.5625rem;
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  text-align: right;
  color: #0d193c;
}

.show-pass {
  margin-left: -3.125rem;
  font-size: 0.875rem;
  text-align: right;
  color: #0d193c;
}

footer {
  background-color: #11235a;
  min-height: 4rem;
  text-align: center;
}

.fa {
font-size: 1.5rem !important;
}

footer i {
  color: #fff;
}

footer a {
  font-size: 1.25rem;
  color: #fff;
  text-decoration: underline;
  padding: 1.25rem 0.5rem;
  display: inline-block;
}

.right-footer {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  footer {
    text-align: left;
  }

  .right-footer {
    text-align: right;
    margin-bottom: 0;
  }
}

.form-container {
  margin: 0px auto;
}

.form-control {
  background-color: #F0F4FF;
  border-radius: 0px;
  border: 1px solid #F0F4FF;
  margin-top: 5px;
}

.chg-pwd {
  font-size: 1.85rem;
  color: #355198;
  margin: 1.85rem 0px;
}

.input-header {
  color: #444444;
  display: block;
}

.form-text {
  margin: 0.5rem 0;
}

.form-input-error-text {
  font-weight: bold;
  color: #d8202d;
}

.enter-description {
  min-width: 21.875vw;
  min-height: 2.375rem;
  font-size: 0.875rem;
  color: #0d193c;
  margin-top: 0.625rem;
}

.img-responsive {
  width: 100%;
  height: auto;
  overflow: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

input[type="radio"]:after {
  width: 1.88rem;
  height: 1.88rem;
  border-radius: 15px;
  top: -0.13rem;
  left: -0.063rem;
  position: relative;
  background-color: white;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #0047ab;
  margin-top: -0.4rem;
}

input[type="radio"]:checked:after {
  width: 1.88rem;
  height: 1.88rem;
  border-radius: 15px;
  top: -0.13rem;
  left: -0.063rem;
  position: relative;
  background-color: #0047ab;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #0047ab;
}

.radio-1 {
  margin-top: 1rem;
}

.radio-2 {
  margin-top: 1rem;
}

.radio-left-margin {
  margin-top: 1rem;
  margin-left: 2rem;
  width: 14.63rem;
  height: 1.38rem;
  color: #0d193c;
  font-weight: bold;
}

.forgot-pw-container {
  color: #355198;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.back-to-pwd {
  color: #355198;
}

.text-underline {
  text-decoration: underline;
}

.error-box {
  margin: 30px;
  padding: 0.8rem;
  border: solid 2px #d8202d;
  display: none;
}

.error-box.active {
  display: block;
}

.error-box p:last-child {
  margin-bottom: 0;
}

.error-header {
  font-weight: bold;
  color: #0d193c;
}

.error-text {
  font-size: 0.875rem;
  font-weight: bold;
  color: #d8202d;
}

.error-box-clear {
  max-width: 30rem;
  color: #0c122e;
}

.error-box-clear .error-header {
  font-size: 1.5rem;
  font-weight: bold;
}

.error-box-clear .error-text {
  font-size: 1rem;
  font-weight: normal;
  color: #0c122e;
}

.error-box-clear .error-text-link {
  font-weight: bold;
}

.home-btn {
  width: 8.5rem;
  min-height: 3.125rem;
  border-radius: 8px;
  background-color: #213e97;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  margin-top: 2rem;
  margin-left: 1.2rem;
  vertical-align: center;
  border-color: transparent;
}

.btn-login {
  margin-top: 1.5rem;
  padding: 0.75rem 3rem;
  font-size: 0.85rem;
  border-radius: 8px;
  background-color: #213e97;
  text-align: center;
}

#selectdiv {
  display: none;
  margin-top: 1rem;
}

#choiceSelect {
  padding-left: 1rem;
}

select {
  width: 196px;
  height: 19px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0d193c;
}

footer select {
  width: auto !important;
  height: auto !important;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0d193c;
}

.select-wrapper {
  height: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin-bottom: 1em;
  border: solid 1px rgba(151, 151, 151, 0.5);
  background-color: #ffffff;
}

.select-wrapper:after {
  content: "▼";
  color: #213e97;
  padding: 7px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

.select__field {
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  color: #0d193c;
  border: 1px solid #e3e3e3;
  border-color: #ffffff;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  /* for webkit browsers */
  -moz-appearance: none;
  /* for firefox */
  appearance: none;
  /* for modern browsers */
}


/* MES Specific */

.mes-logo {
  height: 70px;
  margin: 20px auto;
  width:  130px;

}

.nav-logo-img {
  height: 50px;
  margin: 0px;
  width: auto;
}

/* Login Specific */

.login-bottom-banner {
  height: 100px;
  margin: 0px -15px;
  z-index: -2;
}

.orange-stripe {
  height: 5%;
  background-color: #FC9300;
}

.blue-banner-bottom {
  height: 95%;
  background-color: #355198;
}

	.goog-te-banner-frame.skiptranslate {
		display: none !important;
		} 
		
		
	body {
		top: 0px !important; 
		}
	
	.goog-logo-link {
	   display:none !important;
	}

	.goog-te-gadget {
	   color: transparent !important;
	   text-transform: uppercase !important;
	   margin: 0px 10px 0px 10px  !important;
           font-family: inherit !important;
            font-size: inherit !important;
           padding: 0rem 0.5rem !important;
	}

	.goog-te-gadget .goog-te-combo {
	   color: #212529 !important;
           font-size: 1.25rem !important;
              margin: 0px !important;
	}
	.goog-te-menu-frame {
        max-width:100% !important; 
        }

	#google_translate_element {
	  position: relative;
	  display: inline-flex;
          margin-top: 1.5rem;
	  
	}

.goog-te-combo {

background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: .25rem;
padding: .1rem 0;
}
