.button {
    background: #2B6959 !important;
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffff;
    display: inline-block;
    min-width: 150px;
    font-size: 1.1em;
    text-align: center;
    color: white !important;
}

.logo{
      text-align: center;
}

.header {
    border-bottom: 2px solid #A32044!important;
  }

.button{
  margin-left: 68%;
  
} 

.wrap {
  border-radius:5%;
}


.login button {
    width: 0px;
}
  

@media only screen and (max-width: 600px) {
  .button{
      margin-left: 53%;
  } 
}

h2{
  color:#333333;
}

input[type="email"]:focus{
  border: 2px solid #C79158!important;
}

a{
    color: #A32044!important;
    text-decoration-color: #A32044!important;
}

input[type="checkbox"]:checked {
  accent-color: #f7ea90!important; 
}


