/*
Element Styles: Login Register
*/

body.ae-register {
    font-family: "Comfortaa", cursive;
    height: 100vh;
}

.ae-regform #reg {
    width: 380px;
    padding: 4% 0 0;
    margin: 0 auto;
}

#ae_registration_form h1 { text-align: center; }

#ae_registration_form #ae_regSubmit:disabled {
    opacity: 0.5;
}
#ae_registration_form .ae_centre_id.error {
    border: 1px solid #e8403f;
}

    
.ae-regform #reg h1 a {
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    color: transparent;
    width: 60% !important;
    position: relative;
    height: 160px !important;
    z-index: 9999;
    background-image: url(/wp-content/themes/understrap-child-master/assets/img/WholesomeChild_Logo_Vertical_Transparent-1.png);
    background-size: cover !important;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    display: block;
}

.ae-regform form {
    margin-top: -100px;
    margin-left: 0;
    padding: 100px 0 24px;
    font-weight: 400;
    overflow: hidden;
}

.ae-formbox {
    box-shadow: 0 0 14px rgba(191,191,191,1);
    background-color: #fff;
}

.ae-formbox label {
    color: #6e6e6e;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
}

.ae-formbox p {
    margin-bottom: 0;
}

.ae-regformform form .input,
.login input[type=text],
.login input[type=password] {
    font-size: 16px;
    width: 100%;
    padding: 4px 6px;
    margin: 2px 6px 16px 0;
    border: 1px solid #f1f1f1;
}

.ae-formbox .ae-reg-submit input {
    background-color: rgb(231, 64, 63);
    width: 100%;
    color: #fff;
    border: none;
    padding: 6px;
    margin-top: 12px;
    font-family: "Comfortaa", cursive;
}

.ae-regformform #newnav {
    padding: 0 24px 34px;
    font-family: sans-serif;
    color: #6e6e6e;
    text-align: center;
}

.ae-regform .wp_login_error {
    padding: 24px;
    margin-top: 12px;
}

.data-name {
    width: 47%;
    display: inline-block;
}

.data-name.data-lname {
    float: right;
}

.ae-reg-submit {
    margin-bottom: 27px !important;
}

.ae-toa-box input, 
.ae-toa-box p {
    display: inline-block;
}

.ae-toa-box p {
    max-width: 90%;
    font-family: sans-serif;
    font-size: 13px;
    margin-left: 3px;
    line-height: 1;
    position: relative;
    top: -2px;
    color: rgb(119,119,119);
}

.ae-toa-box a {
    color: rgb(231, 64, 63);
}


.ae-toa-box a:hover {
    text-decoration: underline;
}

.ae-formbox .ae-reg-submit input:hover {
    background-color:#CB3E3E;
}



@media only screen and (max-width: 767px) {
.data-name {
    width: 100%;
}
}

