/*
Element Styles: Login Redirect
*/
html, body {
    height: 100%;
}

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

.ae-login{
    background-image:url('/wp-content/themes/understrap-child-master/assets/img/wsc-login-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ae-loginform {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ae-login #login {
    margin-top: 0;
    margin-left: 0;
    padding: 0 24px 21px;
    font-weight: 400;
    overflow: hidden;
    width: 380px;
}

#login h1 { text-align: center; }
    
.ae-login #login 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;
    background-position: center center;
}

.ae-loginform form {
    margin-top: -100px;
    margin-left: 0;
    padding: 100px 24px 21px;
    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-family: "Comfortaa";
    font-size: 16px;
}

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

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


.ae-loginform form .input:hover,
.ae-loginform form .input:focus,
.ae-loginform form .input:active {
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1) inset;
}


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

.ae-loginform #newnav {
    padding: 0 24px 10px;
    /*font-family: sans-serif;*/
    color: #6e6e6e;
    text-align: center;
    font-size: 13px;
}

.ae-login .wp_login_error {
    padding: 0 24px 24px;
    /* margin-top: 12px; */
    text-align: center;
    font-size: 13px;
    color:#6e6e6e;
}

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


.ae-loginform #newnav a:hover {
    color:#CB3E3E;
    text-decoration:underline;
}



