#form_title{
    text-align: center;
    background-color: #05101e;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}

.add_action{
    float: right;
    margin-right: 20px;
    color: #0b8890;
    border: 1px solid #0b8890;
    border-radius: 50%;
    padding:4px 5px;
    cursor: pointer;
}