body {
    background: linear-gradient(to bottom,  #96EDE6, #C7F8F4, #5EC3BA);
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    color: #979797;
    font-size: 16px;
    
}

.form-container {
    background-color: white;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    width: 600px;
    height: 450px;
    flex-direction: column;
   
}

.form-group {
    margin-bottom: 20px;
    flex: 1;
    width: 50%;
}


.small-input {
    width: 100%; 
   color: #979797;
}

.right-image {
  
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
   
}
.button-form-container {
  position: relative;
  height: 100%;
  text-align: center;
 
 
}
.button {
   display: inline-block;
   width: 47%;
    padding: 3px; 
    background-color: #5EC3BA;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    position: absolute;
    top: 80%;
    left: 27%;
    transform: translate(-50%, -50%);
    text-align: center;
    
}

.button:hover {
    background-color:#C7F8F4 ; 
}

.button:active {
    background-color: #C7F8F4; 
}
h2 {
    font-family: 'Quicksand', sans-serif;
    color: #7F7F7F;
}

h3 {
    font-family: 'Quicksand', sans-serif;
    color: #5EC3BA;
    font-weight: normal;
    font-family: 'Quicksand', sans-serif;
}
.box1 {
    width: 200px;
    height: 120px;
    background-color:white;
    position: absolute;
    top: 100px;
    left: 300px;
    z-index: 2; 

}

.text {
    color: #979797;
    font-size: 18px;
}
.box1 p2 {
    color: #5EC3BA; 
    font-size: 14px; 
}