

body {
    background: #2E97BD;
}

#login {
    margin-top: 70px;
    padding: 45px 0;
    width: 450px;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}

#loginform {
    border: none;
    box-shadow: none;
}

#login h1 a, .login h1 a {
    background-image: url(https://mentorsdirectory.enterprise-ireland.com/wp-content/uploads/2021/01/eiLargeLogo.png);
    height:50px;
    width:300px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#login h1:after {
    content:"Mentors Directory";
}

#backtoblog, .privacy-policy-page-link {
    display: none;
}