.confirm-sys, .alert-sys{
    position: absolute;
    top: 25vh;
    left: 20vw;
    min-height: 60px;
    height: auto;
    min-width: 60vw;
    width: auto;
    max-width: 60vw;
    z-index: 1200;
    background: white;
    border-bottom: 1px solid #91c84a;
    border-radius: 5px;
}

.confirm-sys .header, .alert-sys .header{
    font-size: 21px;
    font-weight: 600;
    color: white;
    background: #91c84a;
    min-height: 40px;
    height: auto;
    max-height: 100px;
    padding: 10px 15px;
}

.confirm-sys .body, .alert-sys .body{
    font-size:14px;
    min-height: 50px;
    height: 80%;
    max-height: 80vh;
    padding: 10px 15px;
    position: relative;
    width:auto;
    bottom:0;
    left: 0;
}
.confirm-sys .body .content, .alert-sys .body .content{
    display: inline-block !important;
}

.confirm-sys .footer,
.alert-sys .footer{
    min-height: 60px;
    height: auto;
    max-height: 50px;
    display: block;
    padding: 10px 15px;
    background: white;
}

.confirm-sys .btn-success, .alert-sys .btn-success{
    background: #91c84a;
    color: white;
    float:right;
    width: 100px;
    height: 40px;
    padding: 5px 10px;
    margin-left: 10px;
}
.confirm-sys .btn-cancel, .alert-sys .btn-cancel{
    border: none;
    color: #489600;
    float: right;
    margin-left: 10px;
}