.wForm legend, .wForm h4 {
     border-style: solid;
     border-width: 1px;
     border-radius: 8px;
     color: #ffffff;
     background-color: #4284f5;
}

.wFormContainer {
     border-width: 5px;
     border-style: none;
}

.wFormTitle {
     text-align: center;
}

.wForm fieldset {
     border-style: solid;
     border-radius: 7px;
     border-color: #1756e8;
}

