@media screen and (min-width: 768px), print {
  .message.forgot-password.pc-center {
    text-align: center; } }

.message.forgot-password.pc-center {
  margin-bottom: 20px; }

@keyframes AutoFillStart {
  from {
    /**/ }
  to {
    /**/ } }

.input-login:-webkit-autofill {
  animation-name: AutoFillStart;
  animation-duration: 5000s; }

.input-login:autofill {
  animation-name: AutoFillStart;
  animation-duration: 5000s; }
