#tervitus_tekst p{
	text-align: center;
	font-size: 2em;
    color: #007bff;
}

.swal2-title {
	margin-left: 10px !important;
}

body.login-page.swal2-height-auto {
	height: calc(100vh) !important;
}

html .login_page {
	background-color: #354052;	
}

.bg-cyan.btn.login_button {
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.bg-cyan.btn.login_button:hover {
	background-color: #117a8b!important;
}

.card.start_card {
	display: none;
}

.start_card#login_card {
	display: block;
}

.login_logo {
	text-align: center;
	/* position: absolute; */
	/* top: 10px; */
	/* left: 50%; */
	/* transform: translate(-50%); */
}

.login_page {
	align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: grid;
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* height: 100vh; */
    -ms-flex-pack: center;
    justify-content: center;	
}   

.login_box {
	width: 305px;
}