* {
    padding: 0;
    margin: 0;
}

body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.main-form {
    background-color: rgba(255, 255, 255, 0.75);
    margin-top: 70px;
    padding: 20px;
    border-radius: 10px;
}

.main-button {
    padding: 20px 20px;
    background-color: rgb(0,100,52);
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    width: 100%;
}

.clear-button {
    padding: 10px 10px;
    background-color: #861f1f;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    width: 650px;
}

.main-logo {
    width: 105px;
}

@media only screen and (max-width: 600px) {

}

  
  * {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }