
#hdl_librarian_login > p{
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 0;
}

p.login-submit #wp-submit{
    color: #fff;
    background-color: #008bdb;
    border-color: #008bdb;
}

p.login-submit #wp-submit:hover, p.login-submit #wp-submit:active{
    color: #fff;
    background-color: #006ba8;
    border-color: #00649e;
    cursor: pointer;
}