@font-face {
	font-family: SweiGothicCJKtc-Regular;
		src:	url(/themes/stanleybuscms/assets/font/swei-gothic-master/WebFont/CJK-TC/SweiGothicCJKtc-Regular.woff2) format("woff2"),
				url(/themes/stanleybuscms/assets/font/swei-gothic-master/WebFont/CJK-TC/SweiGothicCJKtc-Regular.woff) format("woff");
}
html, body {
    height: 100%;
}
body * {
    font-family: 'SweiGothicCJKtc-Regular' !important;
}
body {
    background-color: #b3c4c7;
    background-image: url("/storage/app/media/bus.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#modal-login .modal-content {
    box-shadow: 0 0 100px rgb(0 0 0 / 30%);
}
#modal-login .modal-header {
    background-color: #0d2438;
    color: #fff;
}
#modal-login .modal-header img {
    margin-right: 15px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 10px;
}
