.authentication[data-v-e4eae990] {
  width: 100%;
  height: 100%;
  background: #FFF;
}
.authentication #particles-js[data-v-e4eae990] {
  height: 100%;
  display: none;
}
.authentication .mainColor[data-v-e4eae990] {
  color: #4C5060;
}
.authentication .authenticationContainer[data-v-e4eae990] {
  width: 100%;
  padding: 34px;
}
.authentication .title[data-v-e4eae990] {
  font-size: 24px;
  font-weight: 600;
  color: #4C5060;
  text-align: center;
}
.authentication .form-group[data-v-e4eae990] {
  margin-bottom: 20px;
}
.authentication .form-group[data-v-e4eae990] .el-input__inner {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.authentication .form-group .error[data-v-e4eae990] {
  height: 10px;
}
.authentication .nextStep[data-v-e4eae990] {
  width: 100%;
  height: 40px;
  color: #FFF;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background: #4C5060;
}
@media (min-width: 575.98px) {
.authentication[data-v-e4eae990] {
    position: relative;
}
.authentication #particles-js[data-v-e4eae990] {
    height: 100%;
    display: block;
}
.authentication .authenticationContainer[data-v-e4eae990] {
    position: absolute;
    left: calc(50% - 200px);
    width: 400px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 20px 0 #4C5060;
}
.authentication .addAuthentication[data-v-e4eae990] {
    top: calc(50% - 160px);
}
.authentication .editAuthentication[data-v-e4eae990] {
    top: calc(50% - 145px);
}
}

