* {
	margin: 0 auto;
	padding: 0;
	user-select: none;
}

.center-screen {
	display: flex;
	width: 100vw;
	height: 812px;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	overflow-x: hidden;
	background: #FBFBFB;
}

.main-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-top: 16vh;
}

.main-form {
	display: flex;
	width: 335px;
	height: auto;
	padding: 20px 0;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.title-info {
	color: #2F394E;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.036px;
}

.info-frame {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.data-frame {
	width: 90%;
	height: auto;
	flex-shrink: 0;
}

#info_label {
	color: #2f394e;
	text-align: left;
	line-height: 150%;
	margin-left: 20px;
	display: block;
}

label {
	color: #424F6A;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

input {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	text-indent: 10px;
	flex-shrink: 0;
	border-radius: 12px;
	border: 1px solid #2F394E;
}

.copyright {
	color: #424F6A;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}