.login-body{
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  background: url(imgs/login-bg.png) center center no-repeat;
  background-size: cover;
}
.login-wrapper{
  padding: 0 20px
}
.login-header{
  height: 120px;
  line-height: 100px;
  color: #fff;
}
.login-header img {
  position: fixed;
  top: 20px;
  left: 40px;
}
.login-main{
  position: relative;
  height: calc(100vh - 200px);
  min-height: 600px;
}
.login-main-wrap{
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  height: 600px;
  transform: translate(0, -50%);
  background: url(imgs/login-1.png) no-repeat left top;
  background-size: auto 600px;
}
.login-footer{
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 20px;
  color: #fff;
  opacity: 0.6;
  padding: 0 30px
}

.login-box{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 auto;
  width: 360px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  padding: 20px 30px;
  padding-bottom: 30px;
  min-height: 400px;
}
.login-h1{
  font-size: 20px;
  font-weight: 900;
  color: #1e2551;
  margin-bottom: 40px;
  line-height: 1;
}
.login-form{

}
.login-form .form-group{
  margin-bottom: 12px;
}
.login-form .form-group .input-group{
  background-color:transparent;
  position: relative;
  border: 0;
  width: 100%;
}
.login-form .form-group .input-group .input-group-addon{
  background-color: transparent;
  position: absolute;
  width: 70px;
  top: 0;
  left: 0;
  border: 0;
  font-size: 14px;
  color: #646780;
  padding: 0;
  padding-left: 16px;
  height: 42px;
  line-height: 42px;
  text-align: left;
  z-index: 2;
}
.login-form .form-group .input-group .input-group-addon.input-group-addon-after{
  top: 0;
  left: auto;
  right: 1px;
  width: 120px;
  height: 40px;
  top: 1px;
  cursor: pointer;
}
.login-form .form-group .input-group .form-control{
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0;
  padding-left: 70px;
  height: 42px;
  line-height: 42px;
  color: #1e2551;
  box-shadow: none;
  transition: .3s all;
  z-index: 1;
  font-size: 14px;
}
.login-form .form-group .input-group .form-control:focus{
  border-color: #1981FF;
}
.login-btn{
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #1981FF;
  color: #fff;
  transition: .3s all;
  padding: 0;
  font-size: 18px;
  border-radius: 4px;
  margin-top: 30px;
}
.login-btn:hover{
  background-color: #158EFF;
  color: #fff;
}

@media (max-width: 992px){
  .login-main-wrap{
    background-size: auto 500px;
  }
}
@media (max-width: 800px){
  .login-main-wrap{
    background-position: left 50px;
    background-size: auto 400px;
  }
}
@media (max-width: 700px){
  .login-main-wrap{
    background: url(imgs/login-1-xs.png) no-repeat center bottom;
    background-size: auto auto;
  }
  .login-box{
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, 0.93);
  }
}


.loader-wrapper {
  width: 148px;
  height: 100px;
  position: absolute;
  margin: -50px 0 0 -74px;
  left: 50%;
  top: 45%;
}

.loader {
  width: 148px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
}
.loader:after {
  content: "";
  top: auto;
  position: absolute;
  display: block;
  animation: shadow 1.2s infinite linear;
  -moz-animation: shadow 1.2s infinite linear;
  bottom: 0em;
  left: 0;
  height: 0.25em;
  width: 1em;
  border-radius: 50%;
  background-color: #55c1FA;
  opacity: 0.3;
}

.roller,
.roller:last-child {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rollercoaster 1.2s infinite linear;
  -webkit-transform: rotate(135deg);
  -moz-animation: rollercoaster 1.2s infinite linear;
  -moz-transform: rotate(135deg);
  animation: rollercoaster 1.2s infinite linear;
  transform: rotate(135deg);
}

.roller:last-child {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -webkit-animation: rollercoaster2 1.2s infinite linear;
  -moz-transform: rotate(-45deg);
  -moz-animation: rollercoaster2 1.2s infinite linear;
  transform: rotate(-45deg);
  animation: rollercoaster2 1.2s infinite linear;
}

.roller:before,
.roller:last-child:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #3c93ff;
  border-radius: 50%;
}

