#elp_container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-40%);
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 26px 24px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 50px rgba(0, 0, 0, 0.1);
}

#logo {     
    position: relative;
    width: 242px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;             
}
.logo-container {     
    position: relative;
    margin: 0 -24px;            
}
.logo-container #logo {     
    max-width: 100%;          
}