.error {
    padding: 5px;
    margin: 5px 5px 20px 5px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    border-radius : 5px !important;
    clear: both !important;
}
.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    border-radius : 5px !important;
    clear: both;
    margin-bottom: 5px !important;
}
.alert {
    border:solid 2px #FBD3C6 !important;
    color:#CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
    border-radius : 5px !important;
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.headerTitle{
    height: 60px;
    line-height: 60px;
    margin: 0;
}
.wrapper-header{
    align-items: center;
    display: flex;
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
.view-movile-logo{
    border: 1px solid #e9e9eb;
border-radius: 4px;
}