.login-bg {

  /*

  landscape.jpg
  blueish.jpg
  7.jpg
  8.jpg
  9.jpg
  10.jpg
  11.jpg

  */
  display: table;
  width: 100%;
  height: 100%;
  background-size: auto;
  flex: 1 0 auto;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #f2f2f2;
    background-color: rgba(235,237,242,.04);
    border-color: #3d3d3d;
    text-align: center;
    font-family: Roboto;
}
.login-wrapper {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
}
.login-wrapper .logo {
  position: relative;
  left: -2px;
}
.login-wrapper .box {
  margin: 0 auto;
  padding: 20px 0 30px;
  float: none;
  width: 550px;
/*  animation: flipInX 1s;*/
}

#recoveryPassword{
  animation: flipInX 1s;
}

.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  margin: 20px 0 60px 0;
  font-size: 19.5px;
  font-weight: 400;
  font-family: Poppins;
  color: #f2f2f2;
}
#content h6 {
  margin-top: -20px;
  font-size: 19.5px;
  font-weight: 400;
  font-family: Poppins;
  color: #f2f2f2;
}

#content span {

  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #cbcbcb;
  font-family: Poppins;
}

#email{
  margin-top: 45px;

}

#send{
  margin-left: 25%;
  margin-top: 45px;
  height: 50px;

  display:block;
  background-color: #1D97D3;
  color: white;
  text-align: center;
  width: 25%;
  font-weight: lighter;
  font-family: Poppins;
  font-size: 12px;

}

label.error{
  position: inline-block;
  float: left;
  margin-top: 5px;
  color:#CE0000;
  margin-left: 15px;
  font-family:Poppins;
  font-weight: 300;
}

#cancel{
  margin-right: 22%;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  margin-top: 45px;
  display:block;
  background-color: #3e3e3e;
  color: white;
  text-align: center;
  width: 25%;
  font-weight: lighter;
  font-family: Poppins;
  font-size: 12px;
      border-radius: 4px;

}

#lostPass{
  margin: 10px 0 25px 0;
  font-size: 19.5px;
  font-weight: 400;
  font-family: Poppins;
  color: #f2f2f2;
}


.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  height: 46px;
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.5rem;
  width: 100%;
  font-family: Poppins;
  font-weight: 300;
  font-size: 13px;
  background: rgba(235,237,242,.04);
  color:#f2f2f2;
}

.login-wrapper .box input::placeholder {
  font-family: Poppins;
  font-weight: 300;
}

input, select, textarea{
  color: #f2f2f2;
}

textarea:focus, input:focus {
  color: #f2f2f2;
}

.login-wrapper .box input[type="password"] {

  margin-top: 30px;
}
.login-wrapper .box input:-moz-placeholder {
  color: #9ba8b6;
  font-size: 15px;
  letter-spacing: 0px;
  font-style: italic;
}
.login-wrapper .box input:-ms-input-placeholder {
  color: #9ba8b6;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 15px;
}
.login-wrapper .box input::-webkit-input-placeholder {
  color: #9ba8b6;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 15px;
}
.login-wrapper .box a.forgot {
  float: right;
  display: block;
  font-family: Poppins;
  font-size: 13px;
  color: #f2f2f2;
  font-weight: 300;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  margin-bottom: 6px;
}


.login-wrapper .box .remember {
  padding-top: 35px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.login-wrapper .box .remember input[type="checkbox"] {
  border-radius: 3px;
  background: 0 0;
  /*position: absolute;*/
  /*top: 1px;*/
  /*left: 0;*/
  height: 18px;
  width: 18px;
  margin-right: 8px;
  margin-top: 0;
}

.login-wrapper .box .remember label {
  float: left;
  font-family: Poppins;
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 300;
}
.inputRem{
  float: left;
}


.login-wrapper .box .login {
  height: 50px;
  margin:auto;
  display:block;
  background-color: #1D97D3;
  color: white;
  text-align: center;
  width: 25%;
  font-weight: lighter;
  font-family: Poppins;
  font-size: 12px;
}

.loginDiv{
  padding-top: 58px;

}
.login-wrapper .no-account {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}
.login-wrapper .no-account p {
  display: inline-block;
  color: #aaaaaa;
}
.login-wrapper .no-account a {
  color: #aaaaaa;
  margin-left: 7px;
  border-bottom: 1px solid;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  /* Firefox 4 */
  -webkit-transition: all .1s linear;
  /* Safari and Chrome */
  -o-transition: all .1s linear;
  /* Opera */
}
.login-wrapper .no-account a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #fff;
}

/* background switcher */
.bg-switch {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 60px;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 10px 0px 10px;
  z-index: 999;
}
.bg-switch .bgs .bg {
  text-align: center;
  margin-bottom: 13px;
  text-decoration: none;
  display: block;
}
.bg-switch .bgs .bg.active img {
  border-color: #000;
}
.bg-switch .bgs .bg img {
  width: 80px;
  height: 60px;
  border: 2px solid #9fcef1;
  cursor: pointer;
}

/* responsive */
@media (max-width: 767px) {
  .login-wrapper .box {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .login-wrapper .box {
    width: 90%;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}