
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  overflow: hidden;
  overflow-x: hidden;
  overflow-x: hidden;
  font-family: "Muli-Regular";
  font-size: 14px;
  margin: 0;
  color: #999; }

input, textarea, select, button {
  font-family: "Muli-Regular"; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a {
  text-decoration: none; }

:focus {
  outline: none; }

.wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/background_2.png);
  background-size: cover}

.inner {
  position: relative;
  width: 435px; }

.greeting_boy {
  position: absolute;
  bottom: -90px;
  left: -115px;
  z-index: 99; }

.greeting_girl {
  position: absolute;
  bottom:  -90px;
  right: -130px;
  z-index: 99;
}
.error-message {
  color: red;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.error-message p {
  margin: 0;
}

form {
  width: 100%;
  bottom:  10px;
  border-radius: 5%;
  position: relative;
  z-index: 9;
  padding: 77px 61px 66px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Muli-SemiBold";
  color: #8f2c24;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 33px; }

.form-holder {
  position: relative;
  margin-bottom: 21px; }
.form-holder span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #333; }
.form-holder span.lnr-lock {
  left: 2px; }

.form-control {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  width: 100%;
  height: 38px;
  background: none;
  padding: 3px 42px 0px;
  color: #666;
  font-family: "Muli-SemiBold";
  font-size: 16px; }
.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Muli-Regular";
  color: #999;
  transform: translateY(1px); }
.form-control::-moz-placeholder {
  font-size: 14px;
  font-family: "Muli-Regular";
  color: #999;
  transform: translateY(1px); }
.form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Muli-Regular";
  color: #999;
  transform: translateY(1px); }
.form-control:-moz-placeholder {
  font-size: 14px;
  font-family: "Muli-Regular";
  color: #999;
  transform: translateY(1px); }
.form-control:focus {
  border-bottom: 1px solid #8f2c24; }
.toggle-password {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 42%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
}

.form-control {
  padding-right: 30px;
}

button {
  border: none;
  width: 100%;
  height: 49px;
  margin-top: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #8f2c24;
  color: #fff;
  text-transform: uppercase;
  font-family: "Muli-SemiBold";
  font-size: 15px;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden; }
button span {
  position: relative;
  z-index: 2; }
button:before, button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(231, 101, 85, 0.25);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
button:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
button:hover:before, button:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.login .group {
  display: flex;
  justify-content: space-between;
}

.group a {
  position: absolute;
  font-size: 1em;
  font-family: "Muli-Regular";
  left: 200px;
  bottom: 30px;
  color: #8f2c24;
  font-weight: 500;
  text-decoration: underline;
}
.password-strength-meter {
  width: 100%;
  background: #ddd;
  margin-top: 5px;
}

.password-strength-bar {
  height: 10px;
  transition: width 0.5s;
}

.password-strength-bar.weak {
  width: 33%;
  background-color: red;
}

.password-strength-bar.medium {
  width: 66%;
  background-color: orange;
}

.password-strength-bar.strong {
  width: 100%;
  background-color: green;
}

#password-strength-status {
  text-align: center;
  color: #666;
  font-family: "Muli-Regular";
  font-size: 14px;
  margin-top: 5px;
}

.group a:nth-child(2) {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .inner {
    width: 400px;
    left: 4%; } }
@media (max-width: 767px) {
  .inner {
    width: 100%;
    left: 0; }
  @media (max-width: 480px) {
    .inner {
      width: 95%;
      padding: 20px;
    }

    .form-control {
      padding: 3px 20px 0px;
    }
  }

  .greeting_boy, .greeting_girl {
    display: none; }

  form {
    padding: 35px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }

  .wrapper {
    background: none; } }

