/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
File location: themes/kleo-child/styles.css;
*/

/*
* Please add your custom styles below
*/

body{
	background: #212121;
}

#login {
	margin-top: 60px;
}

form#loginform {
    background: #505050;
    border: none;
    color: #fff;
    border-radius: 20px;
}

.login #nav a, .login #backtoblog a {
	color: #aeaeae;
}
.login #nav a:hover, .login #backtoblog a:hover {
	color: #59acee;
}


.login h1 a {
    background-image: url(https://www.commoncreatives.com/wp-content/uploads/2025/07/cc-logo-black.gif) !important;
    background-size: contain;
    min-height: 180px !important;
    width: auto;
}

/* END */
