body {
    background-color: rgb(236, 238, 248);
    font-family: 'Roboto','Arial','sans-serif';
    margin-top: .75em;
}

input[type="text"], select {
    outline: none;
}

#content {
    flex-flow: column wrap;
    word-break: break-word;
    max-width: 650px;
    margin: auto;
    padding-bottom: 1.25em;
}

.form-box {
    background-color: white;
    border-style: solid;
    border-radius: 8px;
    padding: 1.5em;
    margin-bottom: .7em;
}

.main-form-box {
    border-width: .7em 1px 1px;
    border-color: rgb(63, 81, 181) lightgrey lightgrey;
}

.sub-form-box {
    border-width: 1px;
    border-color: lightgrey;
}

.header-title {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.25em;
    color: #202124;
    max-width: 100%;
    min-width: 0%;
}

.head-description {
    font-size: .875em;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.5em;
    color: #202124;
    margin-top: 1em;
}

.form-label {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .0125em;
    line-height: 1.5em;
    color: #202124;
}

.form-label-header {
    font-weight: 600;
}

.form-description {
    font-size: .75em;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1em;
    color: #70757a;
    color: #202124;
    line-height: 135%;
    margin-top: .25em;
}

.form-input {
    margin-top:1.5em;
    margin-bottom:.5em;
}

.form-input input, .other_input_text{
    width: 65%;
    font-size: .875em;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.25em;
    color: #202124;
    border-color: lightgrey;
    border-width: 0px 0px 1px;
    border-style: solid;
    padding: .25em;
}

.other_input_field_group {
    display: flex;
    flex-wrap: wrap;
}

.other_input_label_div {
    flex-shrink: 1;
    font-size: .875em;
}

.other_input_field_div {
    padding-left: 1.875em;
    flex-grow: 3;
}

.form-checkboxes {
    margin-top: .625em;
}

.form-checkboxes .platform_input, .other_input_field_group {
    margin-top: .625em;
    width: 100%;
}

.form-checkbox > label {
    font-family: Roboto,Arial,sans-serif;
    font-size: .875em;
}

.form-checkboxes input[type='checkbox'] {
    height: 1em;
    width: 1em;
}

.other_input_label_div input[type='checkbox'] {
    height: 1em;
    width: 1em;
}

.required-text {
    font-family: Roboto,Arial,sans-serif;
    font-size: .875em;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.25em;
    margin-top: .75em;
    color: #d93025;
}

.required-asterix {
    font-size: 1em;
    padding-left: .1875em;
    padding-right: .1875em;
}

.button {
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background .2s .1s;
    transition: background .2s .1s;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgb(63, 81, 181);
    cursor: pointer;
    display: inline-block;
    font-family: Roboto,Arial,sans-serif;
    font-size: .875em;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 2.25em;
    text-align: center;
    color: #fff;
    width: 100px;
}

.validation-msg {
    font-size: .6875em;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.25em;
    margin-top: .125em;
    color: red;
}

.success-description {
    line-height: 2.125em;
}

#connection-error {
    font-size: .75em;
    margin: .6875em 0px;
    background-color: lightpink;
    border-style: solid;
    border-radius: 8px;
    border-width: 1px;
    border-color: red;
    padding: 1.5em;
}

#connection-error .fa-exclamation-triangle {
    margin-right: .5em;
}
