.registerFormPane .dnnLabel {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
}

.registerFormPane a.dnnFormHelp {
    right: auto;
}

.registerFormPane .dnnFormItem input[type="text"],
.registerFormPane .dnnFormItem input[type="password"],
.registerFormPane .dnnFormItem input[type="email"],
.registerFormPane .dnnFormItem input[type="tel"],
.registerFormPane .dnnFormItem select,
.registerFormPane .dnnFormItem textarea {
    max-width: none;
    width: 100%;
}

.registerFormPane div.dnnRegistrationForm .dnnForm {
    width: 100%;
}

.registerFormPane div.dnnRegistrationForm .password-strength-container {
    width: 100%;
    max-width: none;
}

.registerFormPane div.dnnRegistrationForm {
    min-width: auto;
    max-width: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.registerFormPane div[id$="_Register_UP"] {
    display: flex;
    justify-content: center;
}

.registerFormPane .dnnSocialRegistration {
    display: none;
}

.registerFormPane .dnnPrimaryAction:hover,
.registerFormPane .dnnPrimaryAction {
    box-shadow: none;
    border-radius: .25rem;
    background: none;
    background-color: #007bff;
    width: 100%;
    text-shadow: none;
    text-transform: lowercase;
    margin: 0px;
    border: 1px solid #007bff;
    transition: 0.5s;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
}

.registerFormPane .dnnSecondaryAction {
    box-shadow: none;
    border-radius: 0px;
    background: none;
    background-color: #ffffff;
    width: 100%;
    text-shadow: none;
    text-transform: lowercase;
    margin: 0px;
    border: 1px solid #C9CBCC;
    transition: 0.5s;
    margin-top: 5px;
    font-weight: 500;
    text-transform: capitalize;
    display: none;
}

@media only screen and (max-width: 1025px) {
    .registerFormPane div.dnnRegistrationForm {
        max-width: 100%;
    }
    .registerFormPane .dnnLabel {
        width: 200px;
    }
}