body {
    background-color: white;
}

.wrap {
    background-color: rgb(210, 231, 213);
    border-radius: 40px;
    margin-top: 200px;
    margin-bottom: 200px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
h2 {
    color: #8daad6;
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}
h2 a{
    color:#4caf50;
}
a:hover{
    text-decoration: none;
    color: #04fa0c;
}

input{
    width: 50%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 40px;
    
   
}


.btn-primary {
    width: 40%;
    text-align: center;
    background: none;
    color :#4caf50;
    border:2px solid;
    padding: 1em 2em;
    font-size: 1em;
    border-radius: 20px;
}
.btn-primary:hover{
    background-color: orange;
    color: white;
    box-shadow: 0 0.5em 0.5em -0.4em #4caf50;
    background-color: #4caf50;
}


.feedback {
    color: red;
    margin-top: 5px;
}