#wdg-register-registration-form label {
    font-family: "Oswald";
    color: #00223e;
    font-weight: normal !important;
    padding-bottom: 5px;
    font-size: 0.9em;
}
#wdg-register-registration-form .form-text {
    background: #fff;
    height: 26px;
    border: 1px solid #cccccc;
    width: 246px;
    padding: 0 5px;
}
#wdg-register-registration-form .form-textarea {
    width: 256px;
    border: 1px solid #cccccc;
}
#wdg-register-registration-form .form-submit
 {
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 225px;
    line-height: 41px;
    background: #33739d;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    cursor: pointer;
}
#wdg-register-registration-form .form-submit:hover
 {
    background: #dcba49;
}
.login-me {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}
#wdg-register-registration-form .error {
    font-size: 0.8em;
    margin: 0;
    margin-top: 10px;
}
#wdg-register-registration-form .wrapper {
    padding: 0 17px 23px 17px;
    border: 3px solid #d2b339;
    min-height: 250px;
}
#wdg-register-registration-form h3 {
    background: #001d37;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 500;
    margin: 0;
}
#wdg-register-registration-form .form-item {
    margin: 1em 0;
}
#wdg-register-registration-form .padding {
    padding-top: 50px;
}
#wdg-register-registration-form .form-item-name {
    display: none;
}