a {
	color: #DF9238;
	text-decoration: none;
}
body{
	font: 1em/100% Helvetica, Arial, sans-serif;
	margin:0px;
}
img {
	vertical-align:middle;
}
img, picture, video, embed {
    max-width: 100%;
}


/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
body {
  background: #f1f3f6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-container {
  background: #ffffff;
  max-width: 420px;
  width: 92%;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.login-container h2 {
  margin-bottom: 24px;
  color: #333;
  font-size: 20px;
  text-align: center;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 6px;
  color: #555;
  font-weight: bold;
}
.form-group input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}
.forgot {
  text-align: right;
  font-size: 14px;
  margin-top: -12px;
  margin-bottom: 16px;
}
.forgot a {
  color: #d98c00;
  text-decoration: none;
}
.btn-login {
  width: 100%;
  background: #d98c00;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-login:hover {
  background: #c37800;
}
.cta-assine {
  margin-top: 32px;
  text-align: center;
}
.cta-assine h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}
.cta-assine a {
  color: #d98c00;
  font-weight: bold;
  text-decoration: none;
}
.loterias-banners {
  margin: 24px auto 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.loterias-banners img {
  height: 36px;
}
.footer-links {
  margin-top: 32px;
  font-size: 14px;
  text-align: center;
  color: #d98c00;
}
.footer-links a {
  margin: 0 6px;
  text-decoration: none;
  color: #d98c00;
}
.menuinf {
	background: #f2f2f2;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.30);
	margin: auto;
	padding: 16px;
}
