.message-icon-success {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.message-icon-success i {
    font-size: 60px;
    color: #2ECC71
}

.message-icon-error {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.message-icon-error i {
    font-size: 60px;
    color: #cc2b27;
}

.message-confirm {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.message-text {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    width: 100%;
    font-size: 20px;
}

.error-btn {
    background: #cc2b27;
}

.message-body {
    text-align: center;
}
@media screen and (max-width: 480px) {
    .message-icon-success {
        width: 60px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .message-icon-success i {
        font-size: 40px;
        color: #2ECC71
    }

    .message-icon-error {
        width: 60px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .message-icon-error i {
        font-size: 40px;
        color: #cc2b27
    }

    .message-confirm {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .message-text {
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
        color: black;
        width: 100%;
        font-size: 15px;
    }
    .message-confirm .common-btn {
        display: inline-block;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 60px;
        font-size: 12px;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
        cursor: pointer;
        letter-spacing: 1px;
        -webkit-transition: box-shadow .2s ease,border .2s ease;
        transition: box-shadow .2s ease,border .2s ease;
    }
}
