.loginsection{
    background: #fff;
}
.loginbtn{
    background: #fd9835;
    border-color: #fd9835;
}
body {
    width: 100%;
    min-height: 560px;
    height: 100vh;
    display: grid
;
    place-content: center;
    /* background: #eee; */
}
.col-form-label ,.form-check-label{
    color:#000;
}

body {
  /* Base gradient background */
  background:
    linear-gradient(135deg, #fd9835, #fd9835);
  background-attachment: fixed;
}

/* Optional: overlay grid */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(#ffffff22 1px, transparent 1px),
    linear-gradient(90deg, #ffffff22 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: -1;
}
.form-control {
    border-radius: 0.25rem;
    border: solid 1px #fd7121 !important;
}