/*
Theme Name:  Ertes
Theme URI:   http://componto.com
Version:     1.0
Description: Styles sheet for login page.
Author:      .componto.
Author URI:  http://componto.com
Template:    Divi

*/



.login #backtoblog a, .login #nav a {

    color: #002d3d !important;

}

.login #backtoblog a:hover, .login #nav a:hover {

    color: #25a9e0 !important;

}

.wp-core-ui .button-primary {

    background: #ffffff !important;

    border-color: #002d3d #002d3d #002d3d !important;

    -webkit-box-shadow: 1px 1px 1px #002d3d !important;

    box-shadow: 1px 1px 1px #002d3d !important;

    color: #002d3d !important;

    text-decoration: none !important;

    text-shadow: none !important;

}

.wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {

    background: #002d3d !important;

    color: #ffffff !important;

    border-color: #002d3d !important;

    text-decoration: none !important;

    text-shadow: none !important;

}

.login h1 a {

    -webkit-background-size: 200px !important;

    background-size: 200px !important;

    width: 200px !important;

    height: 130px;

}

.login #login_error, .login .message {
   border-left: 4px solid #002d3d;
}