body.login-action-register #login {
    top: 2%;
}

div#login h1 a {
    margin: 0;
    border-radius: 5px;
}

body.login-action-register #loginh2 {
    display: none;
}

body.login-action-register .yews-notices {padding: 0 30px;font-weight: bold;text-align: center;}
body.login-action-register .yews-notices h3 {font-size: 1.75em!important;margin-top: 20px;margin-bottom: 20px;}

body.login-action-register #registerform {
    background: #F3F3F3 !important;
    webkit-box-shadow: 0px 0px 5px rgba(142, 142, 142, 0.7) !important;
    box-shadow: 0px 0px 5px rgba(142, 142, 142, 0.7) !important;
}

body.login-action-register .message { 
    background: #ABABAB !important;
    color: white !important;
    border-left: 4px solid #000000 !important;
    font-size: 14px !important;
}

body.login-action-register #registerform input[type="text"], body.login-action-register #registerform input[type="email"], body.login-action-register #registerform textarea, body.login-action-register #registerform select, body.login-action-register #registerform input[type="password"], body.login-action-register #registerform input[type="number"] {
    padding: 8px !important;
    border-radius: 0px !important;
    border: 1px solid #C5C5C5 !important;
    font-size: 13px !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
}
body.login-action-register #registerform input[type="text"]:focus, body.login-action-register #registerform input[type="email"]:focus, body.login-action-register #registerform textarea:focus, body.login-action-register #registerform select:focus, body.login-action-register #registerform input[type="password"]:focus, body.login-action-register #registerform input[type="number"]:focus {
    border: 1px solid #000 !important;
}

body.login-action-register #registerform .acf-input-append {
    border-radius: 0 !important;
    padding: 5.5px 7px !important;
    border: #C5C5C5 solid 1px !important;
    border-left: 0 !important;
}
body.login-action-register #registerform .acf-field[data-width] {
    padding: 0 5px !important;
    border: none !important;
    box-sizing: border-box;
}
body.login-action-register #registerform p {
    margin: 2px 5px 16px !important;
}
body.login-action-register #registerform label {
    font-weight: normal !important;
    margin: 0 0 -8px !important;
    color: #333 !important;
}
body.login-action-register #registerform .acf-field {
    padding: 0 5px !important;
}
body.login-action-register #registerform label[for="acf-field_56de7c4bb86a0"] {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #444 !important;
    margin-bottom: 5px !important;
    margin-top: 30px !important;
    padding-bottom: 10px !important;
    border-bottom: #D4D4D4 1px solid !important;
}
body.login-action-register #registerform .acf-label p {
    margin: 10px 0 -10px !important;
}
body.login-action-register #registerform input[type="submit"] {
    background: #171717 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: #171717 2px solid !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #D4D4D4 !important;
    padding: 5px !important;
    height: auto !important;
    transition: all 0.4s ease 0s;
}
body.login-action-register #registerform input[type="submit"]:hover {
    background: transparent !important;
    color: #171717 !important;
    border: #171717 2px solid !important;
}
body.login-action-register #login {
    padding-top: 20px !important;
    margin-bottom: 80px !important;
}

body.login-action-register #registerform .acf-field-message label {font-size: 18px !important;text-transform: uppercase;color: #444 !important;margin-bottom: 5px !important;margin-top: 30px !important;padding-bottom: 10px !important;border-bottom: #D4D4D4 1px solid !important;}
body.login-action-register #registerform .yews-inline-block-tf {margin-bottom: 0!important;}
body.login-action-register #registerform .yews-inline-block-tf .acf-label {display: inline-block;}
body.login-action-register #registerform .yews-inline-block-tf .acf-label label {line-height: 28px;margin-right: 5px!important;}
body.login-action-register #registerform .yews-inline-block-tf .acf-input {display: inline-block;}

body.login-action-register #reg_passmail {font-weight: bold;color: #F00;}
body.login-action-register #reg_passmail::after {content: '  This email will have instructions to create your password.';}

body.login-action-register #registerform > p:nth-child(2)::after {content: 'NOTE: a valid email address is required to complete registration!';color: #F00;}

/* Responsive */

@media screen and (max-width: 767px) {

body.login-action-register #registerform .acf-field[data-width] {
    float: none !important;
    width: 100% !important;
}
body.login-action-register #registerform .acf-field[data-width] {
    padding: 0 !important;
}
body.login-action-register #registerform .acf-field {
    padding: 0 !important;
}
body.login-action-register #registerform p {
    margin: 2px 0px 16px !important;
}
body.login-action-register div#login h1 a {
    height: 85px !important;
}
}