@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

.logo-container {
	width: 100%;
	height: 100%;
}
.logo-image {
	height: 100%;
}


.table-style {
	background-color:#FFF;
	border-radius:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;"
}
.login-button {
	background-color: #CD3644;
	color: #ffffff;
	width: 200px;
	height: 26px;
	border-radius: 12px;	
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	border-color: #B69166;
}
.login-button:hover {
    cursor: pointer;
}

.login-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

