﻿body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
}

.login-container {
	background-color: white;
	padding: 2rem;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	width: 300px;
}

.card {
	width: 383px;
	height: 410px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #0D7FA9;
	padding: 38px 27px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.15)
}

.card-title{
	text-align: left;
}

.card-footer {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
