/*//////////////////////////////////////////////////////////////////
[ login ]*/

.container-login100 {
  width: 100%;  
  min-height: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  pointer-events: none;
}

.wrap-login100 {
  
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding-right: 55px;
  padding-left: 55px;
  padding-bottom: 54px;
  padding-top: 48px;
  box-shadow: 1px 18px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 18px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 18px 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 18px 8px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 18px 8px rgba(0, 0, 0, 0.5);
}



.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  margin-bottom: 50px;
  font-family: SourceSansPro-Bold;
  font-size: 30px;
  color: #000000;
  line-height: 1.2;
  text-align: center;
}
.margin0 {
    padding-bottom: 13px;
    padding-top: 16px;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
.padding0{
    padding-top: 0;
}
.input100 {
  font-family: SourceSansPro-Bold;
  font-size: 16px;
  color: #000000;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 62px;
  background: transparent;
  padding: 0 20px 0 23px;
}

@keyframes animatedBackground {
  from {
    background-position: 1000px 0;
  }
  to {
    background-position: 0 0;
  }
}
#animate-area {
  background-position: 1000px 0px;
  animation: animatedBackground 10s linear infinite alternate;
}