@import url('https://fonts.cdnfonts.com/css/lufga');

html, body { height: 100%; }


body {
    font-family: 'Lufga';
    background: radial-gradient(ellipse at center, rgba(229, 116, 77, 0.18) 0%, rgba(241, 85, 34, 0.02) 35%, #F159250F 100%);
    overflow: hidden;
}

.bg-cinetpay {
    background-image: linear-gradient(45deg, #f92c2c, #f15b25) !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-image: linear-gradient(45deg, #f92c2c, #f15b25) !important;
    border:none;
}
