/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
/* Αλλάζει το background ολόκληρης της σελίδας login/reset password */
body.login {
    background-color: #000000 !important;
}

/* Κεντράρει και αλλάζει το χρώμα των κειμένων */
body.login #login {
    background-color: #111 !important;
    padding: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5) !important;
    color: #fff !important;
}

/* Αλλάζει το χρώμα των labels και των input text */
body.login label {
    color: #fff !important;
}

/* Input text fields */
body.login input.input {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
}

/* Προσθέτει λογότυπο του site αντί για το default WordPress */
body.login h1 a {
    background-image: url('https://simplystratos.gr/wp-content/uploads/2025/05/stratos-logo29.png') !important;
    background-size: contain !important;
    width: 200px !important;
    height: 80px !important;
}

/* Αλλάζει τα buttons */
body.login .button-primary {
    background-color: #0073aa !important;
    border-color: #0073aa !important;
    color: #fff !important;
}

body.login .button-primary:hover {
    background-color: #005177 !important;
    border-color: #005177 !important;
}

/* Συμβουλές password */
p.description.indicator-hint {
    color: #fff !important;
}

/* Notices */
.notice.notice-info.message.reset-pass {
    color: #fff !important;
}

/* Links */
body.login a {
    color: #00adee !important;
}

body.login a:hover {
    color: #0093b3 !important;
}
