.add__user_btn{
    margin-bottom: 50px;
}
.add__user_btn button{
    width: 200px;
}
.two-btn__icons button:first-of-type{
    margin-right: 5px;
}
.required__sign{
    color: red;
}
.btn-primary-custom{
    background: #DCC7B7;
    border-color: #DCC7B7;
}
.btn-primary-custom:hover, .btn-primary-custom:focus, .btn-primary-custom:active{
    background: #DCC7B7 !important;
    border-color: #DCC7B7 !important;
}