/* body {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("../img/arch1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
  }
  
  .form-signin {
	max-width: 30vw;
	padding: 15px;background-color: rgba(255,255,255,0.5) !important; color:#fff;
  }
  
  .form-signin .form-floating:focus-within {
	z-index: 2;
  }
  

  .form-signin img.logo{
	display: flex;
	align-items: center;
	height: 80px;
	text-align:center;
	 margin:auto;
  }
  .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;
  } */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: inherit;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bluebg{
	 background: #fff; border-bottom:1px solid #b9c3dc;
}

.footer{
	 padding-top: 10px;
    padding-bottom: 20px;  color:#fff;
	
	background: #4e5f87
}
  body {
  
  
    padding: 30px 20px;

    background: #4e5f87
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Optional: prevent horizontal scroll */
}

body::before {
  content: '';
  background-image: url("../img/arch1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
  position: fixed;      /* ? Sticky background */
  top: 0;
  left: 0;
  width: 100vw;         /* Ensure full width */
  height: 100vh;        /* Ensure full height */
  
  z-index: -1;
  opacity: 0.8;
}


/*body::before{
	 background-image: url("../img/arch1.jpg");	
	 content: '';     
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0.8;
	
}*/
.ftco-section {
    padding: 7em 0 0;
}

img.logo {
    display: flex;
    align-items: center;
    max-height: 70px;
    height: auto;
    text-align: center !important;
    margin: 0 auto;
	/* padding:10px 10px 20px 10px; */
	 background: #fff;border-radius: 5px; max-width:100%;
}

.boxshadow{
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

 .border-left{
	border-left:1px solid #b9c3dc; 
 }
.login-wrap {
    position: relative;
    background: #dce3f6;
    background: -moz-linear-gradient(top, #dce3f6 0%, #feffff 100%);
    background: -webkit-linear-gradient(top, #dce3f6 0%, #feffff 100%);
    background: linear-gradient(to bottom, #dce3f6 0%, #feffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce3f6', endColorstr='#feffff', GradientType=0);
	
	/* border-left:1px solid #b1bfe2; */
  width: 100%;
}

@media (max-width: 767.98px) {
  .login-wrap {
    flex-direction: column; /* stack columns vertically */
    align-items: center;    /* center children horizontally */
  }
  .login-wrap > div {
    max-width: 400px;       /* max width for form area */
    width: 100%;            /* full width up to max */
  }
}


.login-wrap h3 {
    font-weight: 500;
}

.form-group {
    position: relative;
}
.form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}
.form-group a {
    color: gray;
}

.social-media {
    position: relative;
    width: 100%;
}
.social-media .social-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: #04369a;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    margin-right: 8px;
    border-radius: 50%;
}
.social-media .social-icon span {
    color: #fff;
}
.social-media .social-icon:hover,
.social-media .social-icon:focus {
    background: #ff6500;
}
.social-media .social-icon:hover span,
.social-media .social-icon:focus span {
    color: #fff;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
    color: #ff6500;
}
.checkbox-primary input:checked ~ .checkmark:after {
    color: #ff6500;
}

.btns,
.btns:link,
.btns:active,
.btns:focus {
    color: #fff;
    background: #04369a;
    padding: 4px 20px 7px;
    font-size: 1.2rem;
    font-weight: 600;
}

.btns:hover {
    color: #fff;
    background: #ff6500;
}


.btns:hover {
    color: #fff;
    background: #ff6500;
}


em{
display:inline-block;	
color:red;
padding:2px 0px 2px 0;}
.container{
 margin:20px 10px 10px 10px   !important;


}

@media (max-width: 768px) {
 body {
    padding: 20px 10px;
  }
.container{
width: 94%; margin:10px 10px !important;


}}
@media (max-width: 992px) {
  .signup-section {
    border-bottom: 1px dotted #04369a !important; border-left:0 !important;
    margin-bottom: 20px; /* optional spacing below */
    padding-bottom: 20px; /* optional spacing inside */
  }
.border-left {
  border-left: 0px solid #b9c3dc;
}

}