.todo-add{display:flex;background-color:#fff}.todo-add .todo-add-form{margin:50px 120px;flex:1}.todo-add .todo-add-form .add-btn{padding-left:25px}.todo-add .img-wrap{display:flex;flex-direction:column;justify-content:flex-end}.todo-add .sub-text{color:#b9b9b9;line-height:20px}.todo-add .deadline-options{display:flex;align-items:center;margin-top:10px}.todo-add .deadline-options .time-option{margin-right:10px;border-radius:11px;padding:0 10px;background:#f9f9f9;font-size:12px;color:#6a6a6a;line-height:22px;height:22px}.todo-add .deadline-options .time-option:hover{background:#f5f5f5;color:#333}.todo-add .deadline-options .active{background:#3457e8;color:#fff}