.bg-gradient-blue {
    background: #004953;
    background: linear-gradient(to bottom, #013220 0%, #002311 100%);
}

.bg-gradient-green {
    background: #013220;
    background: linear-gradient(to bottom, #013220 0%, #002311 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #013220), color-stop(100%, #002311));    
}
.bg-gradient-sky {
    background: linear-gradient(132deg, rgb(251, 251, 255) 0.00%, rgb(215, 223, 252) 100.00%);
}
.bg-gradient-premium-dark {
    background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
}
