.nglogin label { font: 18px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #323232; letter-spacing: 0px; float: left; display: block; padding: 5px 5px 5px 0; box-sizing: border-box; width: 35%; } .nglogin .ngloginerror { color: #e60000; padding: 10px; text-align: center; font-weight: bold; margin: 5px 0 20px 0; color: #e60000; } .nglogin input[type=email], .nglogin input[type=password] { border-color: #726e75; border-width: 1px; border-style: solid; padding: 5px 10px 5px 10px; background: #ffffff; font: 18px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #323232; letter-spacing: 0px; border-radius: 3px; 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: #726e75; background: #e6ffe6; } .nglogin .ngloginconsent div { margin: 0 0 10px 0; } .nglogin input[type=submit] { border-color: #726e75; border-width: 1px; border-style: solid; padding: 10px 15px 10px 15px; background: #1b407e; font: 18px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #ffffff; letter-spacing: 3px; border-radius: 3px; display: block; float: right; cursor: pointer; outline: none; -webkit-appearance: none; } .nglogin input[type=submit]:hover { border-color: #726e75; background: #006e00; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; } @media (max-width: 767px) { .sqr .nglogin label, .sqr .nglogin input[type=email], .nglogin input[type=password] { width: 100%; float: none; } } 