body {
 background-image: url("/img/login_background.jpeg");
 background-color: #cccccc;
   background-repeat: no-repeat;
  background-size: cover;
  
}

.container {
background-image: url("/img/login_background_main.PNG");
background-color: #cccccc;
background-repeat: no-repeat;
background-size: cover;
box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.col-sm-6, .col-sm-6{
	padding-right:10px;
}

#logoHolder {
    background-image: url("/img/East13d.png");
    /* background-color: #cccccc; */
    background-repeat: no-repeat;
    /* width: 256px!important; */
    height: 40%;
    background-size: contain;
    background-position: right 61px bottom 59px;
}

.usmsgblock{
	display:none;
}


#page-wrapper {
    max-width: 100%;
    margin-left: 10%;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    padding-bottom: 16px;
	background-color: rgba(255,255,255,0.6);
	width:100%;
	display: inline-block;
    margin-top: 100px;
}





#loginPanel{
	height: 504px;
	float: right;
	width: 307px;
	background-color: rgba(211, 211, 211,0.5);
	border: 1px solid lightsteelblue;
	border-radius: 5px;
	margin-top: 50px;
	padding-top: 13%;
}


#loginMainInfo{
	height: auto;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
	color:white;
	border: 0px solid lightsteelblue;
    border-radius: 5px;
    margin-top: 50px;
	padding: 5px;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}


div.hidden {
    display: none
}
form#login-form{
	display:inline-block;
	width:100%;
}

form#login-form button.submit{
	width:100%;
}

h1.centre{
	text-align:center;
	color: darkcyan;
	padding-bottom:5px;
	opacity: 0.7;
	background-color:black;
}

* {
  margin: 0;
  padding: 0;
}


.buttons {
  display: flex;
  flex-direction: row;
      flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
/*   padding: 2em 0em; */
}

.container-fluid{
	padding: 0px!important;;
    display: inline-block;
}

h1 {
  text-align: left;
  color: #444;
  letter-spacing: 0.05em;
  margin: 0 0 0.4em;
  font-size: 1em;
}


p {
  text-align: left;
  color: #444;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  margin: 0 0 2em;
}



a {
  font-size: 1.5rem;
  padding: 1rem 3rem;
  color: #f4f4f4;
  text-transform: uppercase;
}

.btn1 {
  text-decoration: none;
  border: 1px solid rgb(0, 100, 0);
  position: relative;
  overflow: hidden;
  color:lightgray!important;
}

.btn1:hover {
  box-shadow: 1px 1px 25px 10px rgba(0, 100, 0, 0.4);
  color:white!important;
}

.btn1:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(0, 100, 0, 0.4),
    transparent
  );
  transition: all 650ms;
}

.btn1:hover:before {
  left: 100%;
}


a.btn1{
	font-size:2em;
	margin-top:10px;
	width:100%;
}

nav.navbar, footer{
	display:none!important;
}

.container{
	padding-top: 50px;
    height: 100vh;
    float: left;
    background-color: white;
	padding-top:22%;
	width:38%;
}

h2.form-signin-heading{
	color: black!important;
    text-align: center;
    font-size: 2.5em!important;
}

a.pull-left, a.pull-right{
	color:blue;
}

@media screen and (max-width: 1800px) {
.container{
	width: 48%;
    max-width: 48%;
}
}

@media screen and (max-width: 1200px) {
.container{
	width: 60%;
    max-width: 60%;
}
}


@media screen and (max-width: 980px) {
.container{
	width: 100%;
    max-width: 100%;
}
}

h3.btn, h3.btn:hover{
	padding:0px;
}


.container_main{
   
    padding: 10px;
}

.form-group{
    font-size: 1.3em;
	margin-bottom:15px;
}

.form-group input {
    padding: 10px;
	width:50%;
    border-radius: 14px;
}

.form-group label {
    width: 33%;
    display: inline-block;
    text-align: left;
    padding-right: 10px;
}