@-webkit-keyframes rollercoaster {
  0% {
    -webkit-transform: rotate(135deg);
  }
  8% {
    -webkit-transform: rotate(240deg);
  }
  20% {
    -webkit-transform: rotate(300deg);
  }
  40% {
    -webkit-transform: rotate(380deg);
  }
  45% {
    -webkit-transform: rotate(440deg);
  }
  50% {
    -webkit-transform: rotate(495deg);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }
}
@-webkit-keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
  }
  58% {
    -webkit-transform: rotate(-160deg);
  }
  70% {
    -webkit-transform: rotate(-240deg);
  }
  80% {
    -webkit-transform: rotate(-300deg);
  }
  90% {
    -webkit-transform: rotate(-340deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(65px) scale(0.5, 0.5);
  }
  8% {
    -webkit-transform: translateX(30px) scale(2, 2);
  }
  13% {
    -webkit-transform: translateX(0px) scale(1.3, 1.3);
  }
  30% {
    -webkit-transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }
  60% {
    -webkit-transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }
  65% {
    -webkit-transform: translateX(145px) scale(1.2, 1.2);
  }
  80% {
    -webkit-transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }
  90% {
    -webkit-transform: translateX(80px) scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: translateX(60px);
    opacity: 0.3;
  }
}
/* Moz */
@-moz-keyframes rollercoaster {
  0% {
    -moz-transform: rotate(135deg);
  }
  8% {
    -moz-transform: rotate(240deg);
  }
  20% {
    -moz-transform: rotate(300deg);
  }
  40% {
    -moz-transform: rotate(380deg);
  }
  45% {
    -moz-transform: rotate(440deg);
  }
  50% {
    -moz-transform: rotate(495deg);
    opacity: 1;
  }
  50.1% {
    -moz-transform: rotate(495deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(495deg);
    opacity: 0;
  }
}
@-moz-keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-transform: rotate(-45deg);
  }
  58% {
    -moz-transform: rotate(-160deg);
  }
  70% {
    -moz-transform: rotate(-240deg);
  }
  80% {
    -moz-transform: rotate(-300deg);
  }
  90% {
    -moz-transform: rotate(-340deg);
  }
  100% {
    -moz-transform: rotate(-405deg);
  }
}
@-moz-keyframes shadow {
  0% {
    opacity: 0.3;
    -moz-transform: translateX(65px) scale(0.5, 0.5);
  }
  8% {
    -moz-transform: translateX(30px) scale(2, 2);
  }
  13% {
    -moz-transform: translateX(0px) scale(1.3, 1.3);
  }
  30% {
    -moz-transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }
  50% {
    -moz-transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }
  60% {
    -moz-transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }
  65% {
    -moz-transform: translateX(145px) scale(1.2, 1.2);
  }
  80% {
    -moz-transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }
  90% {
    -moz-transform: translateX(80px) scale(0.8, 0.8);
  }
  100% {
    -moz-transform: translateX(60px);
    opacity: 0.3;
  }
}
/* No-prefix */
@keyframes rollercoaster {
  0% {
    transform: rotate(135deg);
  }
  8% {
    transform: rotate(240deg);
  }
  20% {
    transform: rotate(300deg);
  }
  40% {
    transform: rotate(380deg);
  }
  45% {
    transform: rotate(440deg);
  }
  50% {
    transform: rotate(495deg);
    opacity: 1;
  }
  50.1% {
    transform: rotate(495deg);
    opacity: 0;
  }
  100% {
    transform: rotate(495deg);
    opacity: 0;
  }
}
@keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(-45deg);
  }
  58% {
    transform: rotate(-160deg);
  }
  70% {
    transform: rotate(-240deg);
  }
  80% {
    transform: rotate(-300deg);
  }
  90% {
    transform: rotate(-340deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes shadow {
  0% {
    opacity: 0.3;
    transform: translateX(65px) scale(0.5, 0.5);
  }
  8% {
    transform: translateX(30px) scale(2, 2);
  }
  13% {
    transform: translateX(0px) scale(1.3, 1.3);
  }
  30% {
    transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }
  50% {
    transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }
  60% {
    transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }
  65% {
    transform: translateX(145px) scale(1.2, 1.2);
  }
  80% {
    transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }
  90% {
    transform: translateX(80px) scale(0.8, 0.8);
  }
  100% {
    transform: translateX(60px);
    opacity: 0.3;
  }
}
#loader2:after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#loader2 .roller {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#loader3:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loader3 .roller {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.error {
  position: absolute;
  right: 0;
  top: 67px;
  text-align: right;
  width: 345px;
  font-size: 15px;
  margin-right: 30px;
  color: red;
  display: none;
}
select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  background-image:
          linear-gradient(45deg, transparent 50%, gray 50%),
          linear-gradient(135deg, gray 50%, transparent 50%),
          linear-gradient(to right, #ccc, #ccc);
  background-position:
          calc(100% - 20px) calc(1em + 5px),
          calc(100% - 15px) calc(1em + 5px),
          calc(100% - 2.5em) calc(.5em + 5px);
  background-size:
          5px 5px,
          5px 5px,
          1px 1.5em;
  background-repeat: no-repeat;
  height: 45px;
  border-radius: 0;
}

select.minimal:focus {
  height: 45px;
  background-image:
          linear-gradient(45deg, #66afe9 50%, transparent 50%),
          linear-gradient(135deg, transparent 50%, #66afe9 50%),
          linear-gradient(to right, #66afe9, #66afe9);
  background-position:
          calc(100% - 15px) calc(1em + 5px),
          calc(100% - 20px)calc(1em + 5px),
          calc(100% - 2.5em) calc(.5em + 5px);
  background-size:
          5px 5px,
          5px 5px,
          1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
