/** Generated by FG **/
@font-face {
	font-family: 'Kanit-Regular';
	src: url('../fonts/v');
	src: local('☺'), url('../fonts/Kanit-Regular.woff') format('woff'), url('../fonts/Kanit-Regular.ttf') format('truetype'), url('../fonts/v.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Smooch-Regular';
	src: url('../fonts/Smooch-Regular.eot');
	src: local('☺'), url('../fonts/Smooch-Regular.woff') format('woff'), url('../fonts/Smooch-Regular.ttf') format('truetype'), url('../fonts/Smooch-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html {
	height: 100%;
	font-family: 'Kanit-Regular';
	background-repeat: no-repeat;    /*background-image: linear-gradient(rgb(12, 97, 33),rgb(104, 145, 162));*/
	background:#4682b4;
	position: relative;
}

#login-box {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 350px;
	margin: 8% auto 0 auto;
	/* border: 1px solid black; */
	border: 1px solid #e4e4e4;
	/* background: rgba(48, 46, 45, 1); */
	background-image: url(../images/bg_box_login.jpg);
	/* background-image: url(images/bg_top_02.jpg); */
	min-height: 250px;
	padding: 20px;
	z-index: 9999;
	border-radius: 20px;
}

#login-box .logo .logo-caption {
	/* font-family: 'Poiret One', cursive; */
	font-family: 'Smooch-Regular';
	/* color: rgb(255, 255, 255); */
	/* color: #000; */
	/* color: #1d87d0;
	text-shadow: 2px 0px 5px rgb(15 135 218); */
	color: #ffffff;
    text-shadow: 0 0 1px #229df2, 0 0 2px #ffffff, 0 0 3px #ffffff, 0 0 4px #0f87da, 0 0 7px #0f87da, 0 0 8px #0f87da, 0 0 10px #0f87da, 0 0 15px #f43fdc;
	text-align: center;
	margin-bottom: 0px;
	font-size: 50px;
}
#login-box .logo .tweak {
	color: #1e7821;
}
#login-box .controls {
	padding-top: 10px;
}
#login-box .controls input {
	border-radius: 0px;
	/* background: rgb(98, 96, 96); */
	background: rgb(255 255 255);
	border: 0px;
	color: #0f87da;
}
#login-box .controls input:focus {
	box-shadow: none;
}
#login-box .controls input:first-child {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#login-box .controls input:last-child {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
#login-box button.btn-custom {
	border-radius: 2px;
	margin-top: 8px;
	background:#0f87da;
	border-color: rgb(116 180 224);
	color: white;
	border-radius: 12px;
}
#login-box button.btn-custom:hover{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(48, 46, 45, 1);
	border-color: #0f87da;
}
#particles-js{
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-position: 50% 50%;
  	position: fixed;
  	top: 0px;
  	z-index:1;
}

.mt-0{
	margin-top: 0px !important;
}
.mt-8per{
	margin-top: 8%;
}

.box-shadow-logo{
	box-shadow: 1px 1px 10px #b8b8b8;
}

.radius-bottom{
	border-radius: 0px 0px 7px 7px !important;
}