#fr {
	color: red;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/banner/carousel1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
@media only screen and (max-width: 2300px) {
	.login-box {
		display: flex;
		margin: 15% auto;
	}
	/* กล่อง login */
	.frame-box {
		box-shadow: 0 2px 10px 0 rgb(255 146 0), 0 1px 4px 0 rgb(165 117 36 / 79%);
		border-radius: 6px;
		background-color: #efefef;
		width: 400px;
		margin: auto;
		padding: 20px;
	}
	.login-logo {
		text-align: center;
	}
	/* Admin */
	.login-box-msg {
		margin: 0;
		text-align: center;
		padding: 0 auto;
	}
	.has-feedback {
		position: relative;
	}
	.mail-box {
		color: #b71b0a;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 34px;
		height: 34px;
		line-height: 38px;
		text-align: center;
		pointer-events: none;
	}
	.pass-box {
		color: #b71b0a;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 34px;
		height: 34px;
		line-height: 38px;
		text-align: center;
		pointer-events: none;
	}
	.btn-login {
		background-color: #fff;
		color: #000000;
		font-weight: bold;
	}
}
/* Top color #b71b0a */
@media only screen and (max-width: 1920px) {
	/* กล่องฟ */
	.login-box {
		display: flex;
		margin: 12% auto;
	}
	/* กล่อง login */
	.frame-box {
		box-shadow: 0 2px 10px 0 rgb(255 146 0), 0 1px 4px 0 rgb(165 117 36 / 79%);
		border-radius: 6px;
		background-color: #efefef;
		width: 300px;
		margin: auto;
		padding: 20px;
	}
	.login-logo {
		text-align: center;
	}
	/* Admin */
	.login-box-msg {
		margin: 0;
		text-align: center;
		padding: 0 auto;
	}
	.has-feedback {
		position: relative;
	}
	.mail-box {
		color: #b71b0a;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 34px;
		height: 34px;
		line-height: 38px;
		text-align: center;
		pointer-events: none;
	}
	.pass-box {
		color: #b71b0a;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 34px;
		height: 34px;
		line-height: 38px;
		text-align: center;
		pointer-events: none;
	}
	.btn-login {
		background-color: #fff;
		color: #000000;
		font-weight: bold;
	}
}

@media only screen and (max-width: 449px) {
	.login-box {
		margin: 11% 0 0 0;
	}
}

/* box-login ส่วนโลโก้ */

/* box-login ส่วนโลโก้ */
/*.frame-box{
    background-color: #fc9107;
    width: 360px;
    margin: 15% auto;
}*/
