/******************************************************************

Stylesheet: Login Stylesheet

This stylesheet is loaded is only on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

Make sure functions/admin.php is activated in your functions.php file.

This stylesheet is turned off by default.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/

  .login h1 a {
    background: url(https://portal.dexion-anglia.co.uk/wp-content/uploads/2020/10/dexion-logo-300x130-1.png) no-repeat top center;
    width: 300px;
    height: 130px;
    text-indent: -9999px;
    overflow: hidden;
    padding-bottom: 0;
    display: block;
}

body {
    background: #fff;
	height: auto!important;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    background: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0 0px 0px rgba(0,0,0,.13);
    border: 1px solid #eee;
}

body {  background: #f9f9f9;
    width: 100%;
    position: relative;
    top: 0;
}
#login {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 40px 0;
    margin: 100px auto;
}
#login {
    width: 100%;
    max-width: 465px;
}
.login .button-primary {
    background-color: #E71D27;
    border: none;
    border-radius: 2px;
    clear: both;
    color: #fff;
    box-shadow: none;
    float: none;
    display: block;
    text-shadow: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 19px!important;
    margin: 0 0 0 0!important;
    height: auto!important;
    width: 100%!Important;
    position: relative;
    top: 15px;
}
.login form .input, .login form input[type="checkbox"], .login input[type="text"] {
    background: #efefef;
}