/*
 * Custom Login Page
 */
body {
	background: #dcdcdc;
}
p.submit {
    display: flex;
    clear: both;
    width: 100%;
    justify-content: center;
}
input#wp-submit {
    background-color: #00a000;
    min-width: 120px;
    margin: 20px 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}