@import "../../mint-child/style.css";

/* Change background color and font family */
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    background-color: #310e61;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
    background-image: url(logo.png);
    width: 200px;
    height: 128px;
    background-size: 200px 128px;
}

/* Add a few changes to the color and style of form itself */
.login label {
    color: #4e48eb;
    display: block;
    font-weight: 100;
    margin-bottom: 1em;
}

.login form .input {
    font-weight: normal;
}

.login #backtoblog a, .login #nav a {
    color: white;
    font-weight: 100;
}

.wp-core-ui .button-primary {
    background: #ff2028;
    border: 0;
    font-weight: 100;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 0 #4e48eb !important;
    box-shadow: 0 1px 0 #4e48eb !important;
}

.wp-core-ui .button-primary:hover {
    background: #4e48eb;
}
.wp-core-ui .button-primary:focus {
    background: #4e48eb;
}
