.nglogin label { font: 12px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif; color: #5a5a5a; float: left; display: block; padding: 5px 5px 5px 0; box-sizing: border-box; width: 35%; } .nglogin .ngloginerror { color: #a65856; padding: 10px; text-align: center; font-weight: bold; margin: 5px 0 20px 0; color: #a65856; } .nglogin input[type=email], .nglogin input[type=password] { border-color: #dddcdc; border-width: 1px; border-style: solid; padding: 4px 10px 4px 10px; background: #ffffff; font: 12px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif; color: #000000; box-shadow: 3px 3px 3px rgba(0,0,0,0.0); display: block; float: left; margin: 0 0 10px 0; -webkit-appearance: none; box-sizing: border-box; width: 65%; } .nglogin .ngloginconsent div { margin: 0 0 10px 0; } .nglogin input[type=submit] { border-color: #323232; border-width: 1px; border-style: solid; padding: 6px 16px 6px 16px; background: url(../../../../../images/gradient/?s=363a42&e=20242c&h=11) repeat-x #20242c; font: 12px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif; color: #f7f7f7; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); border-radius: 4px; display: block; float: right; cursor: pointer; outline: none; } .nglogin input[type=submit]:hover { border-color: #323232; background: #000000; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; } @media screen and (max-width: 767px) { .sqr .nglogin label, .sqr .nglogin input[type=email], .nglogin input[type=password] { width: 100%; float: none; } } 