body {
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  margin: 0;
}
@media (min-width: 480px) {
  body {
    background: #E5E5E5;
    background-image: url(/assets/images/bg-hec.jpg);
    background-size: 100% auto;
    backdrop-filter: blur(7px) brightness(20%);
  }
}
* {
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .outer-container {
    padding-top: 40px;
  }
}
.outer-container .inner-container {
  background: white;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
@media (min-width: 480px) {
  .outer-container .inner-container {
    width: 510px;
  }
}
.outer-container .inner-container .container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  .outer-container .inner-container .container {
    min-height: 100vh;
    padding: 32px;
  }
}
@media (min-width: 480px) {
  .outer-container .inner-container .container {
    padding: 40px 50px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
}
.outer-container .inner-container .container-main {
  flex-grow: 1;
}
.outer-container .inner-container .exit-link {
  text-align: right;
  padding: 0;
}
.outer-container .inner-container .exit-link a {
  text-decoration: none;
  color: #0a5238;
  font-size: 18px;
}
.outer-container .inner-container .exit-link a:hover {
  color: #7CC142;
}
.alert {
  margin: 16px;
  font-weight: bold;
}
label {
  font-weight: bold;
}
input[type=text],
input[type=date],
input[type=password] {
  display: block;
  padding: 18px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  width: 100%;
}
.help-block {
  color: red;
}
::placeholder,
::-ms-input-placeholder {
  color: #BDBDBD;
}
.Input-Field {
  padding: 6px 0;
}
.Input-Field .Textbox-Container {
  position: relative;
}
.Input-Field label {
  display: block;
  padding: 8px 4px;
}
.Input-Field.has-error input {
  background: #f1c6c6;
}
.Input-Field input:read-only {
  color: #9C9C9C;
  cursor: not-allowed;
}
.Input-Remember * {
  display: inline;
}
h1 {
  font-size: 22px;
  font-weight: bold;
  color: #7CC142;
  text-align: center;
}
h2 {
  text-align: center;
}
.message {
  font-size: 16px;
  font-weight: bold;
}
.message.style-error {
  color: red;
}
.btn {
  display: block;
  border-radius: 3px;
  padding: 18px;
}
.btn:hover {
  cursor: pointer;
}
.btn-primary {
  background: #7CC142;
  color: white;
  text-transform: uppercase;
  border: none;
  width: 100%;
  margin: 12px 0;
}
.btn-primary:hover {
  background: #97ce68;
}
.btn-social {
  border: solid 1px black;
  border-radius: 3px;
  background: none;
  width: 100%;
  font-weight: bold;
  margin: 6px 0;
  text-align: center;
  padding-left: 38px;
}
.btn-social:hover {
  background: #97ce68;
}
.btn-social:hover img {
  background: white;
  border-radius: 16px;
}
.btn-social:hover span {
  color: white;
}
.btn-social img {
  width: 24px;
  margin: 0 12px -6px 0;
  padding: 4px;
}
.btn-social span {
  display: inline-block;
  width: 180px;
  text-align: left;
  color: black;
}
a {
  color: #7CC142;
  font-weight: bold;
  text-decoration: underline;
}
a.Link-ForgotPassword {
  text-decoration: none;
  color: black;
  text-decoration: underline;
}
a.Link-ForgotPassword:hover {
  color: #7CC142;
}
.logo {
  display: block;
  margin: 0 auto;
}
.logo-hec {
  width: 70%;
  margin-bottom: 32px;
}
.logo img {
  width: 100%;
}
.PoweredBy {
  margin-top: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.PoweredBy .logo {
  width: 60%;
}
.Prompt-Signup {
  padding: 18px 0;
  font-weight: bold;
  text-align: center;
}
.Grid-2 {
  display: flex;
}
.Grid-2 > div {
  flex: 1;
}
.Grid-Social > div {
  padding: 4px;
}
.Grid-Social > div:first-child {
  padding-left: 0;
}
.Grid-Social > div:last-child {
  padding-right: 0;
}
.Align-Left {
  text-align: left;
}
.Align-Right {
  text-align: right;
}
.Align-Center {
  text-align: center;
}
p {
  font-weight: bold;
}
.Row-RememberMe-ForgotPassword {
  margin: 16px 0 0;
}
hr {
  border-color: #E4E4E4;
  background: #E4E4E4;
  border-style: solid;
  margin-top: 16px;
}
.hr-text-container {
  height: 20px;
  border-bottom: solid 1px #C0C0C0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.hr-text-label {
  display: inline-block;
  background: white;
  padding: 8px;
}
.Disclaimer {
  padding: 0 64px;
}
.Disclaimer p,
.Disclaimer a {
  color: #A8A8A8;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}
.Disclaimer a {
  white-space: normal;
}
.BtnPasswordVisibility {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(/assets/images/eye2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
