/*
 Theme Name:    cnn
 Theme URI:
 Description:
 Author:       katrien Moore, Bemoore Software
 Author URI:   http://www.bemoore.com/
 Template:     bemoore
 Version:      1.0.0
 Text Domain:  BeMo
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/*------------login without paid member pro plugin------------------*/

/* background of the whole page*/

html {
    /*background:url('http://www.bemoore.com/wp-content/uploads/2015/03/cropped-cropped-cropped-logo.png')!important;*/
}


body {
    background-color: transparent !important;
}

/* Title image (The "WordPress Logo") Must use image as a Background!
* Remember to update the height and width your image's dimensions
*/
#login h1 a

/* works best with image about 300px wide*/
    {
    background: url('https://www.bemoore.com/wp-content/uploads/2019/02/bemoore_tagline-2.png') no-repeat !important;
    background-size: contain !important;
    height: 300px;
    margin: 10px;
    width: auto;
    background-position: center center !important;
}

#login {
    padding: 0px !important;
}

/* The Form ( The login box )
 */

/* The Form ( The login box )
* Background color, border, shadow, etc..
*/
#login form {
    margin-top: 5px;
    background-color: #067799;
}


/* The Login Fields
* Username and Password
*/
#login .input {
    background-color: #ffffff;
}

/* The Labels
* The text above the fields
*/
#login label {
    color: #fff;
    font-size: 12px;
    font-size: 1.5rem;
}

/*

/*
* The Submit Button
*/
#login input[type=submit] {
    background: -webkit-linear-gradient(#CC4040, #751111);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CC4040, #751111);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CC4040, #751111);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CC4040, #751111);
    /* Standard syntax */
    ;
    border-radius: 0px;
    border: none;
}

#login input[type=submit]:active {}


/*
* The Back to blog and Forgot Password link
*/
#nav a,
#backtoblog a {
    color: #067799 !important;
    font-weight: bold;
    font-size: 120%;
}

/*
Read more: http://andornagy.com/customizing-the-wordpress-login-page/#ixzz32MCjsSLu
Follow us: @andornagy on Twitter

Read more: http://andornagy.com/customizing-the-wordpress-login-page/#ixzz32MAi5yPu
Follow us: @andornagy on Twitter
*/

/*------------login with paid member pro plugin------------------*/
#user_login,
#user_pass {
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 3px 0px 3px 10px;
}

#loginform > p.login-username > label,
#loginform > p.login-password > label,
#loginform > p.login-remember > label {
    color: var(--blue);
    font-size: 18px;
}

#wp-submit {
    background: var(--green);
    border: 1px solid var(--green);
    border-radius: 15px;
    color: white;
    padding: 5px 50px;
    text-align: center;
}

#wp-submit:hover {
    background: #fff;
    color: var(--green);
}