html {
    height: 100vh;
}
body{
    min-height: 100vh;
	margin: 0;
	padding: 0;

	background-image: url('/static/images/parking_bg01.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	background-size: cover;
}

.content { 
    /* Full height */
	display: table;
	position: absolute;
    top: 0; left: 0;
    width:100%;
    height: 100vh;
}

.container {
	display: table-cell;
	vertical-align: middle;
}

.login_diaglog {
	background-image: url("/static/images/parking_bg02.png");
	background-size: cover;
	width: 1312px;
	height: 828px;
	top: 290px;
	min-height: 828px;
	margin-left: auto;
	margin-right: auto;
}

.login_title_area {
	position: relative;
    width: 668px;
	height: 200px;
    top: 220px;
    left: 35%;
}

.login_title {
	width: 668px !important;
	height: 55px !important;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	font-size: 3rem;
	font-weight: 600;
    color: white;
}

.login_label_area {
position: relative;
    top: 168px;
    left: 135px;
}

.login_label {
	font-size: large;
    font-weight: 600;
    color: #c25b03;
}

.login_small_title_area {
	position: relative;
    width: 725px;
	height: 30px;
    top: 56px;
    left: 10%;
}

.login_small_title {
	font-size : 18px;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}

.login-logo-img {
	width: 160px;
	height: auto;
}

.login-logo {
	position: relative;
	top: 170px;
}

.login_form {
	position: relative;
	width: 100%;
	height: 400px;
	top: 270px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.no-border {
	font-size: 16px;
	background-color:#fff;
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.login_form .container, 
.form-control-inline {

}

.input-group-right {
	float: right;
}

.login-input {
	display: flex;
	position: relative;
	justify-content: center;
	top: 13px;
    width: 100%;
	padding-top: 8px;
	border-bottom: #dee2e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.login_input_icon {
	width: 1.2rem;
    height: 1.2rem;
    margin: auto;
}

#login_button_box {
	position: relative;
	top: 62px;
    width: 100%;
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.login_button {
    font-size: 18px;
	color:#fff;    
    border: none;
	outline: none;
    cursor: pointer;
    width: 100%;
    height: 34px;
	background-image: url('/static/images/login_box.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
    display: inline-block;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.login_button:active {
	border:0;
	outline: none;
}

.login_button:focus {
	border:0;
	outline: none;
}

#resetPassword {
    position: relative;
    top: 16px;
    margin: auto;
	color: #99a1aa;
}

.login_button>.glyphicon-log-in {
	margin-right: 10px;
}

.login_banner_logo_area {
	position: relative;
	height: 54px;
    top: 190px;
}

.login_banner_logo {
	display: block;
    width: 132px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
}

.login_banner_area {
	position: relative;
	text-align:center;
    width: 630px;
	height: 64px;
    top: 260px;
    font-size: 30px;
	font-weight: bold;
	color: #96bbd2;
}

.login_banner_bottom_logo_area {
	position: relative;
    width: 630px;
	height: 35px;
    top: 530px;
}

.login_banner_bottom_logo {
	float: right;
    width: 158px;
	height: 35px;
	margin-right: 20px;
}


input.no-border {
	font-family: "Roboto", sans-serif;
	width: 90%;
	background-color:transparent;
}

input::-webkit-input-placeholder {
	font-family: "NanumSquare", sans-serif;
	color:red;
}

input::-ms-input-placeholder {
	font-family: "NanumSquare", sans-serif;
	color:red;
}

input::placeholder {
	font-family: "NanumSquare", sans-serif;
	color: red;
    font-style: italic;
}

@media (min-width: 768px) {
  .form-control-inline {
    width: 270px;
  }

.modal-backdrop {
	height:100vh;
}
.bootstrap-dialog {
	height:100vh;
}
.modal-open .modal {
	height:100vh;
	overflow:visible;
}
