body {
  background: #fff !important;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
input {
  max-width: 100%;
  text-align: center;
  font-size: 1.1em;
  border-radius: 0.3em;
  padding: 0.7em;
  box-sizing: border-box;
  max-width: 90%;
  margin: 0 auto;
}
#wrapper,
#divMain{
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  /* align-items: center;
  justify-content: center; */

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -moz-box-align: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;


  font-family: 'Montserrat', sans-serif !important;
}
.LoginForm,
#divActivationCode,
#divChangePassword,
#divLogin {
  background: transparent;
  text-align: center;
  padding: 25px;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 340px;
}
#pnlHomeLogin, #pnlChangePassword, #pnlMaxInvalidAttempts,
.forget-block-new {
  border-width: 1px;
  border-color: #c5c1c1;
  border-style: solid;
  background-color: rgb(236, 236, 236);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  width: 800px;
}
.login-head {
  margin-top: -26px;
  margin-bottom: -26px;
  text-align: center;
  background-color: rgb(22,154,90);
  padding: 26px 39px;
  margin-left: 70px;
  margin-right: 0;
  background-image: -moz-linear-gradient( 90deg, rgb(22,154,90) 0%, rgb(1,175,117) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(22,154,90) 0%, rgb(1,175,117) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(22,154,90) 0%, rgb(1,175,117) 100%);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -moz-box-align: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  /*align-items: center;
  justify-content: center; */
  box-sizing: border-box;
  width: 385px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
}
.login-head h1 {
  font-weight: 100 !important;
  line-height: 46.8px;
  font-size: 39px;
  margin: 15.6px 0 0 0;
}
.login-head h1 span {
  display: block;
  font-weight: 600;
  font-size: 75%;
}
.login-head .login-logo {
  max-width: 250px;
  height: auto;
}
#LoginNote,
.section .forget-block-new header h2,
#divPassrequirements h2{
  border: 0;
  font-size: 16px;
  color: #000;
  /* margin-bottom: 2em; */
  margin: 16px 0;
  font-weight: 400;
}
#divPassrequirements h2 {
  margin: 0;
  font-weight: 300;
}
#divPassrequirements,
#divInvalidActivation {
  width: 480px;
  margin: 50px auto 0;
}
#divPassrequirements li,
#divInvalidActivation li {
  font-size: 16px;
  line-height: 24px;
}
.input-wrap .input-block {
  width: 100%;
}
.section .forget-block-new header {
  padding: 0;
  margin: 0;
}
.LoginForm a {
  text-decoration: none;
  color: #999;
  cursor: pointer;
}
.LoginForm a:hover {
  color: #333;
}
input.submit,
.btn.btn-primary {
  background: #169a5a;
  border: 0;
  padding: 0.5em 1.5em;
  width: auto;
  font-size: 1.2em;
  border-radius: 5px;
  font-weight: 300;
  margin: 0 0.2em;
  color: #fff;
  cursor: pointer;
}
input.submit:hover,
.btn.btn-primary:hover {
  background: #0a7b44;
}
input.submit#btnCancel, #btnChangeCancel {
  background: #ccc;
  color: #666;
}
input.submit#btnCancel:hover {
  background: #b1b0b0;
}
.section .forget-block {
  max-width: 100%;
  min-width: 0;
}
.info-list {
  padding-left: 0;
  list-style: none;
  margin-top: 1em;
  font-weight: 300;
}
.info-list li {
  padding-left: 1.5em;
  position: relative;
}
.info-list li:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #007f40;
    display: block;
    position: absolute;
    left: 0;
    top:5px;
    border-radius: 50%;
}
.form-control {
  background: #fff !important;
  border: 1px solid #aaaaaa !important;
  border-radius: 0.3em;
}
.input-wrap .response-block.error,
.message-error {
  color: #ff0000;
  font-size: 11px;
  font-weight: bold;
  padding-top: .625rem;
}
.LoginForm a:link{
  color: #999;
}
.desc-block {
  color: #666;
  font-weight: 400;
}
::-webkit-input-placeholder {
  font-weight: 100;
}
::-moz-placeholder {
  font-weight: 100;
}
:-ms-input-placeholder {
  font-weight: 100;
}
:-moz-placeholder {
  font-weight: 100;
}
