body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    
  }
  
  .containerlogin {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-control {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
/* Base button styles */
.btn1
 {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none; /* Remove underline for anchor buttons */
    display: inline-block; /* Ensure buttons behave as blocks */
  }
  
  .btn-orange {
    background-color: rgb(255, 98, 0);
    color: white; /* Optionally change text color to ensure readability */
  }

  .form-group1 {
    display:block;
    justify-content: center;
    margin: 0 auto; /* Center the form group horizontally */
  }
  .form{
  
    background:rgb(175, 157, 223);
  
}
.pg-header-content1 {
  background: linear-gradient(#02172e, rgba(29, 100, 180, 0.8)), url("/assets/images/header-banner-1.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  flex: 1;
}

.pg-header-content2 {
  background: linear-gradient(#02172e, rgba(29, 100, 180, 0.8)), url("/assets/images/header-banner-1.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  flex: 1;
}

.login-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.sc-login {
  background-color: #292e02;  
}

.block-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;

}



/* css copy code */

.loginbox{
  width: 300px;
  height: 1000px;
  background: #102b3e;
 
  color: white;
  margin: 70px auto;
  border-radius: 10px;
}
.logo{

  width: 100px;
  height:100px;
  position: relative;
  top: -70px;
  left: calc(50% - 50px);

}
h1{
  text-align: center;
  margin-top: -60px;
}

.chkboxDiv{
  display:inline-flex;

}
.chkbox{

  width: 11px;
  margin:0 0 0 20px;
}
.Terms
{
  margin-left: 11px;
}
.forgotpswd{
  margin-left: 0%;
}

.Poilcy{
  position: relative;
    top: 23px;
}

label{

  font-size: 18px;
  display: block;
  margin-left: 20px;
}

labelremainber{
  display: inline;
  width: 4000px;
}

input{

  width: 80%;
  margin: 0 0 20px 20px;
}

input[type="text"],input[type="password"]{
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 40px;
  outline: none;
  color: white;
  font-size: 16px;
}

input[type="submit"]{
  border: none;
  outline: none;
  height: 40px;
  border-radius: 20px;
  background: #fb6c25;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

a{
  text-decoration: none;
  color: white;
  margin-left: 30%;
}

input[type="submit"]:hover{
  background: blueviolet;
}


/* copy */

