/* From Uiverse.io by ozgeozkaraa01 */ 
.group {
	display: flex;
	line-height: 30px;
	align-items: center;
	position: relative;
	max-width: 300px;
}

.input {
	width: 100%;
	height: 45px;
	line-height: 30px;
	padding: 0 2ex;
	padding-left: 3rem;
	border: 2px solid transparent;
	border-radius: 1rem;
	outline: none;
	background-color: #f8fafc;
	color: #0d0c22;
	transition: .5s ease;
}

.input::placeholder {
	color: #94a3b8;
}

.input-user:focus, .input-user:hover, .input:focus, .input:hover {
	outline: none;
	border-color: rgba(129, 140, 248);
	background-color: white;
	box-shadow: 0 0 0 5px rgb(129 140 248 / 30%);
}

.icon {
	position: absolute;
	left: 1rem;
	fill: none;
	width: 1rem;
	height: 1rem;
	top: 47%;
}

/* From Uiverse.io by ercnersoy */ 
.input-user {
	border: none;
	padding: 2ex;
	border-radius: 1rem;
	background: white;
	transition: 0.3s;
}

.input-user, .input {
	box-shadow: 5px 5px 15px #c5c5c5, -5px -5px 15px white;
}

.input-user:focus, .input:focus {
	box-shadow: inset 5px 5px 15px #c5c5c5, inset -5px -5px 15px white;
}

/* Personal */
#main-form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	width: fit-content;
	padding: 1rem 2rem;
}

#container {
	background-image: repeating-radial-gradient(#f8f1f1ee 87%,#3fa7b4 90%);
	background-size: 50px 50px;
}

label.reglabel {
	font-weight: bold;
	font-size: 16pt;
}
