/** Custom Styles for Divi Login **/

.login #login h1 a {
    width: 200px;
    height: 100px;
    background-size: 80%;
    background-position: center;
    background-color: #000000;
    padding: 0 60px;
    margin-top: -20px;
    margin: 0 auto;
}


.login input.button {
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    padding: 18px;
    font-size: 14px;
    line-height: 1px;
    transition: 0.3s all ease;
    text-shadow: none;
}

.login input.button:hover {
    color: #202020;
    background: #f1f1f1;
}
.login form {
    margin-top:0;
}
.login form .input {
    background: #DEDEDE !important;
    border: none;
    border-radius: 4px;
}

body {
	background: #333333;
background-image: url("http://grupogoe.pt/wp-content/uploads/2015/11/goe_web.jpg") !important;
background-repeat: no-repeat !important;
background-size:cover !important;
}