.login-container{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:100px auto;background-color:#fff;border-radius:10px;height:auto;width:450px}p.loginto{margin:30px 20px 0;font-size:20px;font-weight:700}h1.login-h1{margin:10px 20px 10px;font-size:28px;text-align:center}form.login-form{display:flex;flex-direction:column;width:400px;margin:30px}label.password,label.username{color:#2a3d55;font-weight:600}button#login-button,input#password,input#username,label.password,label.username{margin:0 20px;border-radius:5px;font-size:16px}button#login-button,input#password,input#username{padding:10px}label.password{margin-top:20px}button#login-button{margin-top:30px;background-color:#2dbd2d;color:#fff;font-weight:700}.confirmDownloadExcel:hover,.confirmLogout:hover,button#login-button:hover{background-color:#42d342}input#password,input#username{margin-top:5px}@media (max-width:768px){p.loginto{font-size:18px}h1.login-h1{font-size:24px}button#login-button,input#password,input#username,label.password,label.username{font-size:14px}}