/*
Title: Easy Land Purchase Login Style Sheet
Author URI: https://www.easylandpurchase.com/

Version: 1.0.0

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

*/

body {
    background: #376037;
}

.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.easylandpurchase.com/wp-content/uploads/2020/12/cropped-Easy-Land-Purchase-Logo-Simple-1-1536x323.png');
    height: 65px;
    width: 320px;
    background-size: 320px 65px;
    background-repeat: no-repeat;
}