.nglogin label { font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #6e6e6e; letter-spacing: 0px; float: left; display: block; padding: 5px 5px 5px 0; box-sizing: border-box; width: 35%; } .nglogin .ngloginerror { color: #a65856; padding: 10px; text-align: center; font-weight: bold; margin: 5px 0 20px 0; color: #a65856; } .nglogin input[type=email], .nglogin input[type=password] { border-color: #e6eddf; border-width: 1px; border-style: solid; padding: 6px 12px 6px 12px; background: #ffffff; font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #6e6e6e; 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: #e6eddf; background: #ffffff; } .nglogin .ngloginconsent div { margin: 0 0 10px 0; } .nglogin input[type=submit] { border-color: #70813c; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #70813c; font: 13px 'Noto Sans',Tahoma,Helvetica,sans-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: #57652f; background: #57652f; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .nglogin input[type=submit]:focus { border-color: #70813c; background: #70813c; 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; } } 