.nglogin label { font: 18px Bitter,Times,'Times New Roman',serif; color: #2e0f18; letter-spacing: 0px; float: left; display: block; padding: 5px 5px 5px 0; box-sizing: border-box; width: 35%; } .nglogin .ngloginerror { color: #7a525a; padding: 10px; text-align: center; font-weight: bold; margin: 5px 0 20px 0; color: #7a525a; } .nglogin input[type=email], .nglogin input[type=password] { border-color: #b87a8a; border-width: 1px; border-style: solid; padding: 6px 12px 6px 12px; background: #ffffff; font: 18px Bitter,Times,'Times New Roman',serif; color: #1f0710; letter-spacing: 0px; 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: #2e0f18; background: #ffffff; } .nglogin .ngloginconsent div { margin: 0 0 10px 0; } .nglogin input[type=submit] { border-color: #6e1a2a; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #6e1a2a; font: 15px Bitter,Times,'Times New Roman',serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; display: block; float: right; cursor: pointer; -webkit-appearance: none; } .nglogin input[type=submit]:hover { border-color: #1f0710; background: #1f0710; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .nglogin input[type=submit]:focus { border-color: #444444; background: #444444; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; } @media (max-width: 767px) { .sqr .nglogin label, .sqr .nglogin input[type=email], .nglogin input[type=password] { width: 100%; float: none; } } 