.ff-default .ff-el-input--label label{color:#ffffff}.three-lines{display:flex;justify-content:center;align-items:flex-end;height:300px;gap:10px}.line{width:20px;height:0;animation:grow 1s forwards}.line:nth-child(1){background:red;animation-delay:0s}.line:nth-child(2){background:green;animation-delay:0.3s}.line:nth-child(3){background:blue;animation-delay:0.6s}@keyframes grow{to{height:100%}}