@import "../../assets/css/style.css";

/* Change background color and font family */
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255,255,255,1);
    background-image: url('https://smabr.com/wp-content/uploads/2022/07/banner-home.jpg');
    background-position: center bottom;
    background-size: cover;
    display: flex;
    align-self: center;
    justify-content: center;
}

/* Change Width and Height of Logo Image + Add Custom Image File */

#login {
    width: 320px;
    padding: 20px 0 0 0;
    margin: auto;
}

.login h1 a {
    background-image: url('https://smabr.com/wp-content/uploads/2022/07/sma-logo.svg');
    width: 310px;
    height: 115px;
    background-size: 310px 115px;
    margin: 0 auto 15px auto;
}

.login #login_error, .login .message, .login .success {
    color: #55BCBD;
}

#loginform {
    background-color: transparent;
    margin-top: 0;
    border: 0;
}

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

.login form .input {
    font-weight: normal;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: transparent;
}

.login #backtoblog a, .login #nav a {
    color: #fff;
}

.wp-core-ui .button-primary {
    background: #005757;
    color: rgba(255,255,255,1);
    border: 0;
    text-shadow: 0 0 0 #55BCBD !important;
    box-shadow: 0 1px 0 #55BCBD !important;
}

.wp-core-ui .button-primary:hover {
    background: #55BCBD;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 0 #005757 !important;
    box-shadow: 0 1px 0 #005757 !important;
}
.wp-core-ui .button-primary:focus {
    background: #55BCBD;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 0 #005757 !important;
    box-shadow: 0 1px 0 #005757 !important;
}

p.message {
	color: #005757;
	font-family: 'Source Sans Pro', sans-serif;
}

.language-switcher {
    display: none !important;
}
