.page-content{
  height: 100%;
}
.BoxWrap.main_non_auth {
  width: 100%;
  height: 100%;
  background-color: #5a648a;
  padding-top: 70px;
  padding-bottom: 70px;
  border: 0 !important;
  color: #ffffff !important;
}
.BoxWrap > .left-block {
  height: 100%;
  background-color: #ffffff;
  opacity: 0.9;
  text-align: center;
}
.BoxWrap .non_auth_text {
  max-width: 420px;
  padding-top: 240px;
}

.block-navbar {
  border-bottom: 2px solid #ebebeb;
}

/* sign-in */
.block-sign {
  color: #ffffff;
}
.block-sign h1 {
  font-weight: 500;
  color: #ffffff;
}

form.sign .form-control:focus , form.sign  .form-control:active {
  outline: none;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none;
}

form.sign input.form-control {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin-right: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 30px;
  color: #5a648a;
}

.buttonShowHidePass {
  position: absolute;
  top: 10px;
  right: 0;
}
.container-sign {
  background-color: #f2f6fc;

}
.block-sign + div {
  background-color: #fff;
}
.block-sign {
  color: #ffffff;
}
.block-sign h1, .block-sign p {
  width: 100%;
  text-align: center;
}
.block-sign p {
  font-size: 16px;
  max-width: 80%;
  margin: 50px auto;
}

.container-sign {
  margin: 70px auto;
  max-width: 400px;
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
  background-color: #fafcff;
  border: 1px solid #cfdcf1;
  /*border-top: 4px solid #5a648a;*/
  border-radius: 5px;
}
.container-sign > div.row {
  margin-left: 0;
  margin-right: 0;
}
.container-sign > div > div {
  padding: 40px 10px;
}
.sign {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.sign .alert {

}

.sign h1.title {
  margin-bottom: 40px;
  margin-top: 0;
  font-weight: 500;
}
.sign .forgot {
  font-size: 1.4rem;
  font-weight: 500;
}
.sign h1.title {
  font-size: 38px;
}
.sign h1.title , .sign label {
  color: #4e587b;
}
.sign .forgot {
  color: #f7814d;
}
.sign .btn-primary ,.contact_us .btn-primary {
  color: #ffffff;
  background-image: none;
  font-weight: 500;
  margin-top: 15px;
}
.sign .btn-primary:hover , .sign button.btn-primary:active, .sign button.btn-primary:focus , .contact_us .btn-primary:hover , .contact_us button.btn-primary:active, .contact_us button.btn-primary:focus {
  color: #ffc669 !important;
  box-shadow: none !important;
  outline: none !important;
}
.sign .btn-primary i {
  margin-left: 5px;
}

.btn-sign {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 7px 20px 5px;
  display: block;
  margin: 0px auto;
  width: fit-content;
  border-radius: 5px;
  font-weight: 500;
}
.btn-sign:hover {
  color: #f66254;
  background-color: #fff;
}

/* /sign-in */


.forgot-form .bottom{
  width: 350px;
}
.forgot-form .bottom a{
  float: left;
  display: inline-block;
  margin-top: 15px;
  color: #ffffff;
}
.forgot-form .bottom a:hover{
  color: #f8ac59;
}
.forgot-form .bottom p{
  float: right;
}

.forgot-form .g-recaptcha{
  margin: 0 0 40px;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 30px #d4dae1 inset !important;
  -webkit-text-fill-color: #727e8b !important;
  font-size: 14px !important; ;

  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;

}

::-webkit-input-placeholder { /* Edge */
  color: #c4c4c4 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c4c4c4 !important;
}

::placeholder {
  color: #c4c4c4 !important;
}