@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

body, html {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Nanum Gothic', sans-serif;
	background-color: #e8eff2;
	background: url(../img/bg4.jpg) no-repeat 0, 0;
	background-size: cover;
   /* min-width: 700px;*/
}

#login {
	position: relative;
    top: 20%;
}

.login-form {
	width: 350px;
	margin: auto;
	font-size: 20px
}

.login-form label{
	font-weight: 600;
	font-size: 20px;
}

.comment {
	color: #4c7ff0;
	font-size: 13px;
	padding: 0 3px;
}

.login-btn {
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
}

.form-control {
	font-size: 13px;
}

.login-form {
	width: 430px;
	padding: 50px 40px;
    border-radius: .25rem;
    margin: 0 auto;
  /*  padding: 0 35px 15px 35px;*/
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

.logo-rental {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.copyright p{
	text-align: center;
	font-size: 12px;
	color: #c3c3c3;
}

/******* button color ********/
.btn-primary {
	background-color: #5b8efb !important;
	border-color: #5b8efb !important;
}

.btn-primary:hover {
	color: #fff;
    background-color: #4471ee !important;
    border-color: #4471ee !important;
}


/******** login mobile ********/

@media (max-width: 576px) {
	.logo {display:none;}
}

.form-signin {
    width: 100%;
    max-width: 380px;
    padding: 30px 40px;
    margin: auto;
}


/***************************** intro *******************************/
.fa-cogs, .fa-exclamation-circle {color: #fff;}
.intro h1, .intro h5 {color: #fff; font-weight: 500;}
.intro {margin-top: 18%;}
.notice_p {margin-top:10px;}