/**
* Template Name: NiceAdmin - v2.1.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

body.register_bg{
  background: url(../../newloginassets/img/login_bgadmin.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  overflow: hidden;
  background-color: rgba(255,255,255,.7);
}

.card-header, .card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #036df9;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.form-check-input {
  margin-left: 0;
}
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}
@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}
.logo img {
  max-height: 100px;
  margin-right: 6px;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}
element {
	font-weight: bold;
	color: #036df9;
}

.overlay{
  width: 359px;
  height: 227px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.overlay h3 {
	font-weight: bold;
	color: #036df9;
}
.overlay p {
	color: #000;
}

#banner-carousel .owl-dots {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#banner-carousel .owl-dots, #banner-carousel .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
#banner-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#banner-carousel .owl-dots .owl-dot span, #banner-carousel .owl-dots .owl-dot span {
	width: 30px;
	height: 3px;
	margin: 4.5px 2px;
	background: #e7edf6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#banner-carousel .owl-dots .owl-dot:hover span, #banner-carousel .owl-dots .owl-dot.active span {
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#banner-carousel .owl-controls .owl-page.active span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0 20px;
  font-size: 13px;
  transition: all 0.3s;
  /* border-top: 1px solid #cddfff; */
  width: 100%;
  margin-top: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer .copyright {
  text-align: center;
  color: #012970;
}
.footer .copyright p {
	margin: 5px 0 0;
  font-family: "Open Sans", sans-serif;
}

.footer .copyright a{
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  transition-duration: .5s;
  -o-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.footer .copyright a:hover{
  color: #ca01ff;
  transition-duration: .5s;
  -o-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.footer .footer_menu{
  text-align: right;
  margin-top: 5px;
}
.footer .footer_menu a{
  font-family: "Open Sans", sans-serif;
  color: #012970;
  margin-right: 10px;
  text-decoration: none;
  transition-duration: .5s;
  -o-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.footer .footer_menu a:hover{
  color: #ca01ff;
  transition-duration: .5s;
  -o-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}


.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/*********************************************
            01-06-2023 SB
**********************************************/
#demo .carousel-inner{
  border-radius: 5px; border: 1px solid rgba(0,0,0,.125);
}
#demo .carousel-item {
  height:276px;
}
#demo .carousel-caption{
  text-align:left; 
  text-decoration:justfy;
}
#demo .carousel-caption h3{
  font-weight:bold; 
  color:#036df9;
}
#demo .carousel-caption p{
  color:#000;
}
.header_logo_sec{
  margin-bottom:50px; padding-top: 5px!important;
}
.header_logo_sec .logo{
  width: 200px;
}

.register_sec {
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.logo {
	line-height: 1;
	display: inline-block;
	margin-bottom: 40px;
}

footer .logo {
	margin-bottom: 0;
}

.banner_area {
	width: 514px;
	max-height: 276px;
	overflow: hidden;
	margin-top: 7%;
}
.register_sec .admin_login .card {
	/* opacity: .9; */
	width: 89.5%;
  margin: 0 auto;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .375rem;
}
.mrg15T{
  margin-top: 15px !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;	
}
#banner-carousel .owl-nav .owl-prev, #banner-carousel .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  font-size: 40px;
  color: #c1c1c1;
  cursor: pointer;
  border: #00ccad 0px solid;
  text-align: center;
  line-height: 33px;
  border-radius: 0;
  transition-duration: .5s;
  -o-transition-duration: .5s;
  -moz-transition-duration: .5s;

}
#banner-carousel .owl-nav .owl-prev:hover,
#banner-carousel .owl-nav .owl-next:hover {
	color:#fff;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

#banner-carousel .owl-nav .owl-prev{
  left: 20px;
}

#banner-carousel .owl-nav .owl-next{
  right: 20px;
}

.hide-password{display:none}

.input-group.has-validation1 .input-group-text{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-check .form-check-label:last-child{
	padding-left: 0;
}

.footer .copyright {
  text-align: center;
  color: #012970;
  
}



