body{
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
}

.form {
    background-color: #e8e8e8;
    padding: 25px;
    color: black;
}

.btn-started {
    background-color: #49B749 !important;
    color: white;
    padding: 8px 55px;
    font-size: 14px;
    display: flex;
    border: none;
}

.btn-started:disabled {
    background-color: #8ea88d !important;
}

.success-text {
    color: #067d26;
}
