body{font-family:Arial;padding:10px;}
input,textarea,button{width:100%;font-size:16px;margin:5px 0;}
ul{list-style:none;padding:0;}
li{margin-bottom:8px;}

button.btn-save {
    background-color: #6fdc6f !important;
    color: #fff !important;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: bold;
}

button.btn-save:hover {
    background-color: #4ecb4e !important;
}

button.btn-exit {
    background-color: #ff6b6b !important;
    color: #fff !important;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: bold;
}

button.btn-exit:hover {
    background-color: #e74c4c !important;
}
