/*
Theme Name:  Iniciativa Liberal
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: #EEEEEE !important;
}
.login #backtoblog a:hover, .login #nav a:hover {
    color: #FFFFFF !important;
}
.wp-core-ui .button-primary {
    background: #03ABEA !important;
    border-color: #0073aa #00a0d2 #00a0d2 !important;
    -webkit-box-shadow: 1px 1px 1px #006799 !important;
    box-shadow: 1px 1px 1px #00a0d2 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px #00a0d2, 1px 0 1px #00a0d2, 0 1px 1px #00a0d2, -1px 0 1px #00a0d2 !important;
}
.wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #FFFFFF !important;
    color: #03ABEA !important;
    border-color: #03ABEA !important;
    text-decoration: none !important;
    text-shadow: none !important;
}
.login h1 a {
    -webkit-background-size: 200px !important;
    background-size: 200px !important;
    width: 200px !important;
}