button.submit, a.pull-left, a.pull-right{
    font-size: 1.3em;
    padding: 10px;
    width: 98.5%;
    background-color: darkblue;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    float: left;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
	#page-wrapper{
		margin-top:0px;
	
	}
	
	.container{
		background: linear-gradient(-45deg, #94B239, #33760A, #E2AA7B, #23d5ab);
		background-size: 400% 400%;
		animation: gradient 15s ease infinite;
	}
	
	#logoHolder {
		background-image: url("/img/East13d.png");
		background-repeat: no-repeat;
		height: 35%;
		background-size: contain;
		background-position: right 5px bottom 14px;
	}
	
	.form-group label {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}
.form-group input{
 width: 93%;
}
a {
    font-size: 1.5rem;
    padding: 1rem 3rem;
    color: #000;
}

}


.container{
	width:100%;
	background-image: none;
	background-color:transparent;
}

#logoHolder {
    background-image: url(/img/East13d.png);
    /* background-color: #cccccc; */
    background-repeat: no-repeat;
    /* width: 256px!important; */
    height: 36%;
    background-size: 1000px!important;
    background-size: contain;
    background-position: right 48% bottom -115px;
}

#page-wrapper{
	margin-top:0px;
    width: 80%;
    margin-left: 10%;
    padding: 10px;
	box-shadow: 2px 2px 46px -4px rgb(0 0 0 / 60%);
    border-radius: 5px;
}

@media screen and (max-width: 400px) {
	#logoHolder {
    background-size: 800px!important;
    background-position: right 48% bottom -108px;
}

#page-wrapper {
    margin-top: 0px;
    width: 91%;
    margin-left: 2%;
    padding: 10px;
    box-shadow: 2px 2px 46px -4px rgb(0 0 0 / 60%);
    border-radius: 5px;
}

.container {
    padding-bottom: 600px!important;
    display: inline-block;
}


}


.col-12{
    text-align:center;
}

#loginModal, form.form-signup, .col-12{
    display: block;
    max-width: 80%;
    background: white;
    padding: 15px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 10px;
    display: inline-block;
    text-align:left;
}

.col-12{
    margin-top: 0px;
    display: block;
    padding:0px;
    max-width: 92%;
}

.col-sm-6{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
}

form.form-signup{
}

.p-3 a{
	font-size: 1.3em;
    padding: 10px;
    width: 98.5%;
    background-color: darkblue;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    float: left;
    margin-top: 10px;
}

.mb-4 label.form-label, .mb-3 label{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1.4em;
}

.mb-3 label{
    text-align:left;
}


.mb-4 input, input.form-control{
    padding: 10px;
    border-radius: 10px;
    width: 97%;
}

.password-verification{
    margin-left:20px!important;
}

.mb-4{
    margin-bottom:10px;
}

.password_view_control{
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: white;
}

.modal-header{
    display:none;
}

a.link{
    color: black;
    font-size: 1em;
    width: 87%;
    display: inline-block;
}


.col-12.text-center.py-5 {
    min-height: 200px !important;
    margin-top: 20px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.loginContainer{
    text-align: center;
}


a.loginLink{
    color: black;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0px;
}

.password-verification {
    font-size: 80%;
    MARGIN-LEFT: 42px;
    margin-top: 20px;
    width: 50%;
}


#email-label{
    margin-left: 4%;
}

input#scales{
    margin-left:4%;
}


h1.alternate-background{
    display:none;
}


div#loginModal {
    height: 383px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}


div#loginModal .modal-dialog.modal-dialog-centered {
    width: 98%;
}



div#loginModal .row.p-3, div#loginModal .col-12.col-lg-6 {
    display: inline-block;
    width: 107%;
}


form.form-signup{
}

.col-12{
    background:none;
}


.col-12 img{
width: 350px!important;
margin-top: 10%!important;
}

@media screen and (max-width: 900px) {


}


/* === Split Auth Layout (Join.cc-style) === */
:root{
  --bg: #ffffff;
  --panel-bg: #ffffff;
  --text: #0e1116;
  --muted: #6b7280;
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --ring: 0 0 0 3px rgba(37,99,235,.25);
  --radius: 16px;
  --shadow: 0 10px 30px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.06);
  --max-form-w: 420px;
}

