
/* Custom Styles for login page */

body.login {
    background-color: #fff;
    background-image: url(/wp-content/themes/my-big-money-goal/img/watercolour-background.jpg);
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
}

#login h1 a, .login h1 a {
    background-image: url(/wp-content/themes/my-big-money-goal/img/mbmg-logo-130.png);
	height:130px;
	width:129px;
	background-size: 130px 129px;
	background-repeat: no-repeat;
}

.login form {
    background: transparent;
    box-shadow: none;
    padding: 26px 24px 10px;
    border: none;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background-color: #fff;
    border: none;
}

#login form p.submit {
    clear: both;
}

.login .button-primary {
    float: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    background-color: #2bbbb3;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 0 !important;
    height: 38px !important;
}

.login #login_error, .login .message, .login .success {
    border-left: 4px solid #2bbbb3;
    margin-top: 50px;
}