body { font-sie:1.8rem; }
input, button, textarea, select { border-radius: 4px; }
.badge-required, legend .badge-required{
    background:#bd5a02;
    border-radius: 4px;
}
.button{
    width: 300px;
    height: 70px;
    padding: 20px;
    text-decoration: none;
    color: #333333;
    border: 2px solid #158413;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.8rem;
    align-items: center;
    background: #fff;
}
.button:hover {
    background:#158413;
    color:#fff;
    opacity:1;
}
.button.button-submit{ background:#158413; }
.button.button-submit:hover { color:#333333; background:#fff; }
.message-block-complete { border: 2px solid #158413; }