/*
Theme Name: Envision Online Ltd Child Theme
Description: Envision Onlined Ltd Website Design Cheltenham
Author:  Envision Online Ltd
Author URI:  http://envision-online.co.uk
Template: Divi
Version:  1.0.0
*/

@import url("../Divi/style.css");
 
/* =Theme customizations
------------------------------------------------------- */



/* Customise login screen */

body.login {
  background-image: url('https://envision-online.co.uk/wp-content/uploads/2019/01/Login-screen.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

/* Replace the WordPress Logo With a Custom Logo */
.login h1 a {
  background-image: url('https://envision-online.co.uk/wp-content/uploads/2019/01/Envision-login-logo.png');
 	width: 300px;
	background-size: contain;
}

/* Customize the Look of the Login Form */
.login label {
  font-size: 22px;
  color: #555555;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

/* Next, we’ll style the button to make it a lighter shade of blue: */
.login .button-primary {
  width: 120px;
  float:right;
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#17a8e3));
  background: -webkit-linear-gradient(top, #17a8e3, #17a8e3);
  background: -moz-linear-gradient(top, #17a8e3, #17a8e3);
  background: -ms-linear-gradient(top, #17a8e3, #17a8e3);
  background: -o-linear-gradient(top, #17a8e3, #17a8e3);
  background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:hover {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#0d9ed9 ));
  background: -webkit-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -moz-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -ms-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -o-linear-gradient(top, #17a8e3, #0d9ed9 );
  background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}

.login .button-primary:active {
  background-color:#17a8e3 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#17a8e3));
  background: -webkit-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
  background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #0d9ed9;
}


/* Remove Lost Your Password link */
p#nav {

}
.login #backtoblog a, .login #nav a{
	color: black;
	font-size: 18px;
}
/* Remove the “Back to” Link */
p#backtoblog {
  display: none;
}