html,
body {
  height: 100%;
}

.signin-page{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    background-attachment: fixed;
    background-size: cover;
    font-size: 14px;
    background-image: url('./image/g11.JPG');
    background-position: bottom center;
    display: flex;
}
.register-page{
    width: 100%;
    max-width: 1215px;
    margin: auto;
    background-color: #fff;
    box-shadow: 18px 33px 25px rgb(0 0 0 / 22%);
}

.form-signin {
    width: 100%;
    max-width: 750px;
    margin: auto;
    background-color: #fff;
    box-shadow: 18px 33px 25px rgb(0 0 0 / 22%);
}
.body-bg-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: 0.6;
}
.login-left-box{
    
    background-color: #06357b;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 5px 15px;
    background-position: 27% 27%;
    height: 100%;
}
.login-left-box img{
  width: 35%;
  height: 160px;
}

.signin-page form{
    padding: 15px;
    display: table;
    width: 100%;
}

.login-left-box p {
    color: #fff;
    font-size: 17px;
    line-height: 33px;
}

.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}
.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
/*  Dashboard */

.sidebar-dark{
  background-color: #06357b;
}

.sidebar-dark  img{
  width: 60px;
}

.sidebar .sidebar-card p{
  font-size: 16px;
}
.sidebar .sidebar-brand{
  height: auto;
  text-transform: capitalize;
  padding: 5px;
  text-align: left;
}
.sidebar .sidebar-brand p{
  font-size: 16px;
}

.sidebar-dark #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.sidebar-dark #sidebarToggle::after {
  font-weight: 900;
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.1rem;
}
.sidebar-dark.toggled #sidebarToggle::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  margin-left: 0.25rem;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #46474a;
}
.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
  background: #fff;
  color: #06357b;
}

.sidebar-dark .nav-item.active .nav-link i {
  color: #06357b;
}
footer.sticky-footer {
  padding: 10px 0;
  flex-shrink: 0;
}

.holder img{
  width: 100px;
  height: 85px;
  border-radius: 2px;
}
.previewfrm photoimg{
  width:120px;
  
}

@media (min-width: 768px){
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: block;
}

}



  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }