Forms
.btn-group {
width: 30%;
float: right;
border-radius: 15%;
display: block;
}
.btn-group .button {
background-color: #04778e; /* Green */
border: 1px solid #fff;
color: #fff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
font-size: 16px;
cursor: pointer;
width: 100%;
display: block;
transition-duration: 0.4s;
}
.btn-group .button a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
.btn-group .button:not(:last-child) {
borde
