.registrationMain {
    margin: 100px 0px 100px 0px
}

.registrationMain .registrationHeader {
    margin: 50px 0px 50px 0px
}

.registrationMain .registrationHeader h1 {
    font-family: "Manrope-Bold";
    color: #1267a3
}

.registrationMain .registrationHeader p {
    font-family: "Manrope-Regular";
    color: #777;
    margin-bottom: 1.5rem
}

.formControlLabel {
    font-family: "Manrope-Bold";
    color: #000;
    margin-bottom: 10px
}

.form-check {
    margin-bottom: 6px !important
}

.form-check .form-check-input:checked {
    background-color: #1267a3;
    border-color: #1267a3
}

.form-check .form-check-label {
    font-family: "Manrope-SemiBold";
    color: #777
}

#register-form .form-label {
    color: #777 !important;
    font-family: "Manrope-Bold"
}

#register-form .sigPad {
    width: 100% !important
}

.buttonGeneral {
    text-align: center;
    vertical-align: middle;
    padding: 15px 35px;
    margin-top: 15px;
    border: none;
    border-radius: 4px;
    background: #1267a3;
    font-size: 14px;
    letter-spacing: .5px;
    color: #fff;
    font-family: "Manrope-Bold";
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease-in-out 0s
}

.buttonGeneral:hover {
    background-color: #03152e;
    color: #fff;
    transition: all .4s ease-in-out 0s
}

.infoRegistration {
    margin: 50px 0px 50px 0px
}

.infoRegistration p {
    font-family: "Manrope-SemiBold";
    color: #777;
    font-size: 20px
}

.ui-widget-header {
    border: none !important;
    background: #1267a3 !important
}

/*# sourceMappingURL=registrationForm.css.map */
