
.test
{color:red}


.el-header{
  background-color:white!important;
  border-bottom: 1px solid lightgrey !important;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}


.el-dialog__header {
    background-color: #409eff !important;
}
.login-container {
  background: linear-gradient(0deg, #23a6d5, #23d5ab) !important;
background-size: 400% 400%;


-webkit-animation: AnimationName 9s ease infinite;
-moz-animation: AnimationName 9s ease infinite;
animation: AnimationName 9s ease infinite;
}
.title-disclaimer {
  position: absolute;
  text-align: center;
  bottom: 0%;
  right: 0%;
  color: #409eff !important;
  background-color: white;
  font-family: "Helvetica Neue";
  padding: 3px;
  border-radius: 3px;
  margin: 6px;
}


@-webkit-keyframes AnimationName {
    0%{background-position:82% 0%}
    50%{background-position:19% 100%}
    100%{background-position:82% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:82% 0%}
    50%{background-position:19% 100%}
    100%{background-position:82% 0%}
}
@keyframes AnimationName {
    0%{background-position:82% 0%}
    50%{background-position:19% 100%}
    100%{background-position:82% 0%}
}
