/*************************************************************************
 *
 *  Copyright (c) 2026 - Datatailr Inc.
 *  All Rights Reserved.
 *
 *  This file is part of Datatailr and subject to the terms and conditions
 *  defined in 'LICENSE.txt'. Unauthorized copying and/or distribution
 *  of this file, in parts or full, via any medium is strictly prohibited.
 *************************************************************************/

body {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	line-height: 1.5;
	min-height: 100vh;
	background: #f3f3f3;
	color: #38363A;
	flex-direction: column;
	margin: 0;
}

.main {
	background-color: #fff;
	color: #38363A;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
	transition: transform 0.2s;
	width: 500px;
	text-align: center;
}

.error_message {
	font-size: 20pt;
}

h1 {
	color: #6ACBAE;
}

h3 {
	margin-top: -20px;
	color: #38363A;
}

label {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	color: #38363A;
	font-weight: bold;
}

input {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
}

button {
	padding: 15px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
	color: white;
	cursor: pointer;
	background-color: #6ACBAE;
	width: 100%;
	font-size: 16px;
}

.wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
