/*
Theme Name:  Lazyflavors
Theme URI:   http://componto.com
Version:     1.0
Description: Styles sheet for login page.
Author:      .componto.
Author URI:  http://componto.com
Template:    Divi

*/
body {
    background-color: rgb(228, 228, 228);
}
#login h1 a, .login h1 a {
    background-image: url(../images/login.icon_red.png) !important;
}

.login #backtoblog a, .login #nav a {

    color: #bc2130 !important;

}

.login #backtoblog a:hover, .login #nav a:hover {

    color: #FFFFFF !important;

}

.wp-core-ui .button-primary{

    background: #FFFFFF !important;

    border-color: #bc2130 #bc2130 #bc2130 !important;

    -webkit-box-shadow: 1px 1px 1px #bc2130 !important;

    box-shadow: 1px 1px 1px #bc2130 !important;

    color: #bc2130 !important;

    text-decoration: none !important;

    text-shadow: 0 -1px 1px #ffffff, 1px 0 1px #ffffff, 0 1px 1px #ffffff, -1px 0 1px #ffffff !important;

}

.forgetmenot {
    color: #bc2130 !important;
}

.wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {

    background: #bc2130 !important;

    color: #ffffff !important;

    border-color: #bc2130 !important;

    -webkit-box-shadow: 1px 1px 1px #bc2130 !important;

    box-shadow: 1px 1px 1px #bc2130 !important;

    text-decoration: none !important;

    text-shadow: none !important;

}

.login h1 a {

    -webkit-background-size: inherit;
    background-size: inherit;
    width: inherit;
    margin: 0 auto !important;
    height: 100px !important;

}