/*
Title: Land City Login Style Sheet
Author URI: https://www.landcity.com/

Version: 1.0.0

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

*/

body {
    background: #019247;
}

.login a {
    color: #000 !important;
}

.login a:hover {
    color: #000 !important;
}

#login form {
    border-radius: 12px;
    box-shadow: 2px 2px 10px #333 !important;
}
 
#login h1 a {
    background-image: url('https://www.landcity.com/wp-content/uploads/2022/08/cropped-Land-City-Logo.png');
    width: 320px;
    background-size: 100%;
    background-repeat: no-repeat;
}