input[type="checkbox"] {
    border: 2px solid rgb(9, 198, 151) !important;
    padding: 10px;
    width: 1em;
    height: 1em;
    background: #09c697 !important;
}

.lead {
    color: #e40814;
    font-weight: 600;
    margin-top: 20px;
}

.leader {
    color: #e40814;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
}

.input-text {
    font-size: 14px;
    border: 1px solid #337c27;
    outline: none;
    color: #717171;
    border-radius: 50px;
    background: #fcfffc;
}