.nglogin label { font: 15px Inter,Verdana,Helvetica,sans-serif; color: #0f161e; letter-spacing: 0px; float: left; display: block; padding: 5px 5px 5px 0; box-sizing: border-box; width: 35%; } .nglogin .ngloginerror { color: #a6546a; padding: 10px; text-align: center; font-weight: bold; margin: 5px 0 20px 0; color: #a6546a; } .nglogin input[type=email], .nglogin input[type=password] { border-color: #85a5bb; border-width: 1px; border-style: solid; padding: 6px 12px 6px 12px; background: #ffffff; font: 15px Inter,Verdana,Helvetica,sans-serif; color: #0f161e; 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: #0f161e; background: #ffffff; box-shadow: 0px 0px 5px rgba(0,0,0,0.5); } .nglogin .ngloginconsent div { margin: 0 0 10px 0; } .nglogin input[type=submit] { border-color: #1a2633; border-width: 0px; border-style: solid; padding: 12px 25px 12px 25px; background: #1a2633; font: 13px Inter,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 1px; text-transform: uppercase; border-radius: 6px; display: block; float: right; cursor: pointer; -webkit-appearance: none; } .nglogin input[type=submit]:hover { border-color: #0f161e; background: #0f161e; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .nglogin input[type=submit]:focus { border-color: #0f161e; background: #0f161e; box-shadow: 0px 0px 5px rgba(0,0,0,0.5); 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; } } 