body
{
    color: #424d56;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 1.52941em;
}


.request_business_trial_form_container
{
    width: 100%;
    max-width: 710px;
}
.form_field
{
    display: inline-block;
    width:210px;
    margin-right: 20px;
    vertical-align: top;
}
.form_field_text
{
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.form_field_input
{
    margin: .25em 0;
    padding: .5em .6em;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: normal;
    font-size: 75%;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    width: 210px;


}
.center
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form_field_checkbox
{
    width: auto;
    margin-right: 5px;
}
.form_submit
{

    background-color: #8dc63f !important;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 10px;
    max-width: 680px;

}
.lost_license {

    max-width: unset;
    width: 100%;
}

.full_width
{
    width:100%;
    max-width: 680px;
}
.link
{
    color: #008ba0;
}
.center_div
{
    margin-left: auto;
    margin-right: auto;
}

.has-error{
    font-size: 75%;
    width: 80vw;
    max-width: 500px;
    color: red;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease-in-out 0.5s;
    margin: 0 auto;
}

.display-errors{
    max-height: 1000px;
}

@media (max-width: 690px)
{
    .form_submit {
        max-width: 450px;
    }
    .lost_license {
        max-width: 100%;
    }
    .full_width
    {
        width:100%;
        max-width: 450px;
    }
    .has-error {
        max-width: 100%;
    }
}
@media (max-width: 462px)
{
    .form_submit {
        max-width: 215px;
    }
    .lost_license {
        max-width: 100%;
    }
    .full_width
    {
        width:100%;
        max-width: 215px;
    }

}



.form_submit:hover
{
    cursor: pointer;
    background-color: #99cc53 !important;
    background-image: none !important;
    text-decoration: none;

}
.result_background
{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left: 0px;
    display: none;
    background-color: white;

}
.result_center
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
