.bsb-btn-xl {
    --bs-btn-padding-y: 7px;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: calc(1.26rem + 0.12vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-xl {
        --bs-btn-font-size: 1.35rem
    }
}

.bsb-btn-2xl {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: calc(1.27rem + 0.24vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-2xl {
        --bs-btn-font-size: 1.45rem
    }
}

.bsb-btn-3xl {
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: calc(1.28rem + 0.36vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-3xl {
        --bs-btn-font-size: 1.55rem
    }
}

.bsb-btn-4xl {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: calc(1.29rem + 0.48vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-4xl {
        --bs-btn-font-size: 1.65rem
    }
}

.bsb-btn-5xl {
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-font-size: calc(1.3rem + 0.6vw);
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

@media(min-width:1200px) {
    .bsb-btn-5xl {
        --bs-btn-font-size: 1.75rem
    }
}

.bsb-tpl-bg-platinum {
    background: #e5e5e5 !important
}

.bsb-tpl-bg-lotion {
    background:  #71b1bd8a !important
}
.banner{ 
    background-size: 100% 130%;
    //background: url('/content/images/bankg.png') no-repeat;
    height: 500px;
   
    background-size: cover;

}
.banner-border {
    border: 38px solid #74b9cf;
    border-radius: 7px 0px 0px 7px;
}
.btn-submit {
    background: #374955 !important;
    border-color: #27343d !important;
    border-radius: 40px;
}
    .btn-submit:hover {
        background-color: #527085 !important;
        color: #000;
    }
.half-border{border-radius: 0px 7px 7px 0px;}
.login-form{padding: 40px 30px;}
.form-control {
    padding: 0.55rem 0.75rem;
    background-color: #fafafa;
}
@media screen and (max-width: 768px) {
    .bg {
        background: #6ba2ce;
    }
}

@media screen and (min-width:1400px){
   .mtop{margin-top: 10%;}
    .mtop1 {
        margin-top: 10%;
    }
    .pl{padding-left: 4%;}
}
.bg-login {
    /* background: #bed0ceeb; */
    background: #babe6dde;
    margin-top: 10px;
    padding: 30px;
}

body {
    background-color: #5984a7 !important;
    font-family: serif;
/*    background: url(images/education.png) no-repeat;*/
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.logo {
    width: 50px;
    height: 50px;
    background-image: url("images/bktlogo.png");
    position: absolute;
    margin-left: 3px;
    /*margin-top: -1px;*/
    z-index: 2;
}