.nglogin label { font: 15px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif; color: #a3b5a6; letter-spacing: 0px; 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: #c8decc; border-width: 1px; border-style: solid; padding: 4px; background: #ffffff; font: 15px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif; color: #5a5a5a; letter-spacing: 0px; 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: #c8decc; border-width: 1px; border-style: solid; padding: 5px 10px 5px 10px; background: #cfe6d3; font: 15px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif; color: #5a5a5a; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; display: block; float: right; cursor: pointer; outline: none; -webkit-appearance: none; } .nglogin input[type=submit]:hover { border-color: #c8decc; background: #a3b5a6; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } @media (max-width: 767px) { .sqr .nglogin label, .sqr .nglogin input[type=email], .nglogin input[type=password] { width: 100%; float: none; } } 