body {
	background-image: linear-gradient(to bottom right, #784806, #F49A10);
	background-repeat: no-repeat;
	background-size: 3000px 3000px;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
  max-height: 200px;
  width: 80%;
  min-height: 30px;
  object-fit: contain;
}

.footer {
	background-color: white;
	width: 100%;
	position: fixed;
	text-align: center;
	bottom: 0;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}

.main_window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 670px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.8);
}

.form {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	margin-top: 300px;
}

.message_b {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-family: 'Francois One', sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}

.message_r {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-family: 'Francois One', sans-serif;
	color: red;
	margin-left: 20px;
	margin-right: 20px;
}

.textfields {
	width: 100%; 
    padding: 12px;  
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px;  
}

.textfields_2fa {
	width: 100%; 
    padding: 12px;  
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px;  
    font-size: 20pt;
    text-align: center;
}

.submit_button {
    margin: auto;
    width: 100%;
	background-color: #784806;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}