.master_card_group .card>.card-body {
    box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 8%);
}

.signup_custom_box {
    background-color: transparent;
    position: relative;
    border: none;
}

.signup_custom_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgb(8 7 16 / 60%);
    padding: 50px 35px;
}

.signup_custom_box .shape>span {
    height: 100px;
    width: 100px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.shape>span:first-child {
    background: -webkit-gradient(linear, left top, left bottom, from(#1845ad), to(#23a2f6));
    background: -o-linear-gradient(#1845ad, #23a2f6);
    background: linear-gradient(#1845ad, #23a2f6);
    left: -30px;
    top: -30px;
}

.shape>span:last-child {
    background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#f09819));
    background: -o-linear-gradient(left, #ff512f, #f09819);
    background: linear-gradient(to right, #ff512f, #f09819);
    right: -30px;
    bottom: -30px;
}

.signup_custom_box .nk-block-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.signup_custom_box .form-label-group .form-label {
    display: block;
    color: #ffeb3b;
    font-size: 15px;
    font-weight: 400;
    display: none;
}

.signup_custom_box .form-control {
    display: block;
    height: auto;
    width: 100%;
    color: #fff;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    padding: 10px 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

.signup_custom_box .form-control:focus {
    border-color: #ffeb3b;
}

.signup_custom_box .form-control::placeholder {
    color: #e5e5e5;
}

.nk-footer.bg-dark {
    border-top: 1px solid #283650;
}

.thankyou_custom_box {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.thankyou_custom_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgb(8 7 16 / 9%);
    padding: 50px 35px;
    z-index: -1;
}

.thankyou_custom_box .card-group>.card {
    background-color: rgb(255 255 255 / 0%);
}

.mypagena{ margin-top: 30px;}
.bg-login {
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-image: url(../images/img-9.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.login_main .card-inner-lg{padding: 1.5rem;}
.forgot-pass .link-sm{ float: right;color: #d93838!important; font-size: 15px!important;}
.forgot-pass .link-info{font-size: 15px!important;}
.forgot-pass .link-info:hover{color: #cf0b06!important;}
.login_main h4 {
    text-align: center;
   
}
.login_main p {
    text-align: center;
   
}
.partner_managementm {margin: 14px 0 0;}
    .partner_managementm li{display: inline-block; background: #cf0b06;  width: 49%; margin-bottom: 15px;  padding: 12px;text-align: center; border-radius: 30px; }
    .partner_managementm li:hover{ background-color: #09084c;}
    .partner_managementm li a{color: #fff;text-transform: uppercase; font-weight: 500; font-size: 15px;}