html{
	font-size: 14px
}
body {
	background: url(../img/login-wallpaper.jpg) no-repeat center center
		fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.title {
	margin: 20px;
	color: #ffffff;
	font-weight: 800;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
	font-family: sans-serif;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
}

.title h1 {
	font-size: 40pt;
}

.title h2 {
	font-size: 18pt;
	padding-left: 2em;
	color: #dddddd;
}

.login-dialog {
	box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.5);
}

.panel-default {
	opacity: 0.9;
	margin-top: 30px;
}

.form-group.last {
	margin-bottom: 0px;
}

.login-error {
	margin: 4px;
	color: #dd1010;
}

.login-success {
	margin: 4px;
	color: #108020;
}
.contents {
   display: flex;
   flex-wrap: wrap;
}
.btn-color-second {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.a-text-color{
    color: #333;
    text-decoration: none;
    background-color: transparent;
}
.label-font-width {
	font-weight: 700;
}
