* a {
  text-decoration: none;
  color: inherit !important; }

html, body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: "Heebo", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-size: cover;
  color: black;
  background: white;
  font-weight: 500;
  font-size: 18px; }

.wrapper {
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
  padding: 40px; }

.sub {
  font-weight: 700;
  font-size: 24px;
  border: 3px solid black;
  background: white;
  line-height: 1.2;
  padding: 20px 35px;
  box-sizing: border-box;
  position: relative; }
  .sub img {
    position: absolute;
    height: 40px;
    top: -15px;
    right: 20px; }

.container {
  margin: 0 auto;
  width: 680px;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .container .headline {
    background: url("../img/header.jpg") center center;
    background-size: cover;
    padding: 20px;
    width: 100%;
    border: 3px solid black;
    box-sizing: border-box; }

.form {
  border: 3px solid black;
  background: #C6FAEB;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box; }
  .form form {
    display: contents; }
  .form .form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
  .form .form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    font-weight: 600; }
  .form .form-group input {
    border: 2px solid black;
    padding: 10px;
    font-size: 18px; }
  .form .submit-btn {
    align-self: center;
    margin: 0 auto;
    font-weight: bold;
    background: white;
    border: 2px solid black;
    padding: 10px 20px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 21px;
    width: 250px;
    font-weight: 800;
    font-family: "Heebo", sans-serif;
    color: black;
    background: #3feebc;
    transition: all 0.2s ease; }
    .form .submit-btn:hover {
      background: black;
      color: white; }

input {
  font-family: "Heebo", sans-serif;
  padding: .5rem 1rem;
  background: white;
  border: 3px solid black; }

h1 {
  color: white;
  font-size: 36px; }

.logo img {
  width: 240px;
  margin-top: 20px; }

@media only screen and (max-width: 600px) {
  .wrapper {
    padding: 20px; }

  .sub {
    padding: 20px;
    font-size: 20px; }

  .container {
    width: 100%;
    padding: 0; }
    .container .headline {
      padding: 20px 50px;
      line-height: 1.2;
      font-size: 30px; }

  .form .submit-btn {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
