/* Custom theme for SGEF
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.theme-sgef.page-login-v3 * { font-family: 'Montserrat', sans-serif; }

/* LAYOUT
*/
.theme-sgef.page-login-v3 { background: #FFFFFF !important; }

.theme-sgef.page-login-v3 .container-fluid {
	min-height: 100svh;
	background-image: url("../images/themes/sgef/sgef-hero.png") !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: contain;
}

.theme-sgef.page-login-v3 .container-fluid .sign-in .card {
	max-width: 420px;
	margin-top: 160px;
	margin-bottom: 40px;
	padding: 35px 50px;
	border: none;
	border-radius: 0;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
	.theme-sgef.page-login-v3 .container-fluid .sign-in .card { margin-top: 105px; }
}
@media screen and (max-width: 991px) {
	.theme-sgef.page-login-v3 .container-fluid .sign-in .card { margin-top: 80px; }
}
@media screen and (max-width: 767px) {
	.theme-sgef.page-login-v3 .container-fluid .sign-in .card {
		margin-top: 150px;
		margin-bottom: 20px;
		box-shadow: none;
	}
}
@media screen and (max-width: 575px) {
	.theme-sgef.page-login-v3 .container-fluid .sign-in .card { margin-top: 100px; }
}

.theme-sgef.page-login-v3 .container-fluid .footer {
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #909090;
}
.theme-sgef.page-login-v3 .container-fluid .footer p { font-weight: 300; }
.theme-sgef.page-login-v3 .container-fluid .footer div:last-child { text-align: right; }
@media screen and (max-width: 767px) {
	.theme-sgef.page-login-v3 .container .footer div,
	.theme-sgef.page-login-v3 .container .footer div:last-child {
		margin-top: 20px;
		text-align: center;
	}
}


/* Sign in
*/
body.page-login-v3 > .container-fluid .sign-in {
  width: 95%;
  max-width: 400px;
}

body.page-login-v3 .card .card-body form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

body.page-login-v3 .form-control,
body.page-login-v3 .btn {
  border-radius: 0;
}
body.page-login-v3 .btn-primary {
  --bs-btn-bg: #E60028;
  --bs-btn-border-color: #E60028;
  --bs-btn-hover-bg: #CB0026;
  --bs-btn-hover-border-color: #CB0026;
  --bs-btn-active-bg: #CB0026;
  --bs-btn-active-border-color: #CB0026;

  margin: auto;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
}
body.page-login-v3 .btn-flat-primary {
  --bs-btn-color: #E60028;
  --bs-btn-hover-color: #E60028;
  --bs-btn-active-color: #E60028;
  --bs-btn-active-border-color: #E60028;

  margin: auto;
  text-transform: uppercase;
}
