
body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-image: url('https://scriptsnew.myclassboard.in/cdndatastatic/AdminLoginAssets/img/BG-1.png'); background-size:100% 100%;
    background-repeat: no-repeat;
}
.wrapper{
   
	
}
.fw-Sebold
{
	font-weight:600 !important;
}
.colblu-s{
	color:#005BE8;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    width: -webkit-fill-available;
}
.colwhit{
	color:#fff;
}
.colyellow{
	color:#FFCC5E;
}

.ic-size{
	width:auto;
	height:auto;
}
.card { 
    border:none;
}
.img-thumbnail {
    border: 1px solid #fff;
}

.carousel-indicators {
    bottom: -25px !important;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #00adff !important;
}




footer
 {
            width: 100%;
            background:##ffffff00;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 1rem;
            font-size:14px; 
			text-align:center;
			border-top: 1px solid #ededed;
 }
@media only screen and (max-width: 600px) {
 .wrapper{
    background-color:##ffffff00  !important;
	background-image:none;
  }
.sfo
 {
display:none !important;
 }
.btnr
 {
font-size:10px !important;
 }
.rml
 {
font-size:8px!important;
}
.crslr{
	margin-top:100px;
	
}
footer{
border:none !important;
}
.rounded-start {
    margin-top: 35% !important;
}
}
body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-image: url('https://scriptsnew.myclassboard.in/cdndatastatic/AdminLoginAssets/img/BG-1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

        .wrapper {
        }

        .fw-Sebold {
            font-weight: 600 !important;
        }

        .colblu-s {
            color: #005BE8;
        }

        .btn-primary {
            color: #fff;
            background-color: #0d6efd;
            border-color: #0d6efd;
        }

        .colwhit {
            color: #fff;
        }

        .colyellow {
            color: #FFCC5E;
        }

        .ic-size {
            width: auto;
            height: auto;
        }

        .card {
            border: none;
        }

        .img-thumbnail {
            border: 1px solid #fff;
        }

        .carousel-indicators {
            bottom: -50px;
        }

        .carousel-dark .carousel-indicators [data-bs-target] {
            background-color: #00adff;
        }

        .form-input {
            width: 100%;
            border: 1px solid #B7C0CF;
            background: #fafafa;
            border-radius: 5px
        }

        footer {
            width: 100%;
            background: ##ffffff00;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 1rem;
            font-size: 14px;
            text-align: center;
            border-top: 1px solid #ededed;
        }

        @@media only screen and (max-width: 600px) {
            .wrapper {
                background-color: #ffffff00 !important;
                background-image: none;
            }

            .sfo {
                display: none;
            }
        }