@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf"); }
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Muli-Regular";
  background-color: #213b52;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #213b52; }

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

.image-1 {
  position: absolute;
  bottom: -12px;
  left: -191px;
  z-index: 99; }

.image-2 {
  position: absolute;
  bottom: 0;
  right: -129px; }

.image-3 {
  position: absolute;
  bottom: -150px;
  left: -191px;
  z-index: 99; }

.image-4 {
  position: absolute;
  bottom: -150px;
  right: -129px; }

.logo{
  background-color: #213b52;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.logo img{
  margin-top: 30px;
  width: 180px;
  height: 40px;
}

form {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 40px 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); }

a.link{
  text-align: center;
  font-weight: bold;
  color: #213b52;
}

a.link:hover{
  color: #fdc134;
}

form p{
  /* padding: 10px 0 0 0; */
  margin-top: 10px;
}

form input#username,
form input#email {
  text-transform: lowercase;
}

.divider {
  display: flex;
}
.divider:before, .divider:after {
  content: "";
  flex: 1;
}
.line {
  align-items: center;
  margin: 1em -1em;
}
.line:before, .line:after {
  height: 1px;
  margin: 0 1em;
}
.one-line:before, .one-line:after {
  background: #e6e6e6;
}

.remember{
  font-size: 12px;
  font-weight: bold;
  color: #213b52;
}

.remember input{
  vertical-align: -3px;
  margin-right: 5px;
}

.lupapassword{
  float: right;
  font-size: 12px;
  margin-top:3px;
}

.lupapassword a{
  font-weight: bold;
  color: #213b52;
}

.lupapassword a:hover{
  color: #fdc134;
}

.alert {
  padding: 5px 20px;
  color: white;
  text-align: center;
  margin-bottom: 0px;
  font-size: 13px;
}

.alert-success {background-color: #d7f2ed;border-color:#c7ede6; color: #1c6356;}
.alert-error {  color: #80172a;
  background-color: #fdd5dc;
  border-color: #fcc4ce;}

.close {
  display: none;
  font-weight: bold;
  position: absolute;
  right: 45px;
  background-color: transparent;
  border: none;
  font-size: 15px;
  line-height: 0px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

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

.form-holder {
  position: relative;
  margin-bottom: 21px; }
  .form-holder span {
    position: absolute;
    left: 0;
    top: 55%;
    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 #accffe; }

    button.google {
      border: none;
      width: 100%;
      height: 49px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      background: #dd4b39;
      color: #fff;
      text-transform: uppercase;
      font-family: "Muli-SemiBold";
      font-size: 15px;
      letter-spacing: 2px;
      transition: all 0.5s;
      position: relative;
      overflow: hidden; }
      button.google span {
        position: relative;
        z-index: 2; }
      button.google:before, button.google:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgb(170, 36, 36);
        -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.google:after {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      button.google:hover:before, button.google:hover:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }

button.klik {
  border: none;
  width: 100%;
  height: 49px;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #213b52;
  color: #fff;
  text-transform: uppercase;
  font-family: "Muli-SemiBold";
  font-size: 15px;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden; }
  button.klik span {
    position: relative;
    z-index: 2; }
  button.klik:before, button.klik:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(52, 152, 253, 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.klik:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  button.klik:hover:before, button.klik:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

    button.kliklogin {
      border: none;
      width: 100%;
      height: 49px;
      margin-top: 5px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      background: #213b52;
      color: #fff;
      text-transform: uppercase;
      font-family: "Muli-SemiBold";
      font-size: 15px;
      letter-spacing: 2px;
      transition: all 0.5s;
      position: relative;
      overflow: hidden; }
      button.kliklogin span {
        position: relative;
        z-index: 2; }
      button.kliklogin:before, button.kliklogin:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(52, 152, 253, 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.kliklogin:after {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      button.kliklogin:hover:before, button.kliklogin:hover:after {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }

@media (max-width: 991px) {
  /* .inner {
    width: 400px;
    left: 4%; }  */
  }
@media (max-width: 767px) {
  .inner {
    width: 100%;
    left: 0; }

    .lupapassword{
      margin-top:5px;
    }

  .image-1, .image-2, .image-3, .image-4 {
    display: none; }

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

  .wrapper {
    background: none; } 
    
    .logo{
      padding: 15px;
    }
    .logo img{
      margin-top: 0px;
    }
  }

  /*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100-1, 
.focus-input100-2 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100-1::before,
.focus-input100-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #4272d7;
}

.focus-input100-1::before {
  top: -1px;
  left: 0;
}

.focus-input100-2::before {
  bottom: -1px;
  right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #4272d7;
}

.focus-input100-1::after {
  top: 0;
  right: -1px;
}

.focus-input100-2::after {
  bottom: 0;
  left: -1px;
}

.input100:focus + .focus-input100-1::before {
  -webkit-animation: full-w 0.2s linear 0s;
  animation: full-w 0.2s linear 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1::after {
  -webkit-animation: full-h 0.1s linear 0.2s;
  animation: full-h 0.1s linear 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::before {
  -webkit-animation: full-w 0.2s linear 0.3s;
  animation: full-w 0.2s linear 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::after {
  -webkit-animation: full-h 0.1s linear 0.5s;
  animation: full-h 0.1s linear 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: 'Poppins', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  z-index: 1;

  visibility: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.field-icon {
  position: relative !important;
  margin-top: -15px;
  float: right;
  z-index: 2;
}

#divcaptcha{
  margin-top: -40px;
}

.g-recaptcha{
  margin: 0 auto;
  display: table;
}

.agree{
  margin-top: 50px;
  font-size: 12px;
  text-align: center;

}

.agree a{
  color: #213b52;
}

.agree a:hover{
  color: #fdc134;
}
