﻿body {
  margin-top: 0;
}

.form-logo-div {
  width: 100%;
  text-align: center;
}

.form-logo-img {
  max-width: 400px;
  max-height: 200px;
}

.form-title, h1 {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: inherit;
  /*background-color: #eee;*/
  text-align: center;
  font-size: 66px;
}

.form-buttons-div {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 480px) {
  .form-buttons-div {
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
}

.form-message-list {
  width: 100%;
  text-align: center;
  color: #4cae4c;
  font-size: 20px;
}
.form-footer-div {
  text-align: left;
  width: 100%;
  padding: 10px;
}

.form-footer-img {
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}

@media (max-width: 768px) {
  .form-title {
    font-size: 36px;
  }
}
