html,body{background-color:#F8F8F8;margin:20px 0}.mb20{margin-bottom:20px}.bg-white{background-color:#fff !important}.login{width:400px;padding:20px;margin:100px auto 0;border:1px solid #E0E0E0;background-color:#FFF;border-radius:var(--radius)}.login h2{font-size:16px;color:#023483;margin:0 0 15px}.login button,.app-form button{padding:10px;font-weight:bold;width:100%;background-color:#4285f4;color:#fff;border-radius:var(--radius);border:0}.login button:hover,.app-form button:hover{background-color:#003680}.login button:disabled,.app-form button:disabled{background-color:#e0e0e0;color:silver}.login button i,.app-form button i{margin-right:5px}.login-logo{display:flex;flex-direction:column;align-items:center}.login-logo img{height:50px}header{display:flex;height:70px;background:#FFF;border-radius:var(--radius) var(--radius) 0 0;border-top:1px solid #E0E0E0;border-bottom:1px solid #E0E0E0;border-left:1px solid #E0E0E0;border-right:1px solid #E0E0E0;justify-content:space-between;align-items:center;padding:0 30px;max-width:900px;margin:0 auto}header img{height:40px}header div{text-align:center}header .name{display:block;font-weight:bold}header .red{font-size:12px;cursor:pointer}header .red i{margin-right:5px}header .red:hover{text-decoration:underline}.app{max-width:900px;margin:0 auto;background-color:#fff;border-bottom:1px solid #E0E0E0;border-left:1px solid #E0E0E0;border-right:1px solid #E0E0E0;border-radius:0 0 var(--radius) var(--radius)}.app-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px 0;background-color:#F8F8F8}.app-header h3{margin:0;line-height:16px}.app-header h3 span{display:block;font-size:12px;font-weight:normal}.app-header h3 span i{margin-right:5px}.app-header h3 span.toggle_sensitive{margin-top:5px;cursor:pointer}.app-header h3 span.toggle_sensitive:hover{text-decoration:underline}.app-form{padding:20px 30px;background-color:#F8F8F8}.app-body{border-top:1px solid #E0E0E0;padding:20px 30px}.total{display:flex;flex-direction:row-reverse;margin-top:20px}.total .ui-table{width:320px}.total .ui-table .b{font-size:18px}