body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dad7d7;
    margin: 0;
  }
  .login-container {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    max-height: 700px;
    box-shadow: 0px 5px 28px -1px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
  }
  .image-side {
    background-image: url('/img/gerizim5.png');
    max-height: 100%;
    
    background-size: cover;
    background-position: center;
  }
  .form-side {
    padding: 40px;
  }

  form {
      margin-top: 30px;
  }

  #botao {  
  margin-top: 40px;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
  border: 3px solid rgb(0, 87, 0);
  background-color: rgb(0, 87, 0); 
  }

  h2 {
      margin-top: 100px;
      font-size: 50px;
      color: #fff;
  }