.nglogin label { font: 15px Quicksand,Verdana,Helvetica,sans-serif; color: #9b9b9b; letter-spacing: 0px; float: left; display: block; padding: 5px 5px 5px 0; box-sizing: border-box; width: 35%; } .nglogin .ngloginerror { color: #006bb6; padding: 10px; text-align: center; font-weight: bold; margin: 5px 0 20px 0; color: #006bb6; } .nglogin input[type=email], .nglogin input[type=password] { border-color: #9c7c4e; border-width: 1px; border-style: solid; padding: 7px; background: #e6e2dc; font: 14px Quicksand,Verdana,Helvetica,sans-serif; color: #323232; letter-spacing: 0px; border-radius: 5px; display: block; float: left; margin: 0 0 10px 0; -webkit-appearance: none; box-sizing: border-box; width: 65%; } .nglogin input[type=email]:focus, .nglogin input[type=password]:focus { border-color: #9c7c4e; background: #e6e2dc; } .nglogin .ngloginconsent div { margin: 0 0 10px 0; } .nglogin input[type=submit] { border-color: #174067; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #174067; font: 15px Quicksand,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; box-shadow: 0px 1px 3px rgba(0,0,0,0.1); border-radius: 5px; display: block; float: right; cursor: pointer; -webkit-appearance: none; } .nglogin input[type=submit]:hover { border-color: #174067; background: #9c7c4e; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .nglogin input[type=submit]:focus { outline: none; } @media (max-width: 767px) { .sqr .nglogin label, .sqr .nglogin input[type=email], .nglogin input[type=password] { width: 100%; float: none; } } 