.BoxWrap.main_non_auth {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 70px;
  border: 0 !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;
}

.buttonShowHidePass {
  position: absolute;
  top: 10px;
  right: 0;
}
.container-sign {
  background-color: #fff;
}
.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 0 10px rgba(0,0,0,0.1);
}
.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 {
  /*background-color: #a9afb5;*/
  /*color: #ffffff;*/
  /*border: 0;*/
}

.sign h1.title {
  margin-bottom: 40px;
  margin-top: 0;
  font-weight: 500;
}
.sign .forgot {
  font-size: 1.4rem;
  color: #748494;
  font-weight: 500;
}
.sign .btn-primary ,.contact_us .btn-primary {
  background-color: #f66254;
  color: #ffffff;
  background-image: none;
  border: 1px solid #f66254;
  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 {
  border: 1px solid #f66254 !important;
  color: #f66254 !important;
  background-color: #fff !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; ;
}

input:-internal-autofill-selected {
  /*background-color: rgb(213,219,226) !important;*/
}
::-webkit-input-placeholder { /* Edge */
  color: #c4c4c4 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c4c4c4 !important;
}

::placeholder {
  color: #c4c4c4 !important;
}