body {
  background-color: #191919;
}

.container-main {
  font-family: 'Roboto';
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  max-height: 70vh;
  flex-direction: column;
}

.header-logo {
  padding: 15px 0 0 15px;
  width: 100px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header {
  margin-bottom: 12px;
}

.header > span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;

  color: #FFFFFF;
}

.sub-header {
  margin-bottom: 25px;
  text-align: center;
}

.sub-header > span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;

  color: #FFFFFF;
}

.form-email {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-control {
  display: flex;
  flex-direction: column;

  background-color: #252526;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;

  height: 83px;
  padding: 50px 60px;
  margin: 10px;
}

.form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: #989898;

  margin-bottom: 12px;
}

.form-input {
  height: 50px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #989898;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: transparent;

  color: #989898;
  font-size: 18px;
}

.form-input {
  font-size: 28px;
}

.form-email-container {
  display: flex;
}

.form-submit {
  cursor: pointer;
  padding: 12px 0 12px 0;
  margin-top: 30px;
  width: 70%;
  background: #007ACC;
  border-radius: 6px;

  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;

  border-style: none;

  color: #FFFFFF;
}

.form-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
  transition-delay: 3600s;
}
