
  @import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,500;1,300&display=swap');
body {
	font-family: 'Kanit', sans-serif;
} 

.card:hover{
	border: 3px solid #e75925;
}


.login-form{
	width: 380px;
	height: 450px;
	padding: 20px;
	background-color:#e3f2fd !important;
}