.bg-container {
    position: relative;
    width: 100%;
    height: 100vh !important;
    background-image: url(../../../asset/images/signup-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.btn-sign-se {
    background: linear-gradient(97.86deg, #31729F -8.95%, #88B740 109.24%);
    border: none;
    color: #fff;
}
.btn-sign-bvb {
    background: linear-gradient(97.86deg, #04a9f5 -8.95%, #033143 109.24%);
    border: none;
    color: #fff;
}
.btn-sign-tn {
    background: linear-gradient(97.86deg, #04a9f5 -8.95%, #0d6efd 109.24%);
    border: none;
    color: #fff;
}