html, body { height: 100%; }
body { background: var(--bg); color: var(--text); font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

.auth-layout{
  min-height: 100svh;
  display: flex;
}

/* Left media */
.auth-media{
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
  background: #000;
}
.auth-media video, .auth-media iframe{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.auth-media::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(0,0,0,.25), rgba(0,0,0,.15));
  pointer-events:none;
}
.auth-media-brand{
  position:absolute; top:24px; left:24px;
  background: rgba(0,0,0,.4);
  padding:10px 14px; border-radius:12px;
  backdrop-filter: blur(4px);
}
.auth-media-brand img{ height:28px; display:block; }

/* Right panel */
.auth-panel{
  flex: 1 1 50%;
  display: grid; place-items: center;
  padding: clamp(24px, 5vw, 60px);
  background: var(--panel-bg);
}

.auth-card{
  width: min(100%, var(--max-form-w));
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(22px, 3.6vw, 36px);
}

.auth-head{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom: 8px;
}
.auth-head h1{
  margin:0; font-size: clamp(22px, 2.2vw, 28px); font-weight:700;
}
.auth-close{
  display:inline-flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius: 10px;
  background:#f3f4f6; color:#111827; text-decoration:none;
  font-size: 22px; line-height:1;
}
.auth-close:hover{ background:#e5e7eb; }

.usmsgblock .alert{
  margin: 12px 0; border-radius: 12px;
}

/* Form elements: reuse your Bootstrap classes but upgrade focus/spacing */
#login-form{ display:grid; gap: 14px; margin-top: 8px; }
#login-form .form-group{ margin-bottom: 6px; }
#login-form .form-label{ font-weight: 600; font-size: .95rem; }

#login-form .form-control{
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  font-size: 1rem;
  background:#fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
#login-form .form-control:focus{
  border-color: var(--primary);
  box-shadow: var(--ring);
  outline: none;
}

/* Password eye button as a real button for a11y */
.auth-input-group{
  display: flex;
  align-items: stretch;
}
.auth-input-group .form-control{ border-top-right-radius: 0; border-bottom-right-radius: 0; }
.auth-input-group .input-group-text.see-pw{
  border: 1px solid #e5e7eb;
  border-left: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #f8fafc;
  cursor: pointer;
  padding: 0 14px;
  display: inline-flex; align-items: center; gap: 8px;
}

/* Submit button (your .btn btn-primary already exists; keep look consistent) */
#next_button{
  border-radius: 12px !important;
  font-weight: 700;
  padding: 12px 16px;
}

/* Social/block + footer links */
.auth-social{ margin-top: 16px; }
.auth-links{
  display:flex; gap: 12px; flex-wrap: wrap;
  margin-top: 12px;
}
.auth-link{
  color: var(--primary); text-decoration:none; font-size: .95rem;
}
.auth-link:hover{ text-decoration: underline; }

/* Mobile: stack vertically, video first */
@media (max-width: 900px){
  .auth-layout{ flex-direction: column; }
  .auth-media{ height: 40vh; flex: 0 0 auto; }
  .auth-panel{ min-height: 60vh; padding: 20px; }
  .auth-card{ box-shadow: none; padding: 20px 16px; border: 1px solid #eef2f7; }
}
@media (max-width: 480px){
  .auth-media{ height: 32vh; }
}

/* Respect user’s dark mode (optional) */
@media (prefers-color-scheme: dark){
  :root{
    --panel-bg:#0b0f14; --text:#e5e7eb; --muted:#9aa4b2;
    --shadow: 0 10px 30px rgba(0,0,0,.35);
  }
  .auth-card{ background:#10151c; border:1px solid #1d2633; }
  #login-form .form-control{ background:#0b0f14; border-color:#1d2633; color:var(--text); }
  .auth-close{ background:#131a22; color:#e5e7eb; }
  .auth-close:hover{ background:#18212c; }
}


form#login-form button.submit{
    color:black;
}


.auth-link{
    padding-left:6px;
}