.about_forms p {
    margin-top: 20px;
}

.about_forms label {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.about_forms div {
    margin: 15px 0px;
}

.about_forms .checkbox_other_option {
    height: 30px;
}

.about_forms .text-field.white.nominate_other_option {
    height: 40px;
}

.about_forms .button {
    background-color: #09f;
    color: #fff;
}

.about_forms .button:hover {
    background-color: #2172a7;
    color: #fff;
}

.about_forms #declaration,
#documentary_evidence,
#doc_files,
#docs {
    margin-top: 10px;
}

.about_forms .alert-danger {
    border-radius: 4px;
    background-color: #ff5d5d;
    padding: 10px;
    font-style: italic;
    font-size: 15px;
    color: #fff;
}

.about_forms .alert-danger ul {
    margin: 0;
    padding: 10px;
}

.about_forms .alert-danger ul li {
    padding: 3px 5px;
    margin-left: 20px;
}

@media only screen and (max-width: 740px) and (min-width: 360px) {
    .subbmit{
        margin-top: 10px !important;
    }
    .financial{
        width: 100% !important;
    }
}        