#login {
	opacity: 1;
	transition: opacity 1s;
	margin-top: min(100px, calc((100vw - 321px) / 2));
	backdrop-filter: blur(15px);
}
.logo {
	width: min(calc(100vw - 46px), 321px);
	margin: 0;
}
img {
	width: 50%;
	filter: drop-shadow(0px 0px 16px white);
}
.noto {
	font-family: 'Noto Sans';
	font-size: min(45px, 12.9vw);
	margin: 0;
	text-shadow: white 3px 3px 3px;
}
.daysone {
	font-family: 'Days One';
	font-size: min(20px, 5.6vw);
	margin: 0;
	text-shadow: white 3px 3px 3px;
	margin-bottom: 12px;
}
div {
	margin:auto;
	width: min(calc(100vw - 46px), 321px);
	background-color: rgba(255,255,255,80%);
	border-radius: 15px;
	padding: 15px;
}
div.col-1 {
	width: 40%;
	float: left;
	padding: 0px;
	background-color: transparent;
}
div.col-1 div {
	width: min(75px, 15vw);
	height: min(75px, 15vw);
	border-radius: 50%;
	margin-top: calc((100px - min(75px, 15vw)) / 4);
	margin-left: 5px;
	background-color: transparent;
	background-image: url("/a-mis/images/img_568656.png");
	background-size: cover;
}
div.col-2 {
	width: 60%;
	float: left;
	padding: 0px;
	background-color: transparent;
}
div.col-2 p {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.row:after {
	content: "";
	clear: both;
	display: block;
}
div.row {
	padding: 0px;
	width: 100%;
	background-color: transparent;
}
h1 {
	text-align: center;
	font-size: 112px;
	line-height: 0px;
	margin-bottom: 45px;
	margin-top: 45px;
}
p {
	text-align: center;
}
input {
	width: 97%;
}
#initials {
	background-image: none;
	padding: 16px;
	font-size: min(56px, (56/75) * 15vw);
	background-color: transparent;
	margin: -16px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}
#footstring {
	background-color: transparent;
	color: white;
	width: max-content;
	font-size: 25px;
}
