		body{
			font-size: 13px;
			font-family: 'Noto Serif Thai', serif;
			background-color:#FFFFFF;
		}
		p{
			font-family: 'Noto Serif Thai', serif;
			font-size: 13px;
		}
		h1,h2,h3,h4,h5,h6,li{
			font-family: 'Noto Serif Thai', serif;
		}
		.bg-purple {
			color: #fff;
			background: -webkit-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
			background: -o-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
			background: -moz-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
			background: linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
		}
		.bg-theme {
		  background: -webkit-linear-gradient(110deg, #fc1c8e 60%, #343a40 60%);
		  background: -o-linear-gradient(110deg, #fc1c8e 60%, #343a40 60%);
		  background: -moz-linear-gradient(110deg, #fc1c8e 60%, #343a40 60%);
		  background: linear-gradient(110deg, #fc1c8e 60%, #343a40 60%);
		  font-family: 'Noto Serif Thai', serif;
		}
		.bg-footer{
			background-color:#f5f3f3;
			color:#000;
			padding-top:35px; 
			padding-bottom:35px;
		}
		.btn-theme{
		background-color:#fc1c8e;
		color:#FFF;
		font-family: 'Noto Serif Thai', serif;
		}
		.bg-register{
			background-color:#f5f3f3;
			color:#000;
		}
		.swal-text {
			text-align:center;
			font-family: 'Noto Serif Thai', serif;
		}
		.swal-footer {
			text-align:center;
			font-family: 'Noto Serif Thai', serif;
		}
		.swal-button {
			text-align:center;
			font-family: 'Noto Serif Thai', serif;
		}

