.progress {
    height: 8px;
}

#install-log {
    background: #0f172a;
    color: #22c55e;
    font-family: monospace;
    font-size: 14px;
    height: 220px;
    overflow-y: auto;
}

.successIcon {
    width:80px;
    height:80px;
}

.nextBox {
    max-width:600px;
    background:#ecfdf5;
    border-color:#a7f3d0;
}

.small {
    max-width:600px;
    background:#fff7ed;
    border-color:#fed7aa;
    color:#92400e;
}