.bramework .header-banner {
    display: flex;
    background-color: #fff;
}

.bramework div {
    border-radius: 3px;
}

.bramework .header-banner .header-image {
    height: 100px;
    margin: auto;
    padding: 25px 0;
}

.bramework .form-wrapper {
    padding-top: 25px;
    width: 60%;
    font-size: 16px;
    margin: auto;
    background-color: #fff;
    margin-top: 35px;
}

.bramework span.small {
    font-size: 12px;
}

.bramework .subheader {
    margin-bottom: 15px;
}

.bramework .form-text {
    text-align: center;
    /*border-bottom: 2px solid #cecece;*/
    font-family: 'Roboto', serif !important;
}

.bramework form.bramework-form {
    font-family: 'Roboto', serif;
    text-align: center;
}

.bramework .form-text a, .bramework span a {
    color: #a424ee;
    font-family: 'Roboto', serif;
}

.bramework span.bold {
    font-weight: 600;
}

.bramework .bramework-form p.submit {
    text-align: center;
}

.bramework .bramework-form .button-primary {
    font-family: 'Roboto', serif !important;
    background-color: #6F2DBD !important;
    border-color: #6F2DBD !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    /*border-radius: 20px !important;*/
}

.bramework .bramework-form .button-small {
    font-family: 'Roboto', serif !important;
    background-color: #6F2DBD !important;
    border-color: #6F2DBD !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff;
}

.bramework input[type="text"] {
    width: 240px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.bramework label {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}