/******************************************************************** * Site Name: BeSteurful * * Author: Boudewijn Steur * * * * Stylesheet: Login Stylesheet * *******************************************************************/ .login h1 a { background: url(../images/login-logo.png) no-repeat top center; padding-bottom: 15px; text-indent: -9999px; overflow: hidden; display: block; height: 67px; width: 326px; } form { border: 1px solid #E5E5E5; padding: 26px 24px 46px; font-weight: normal; border-radius: 3px; background: white; margin-left: 8px; box-shadow: none; } body form .input { font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif; font-weight: 200; font-size: 24px; box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); border: 1px solid #E5E5E5; background: #FBFBFB; margin-bottom: 16px; margin-right: 6px; margin-top: 2px; outline: none; padding: 3px; width: 97%; } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { .login h1 a { background: url(../images/login-logo@2x.png) no-repeat top center; } }