.margin-t20{
    margin-top: 20px!important;
}
.margin-t15{
    margin-top: 15px !important;
}
.margin-t10{
    margin-top: 10px !important;
}
.margin-l20{
    margin-left: 20px !important;
}
.margin-l15{
    margin-left: 15px !important;
}
.margin-l10{
    margin-left: 10px !important;
}
.toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 199999999;
    left: 44%;
    bottom: 30px;
    font-size: 17px;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 0;
}

.toast.show {
    visibility: visible;
    opacity: 1;
}

.container img{
    width: 100%;
 }

