.alert-success {
    padding: 20px;
    background-color: #04AA6D;
    ;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.alert-error {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.img-custom {
    height: 50% !important;
    width: 25% !important;
    margin-left: 20% !important;
}

.img-custom-mini {
    height: 50% !important;
    width: 81% !important;
    margin-left: 20% !important;
}

.backimg {
    border-radius: 0% !important;
    width: 67px !important;
    height: 60px !important;
}