.nglogin label { font: 18px ProzaLibre,Times,'Times New Roman',serif; color: #000000; letter-spacing: 0px; float: left; display: block; padding: 5px 5px 5px 0; box-sizing: border-box; width: 35%; } .nglogin .ngloginerror { color: #af0054; padding: 10px; text-align: center; font-weight: bold; margin: 5px 0 20px 0; color: #af0054; } .nglogin input[type=email], .nglogin input[type=password] { border-color: #405e7e; border-width: 1px; border-style: solid; padding: 4px; background: #ffffff; font: 15px ProzaLibre,Times,'Times New Roman',serif; color: #000000; 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: #7d95af; background: #ffffff; } .nglogin .ngloginconsent div { margin: 0 0 10px 0; } .nglogin input[type=submit] { border-color: #7d95af; border-width: 0px; border-style: solid; padding: 8px 11px 8px 11px; background: #000000; font: 16px ProzaLibre,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: #7d95af; background: #7d95af; font-weight: normal; font-style: normal; text-transform: uppercase; color: #e7e7e7; } .nglogin input[type=submit]:focus { border-color: #7d95af; background: #d5dbe2; font-weight: normal; font-style: normal; text-transform: uppercase; color: #405e7e; outline: none; } @media (max-width: 767px) { .sqr .nglogin label, .sqr .nglogin input[type=email], .nglogin input[type=password] { width: 100%; float: none; } } 