/*
Theme Name:   taxpro
Theme URI:    https://taxprowebsites.com
Description:  taxpro main site theme.
Author:       Exact Hosting
Author URI:   https://exacthosting.com
Template: 	  Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Custom Login*/
body.login #login {
    width: 358px;
}
html body.login {
    background: url(https://cdn.taxprowebsites.com/tax-pro-websites-login.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login form {
    padding: 50px 30px;
    border-radius: 3px;
    width: 300px;
}

/*Button*/
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: 38px!important;
    line-height: 28px!important;
    width: 98%!important;
    display: inline-block!important;
    margin-top: 35px;
}

/*Login Form*/
.login h1 a {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
	margin-top: 3vh;
    height: 150px;
	font-size: 20px;
	line-height: 13.3em;
	padding: 0;
	width: 350px;
	text-indent: 0;
	outline: 0;
	display: block;
	top: 0;
	color: #666 !important;
}
#login form p label {
	color: #666;
}
#login form p label {
	color: #666;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    font-size: 22px;
	color: #eee;
    text-align: center;
	text-shadow: 0 0 2px #666;
}
.login #backtoblog, .login #nav {
	    text-align: center !important;
}
body.login div#login h1 a, #login_error {
    position: relative !important;
    background-size: 100%;
}
body.login div#login h1 a {
    background-image: url(https://cdn.taxprowebsites.com/tax-pro-websites-logo-small.png) !important;
}
.login h1 {
	display: flex;
}