body {
    background-color: #f1f5f8 !important;
}
.bg-signup {
    background-size: cover;
}

.bg-radial-success {
    background: rgb(37,113,48);
    background: radial-gradient(circle, rgba(37,113,48,1) 0%, rgba(0,0,0,1) 100%);
}
.rounded-end {
    border-radius: 6px 0 0 6px!important;
}