body, body.login, html{
	font-family: Poppins-Regular, sans-serif;
	background-color: transparent;
}
body{
	font-family: Poppins-Regular, sans-serif;
	background-color: transparent;
	background-image: url('http://phmhosting.com/staging/wp-content/uploads/2020/08/bgimg.png'); 
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
 body {
/*     background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(171, 66, 41, 0.2)), to(rgba(57,56,56,0))),url(http://phmhosting.com/staging/wp-content/uploads/2020/08/bgimg.png);background-image: -o-linear-gradient(top, rgba(171, 66, 41, 0.2), rgba(57,56,56,0)),url(http://phmhosting.com/staging/wp-content/uploads/2020/08/bgimg.png);background-image: linear-gradient(to bottom, rgba(171, 66, 41, 0.2), rgba(57,56,56,0)),url(http://phmhosting.com/staging/wp-content/uploads/2020/08/bgimg.png); */
	 background-image: -webkit-gradient(linear, left top, right top, from(rgba(18, 18, 19, 1)), color-stop(35%, rgba(208, 74, 31, .3)), to(rgba(29, 24, 23, 0.8))), url(http://phmhosting.com/staging/wp-content/uploads/2020/08/bgimg.png);
	 background-image: -o-linear-gradient(left, rgba(18, 18, 19, 1) 0%, rgba(208, 74, 31, .3) 35%, rgba(29, 24, 23, 0.8) 100%), url(http://phmhosting.com/staging/wp-content/uploads/2020/08/bgimg.png);
	 background-image: linear-gradient(90deg, rgba(18, 18, 19, 1) 0%, rgba(208, 74, 31, .3) 35%, rgba(29, 24, 23, 0.8) 100%), url(http://phmhosting.com/staging/wp-content/uploads/2020/08/bgimg.png);
  }
html{
/* 	background-image: url(../images/login_bg.jpg); */
	background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
body.login{
	padding-top:5%;
	padding-bottom:50px;
	height: auto;
}
body.login div#login{
    background-color: #393838;
    padding: 0 30px 5px;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
	border: 1px solid transparent;
	box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
	width: 300px;
	background: -o-linear-gradient(305deg, rgba(57,56,56,.8) 0%, rgba(57,56,56,.8) 17%, rgba(82,60,55,1) 38%, rgba(82,60,55,.8) 59%, rgba(57,56,56,.8) 80%, rgba(57,56,56,1) 100%);
	background: linear-gradient(145deg, rgba(57,56,56,.8) 0%, rgba(57,56,56,.8) 17%, rgba(82,60,55,1) 38%, rgba(82,60,55,.8) 59%, rgba(57,56,56,.8) 80%, rgba(57,56,56,1) 100%);
}
body.login div#login h1{
	    margin: 15px 0;
		margin-bottom:5px;
}
body.login div#login h1 a{
	background: url('http://phmhosting.com/staging/wp-content/uploads/elementor/thumbs/logo_2-orm70efhp3xw4qryc5kr4pjmdr4epp2dg7outaoc1a.png') top center no-repeat;
	background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    width: 100%;
    height: 100px !important;
	margin-bottom:5px;
}
#login_error, body.login div#login .message{
	margin-top: 10px;
}
body.login div#login form, body.login div#login form#registerform{
	 box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    padding: 0;
    border: none;
	margin-top:10px;   
	padding: 22px;
    border: none;
    margin-top: 10px;
    border-radius: 10px;
}
body.login div#login form#lostpasswordform{
}
body.login div#login form p{
	margin-top:0px;
}
body.login div#login form p label{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding-left: 7px;
	
}
body.login div#login form input[type=password], body.login div#login form input[type=text], body.login div#login form input[type=email], body.login div#login form select, body.login div#login form textarea{
	height:50px;
    padding: 15px!important;
	border:none;
	border-bottom: 2px solid #d9d9d9;
	background: #fff;	
	box-shadow: none;
	font-family: Poppins-Regular;    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 16px;
    color: #333333;
    line-height: 1.5;
	    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
body.login div#login form input[type=password]:focus, body.login div#login form input[type=text]:focus, body.login div#login form input[type=email]:focus, body.login div#login form select:focus, body.login div#login form textarea:focus{
	transition: border-bottom-color 0.5s ease;
	border-bottom-color:#000;
	border-color: #F1582D;
    background-color: #fff;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
body.login div#login form input[type=password]:hover, body.login div#login form input[type=text]:hover, body.login div#login form input[type=email]:hover, body.login div#login form select:hover, body.login div#login form textarea:hover{
	transition: border-bottom-color 0.5s ease;
	border-bottom-color:#000;
	border-color: #F1582D;
}
body.login div#login form input#user_email, body.login div#login form input#user_login{
}
body.login div#login form p.forgetmenot{
	margin:25px 0;
}
body.login div#login form p.forgetmenot label{
	color:#444;
}
body.login div#login form p.submit{
}
body.login div#login form input[type=submit]{
	width: 100%;
    font-family: Helvetica, sans-serif, 'Trebuchet MS';
    border: 2px solid #F1582D;
    color: #F1582D;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: none !important;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 10px 30px 10px;
    line-height: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    min-height: 45px;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
	text-shadow:none;
}
body.login div#login form input[type=submit]:hover{
    background-color: #F1582D;
    color: #fff;
	}
body.login div#login p#backtoblog a, body.login div#login p#nav a{
	color: #F1582D;
}
body.login div#login p#backtoblog, body.login div#login p#nav{
	    padding: 10px 0 0;
		text-align:center;
}
.dashicons-visibility:before {
    content: "\f177";
    color: #F1582D;
}
.login #login_error, .login .message, .login .success {
    border-left: 4px solid #F1582D;
}

element.style {
}
body.login div#login p#backtoblog, body.login div#login p#nav {
    padding: 10px 0 0;
    text-align: center;
}
.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 0 24px 0;
}
#backtoblog {
    margin-top: 0px!important;
}
.login form input[type=checkbox]{
    background: #fbfbfb;
    border-color: #F1582D!important;
    box-shadow: 0 0 0 1px #F1582D!important;
}