legend {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #1E2E51;
    border: 0;
}

.requiredSign {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #444;
}

.form-control {
    border: 1px solid #444444 !important;
    box-sizing: border-box;
    border-radius: 91px;
}

.form-group label {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    color: #444;
}
form .rd-primary-btn {
    width: 320px;
}