.errorMaxMinOrder.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;   
    position: fixed;
    top: 50px;
    left: 25%;
    text-align: center;
    width: 50%;
    margin: auto;    
    height: 100px;
    padding-top: 40px;
    border: 1px solid;
}

@media (max-width:767px){
    .errorMaxMinOrder.alert-danger {
        padding-top: 20px;
        border: 1px solid;
    }
}