button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: .375rem 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:hover, .form-control:focus{
    border-color: #00aa4f;
}
.form-control::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.form-control::-moz-placeholder, /* Firefox 19+ */
.form-control:-ms-input-placeholder,  /* IE 10+ */
.form-control:-moz-placeholder{ /* Firefox 18- */
    color: #7b7b7b;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
select {
    word-wrap: normal;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
form.rjsf{
    /*width: 58.8%;*/
    width: 594px;
    background: white;
    padding: 20px 25px;
    border-radius: 4px;
}
form.rjsf label{
    margin-bottom: 10px;
}
form.rjsf .form-group {
    margin-bottom: 20px;
}
button, .main-button, .secondary-back-link {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    background-color: #00aa4f;
    border: 1px solid #00aa4f;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
form.rjsf button:hover, .main-button:hover{
    background-color: #48c281;
    border-color: #48c281;
}
form.rjsf button:active, .main-button:active{
    background-color: #008d42;
    border-color: #008d42;
}
form.rjsf button:disabled, .main-button:disabled {
    background-color: #bebebe;
    border-color: #bebebe;
}
form.rjsf button, .secondary-back-link{
    padding: 0 13px;
    min-width: 78px;
    height: 42px;
}
button.secondary, .main-button.secondary, .secondary-back-link{
    color: #7b7b7b;
    border: 1px solid #d2d2d2;
    background: transparent;
    margin-right: 12px;
}
.secondary-back-link{
    text-decoration: none;
    line-height: 40px;
}
.secondary-back-link:hover{
    color: white;
    text-decoration: none;
    background-color: #48c281;
    border-color: #48c281;
}
.secondary-back-link:active{
    color: white;
    background-color: #008d42;
    border-color: #008d42;
}
button.secondary:hover,
button.secondary:active,
button.secondary:disabled,
.main-button.secondary:hover,
.main-button.secondary:active,
.main-button.secondary:disabled{
    color: white !important;
}
.footer-form{
    /*margin-top: -16px;*/
    margin-bottom: 4px;
}