body {
	min-height: 100%;
	height: auto;
}
body>div:first-child, body>div:first-child>div {
	height: 100%!important;
	width: 100%!important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.jumbotron {
	margin-top:10vh;
	padding: 0rem 3rem 2rem;
	background: rgba(0, 0, 0, 0.75);
 
	margin-bottom: 2rem;
 
	border-radius: .3rem;
}

 

.logo {
	background: rgba(255, 255, 255, 0.82);
	padding: 1.5rem 0;
	position: relative;
	margin: 0 -3rem 2rem;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}
.logo img {
	display:block;
}
.feedback {
	display:none;
}
.input-group-text {
	min-width: 2.7rem;
}
.msg, .has-danger {
	color: #d9534f;
}
.btn-sp {
	color: #fff;
	font-weight: 600;
	background-color: #7AC11D;
	border-color: #7AC11D;
}
.btn-sp:hover {
	color: #fff;
	background-color: #71A51E;
	border-color: #71A51E;
}

.btn-sp.focus, .btn-sp:focus {
	box-shadow: 0 0 0 0.2rem rgba(113,165,30,.5);
}
.form-group label {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 0.9rem;
}
@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

input.form-control-danger {
	animation: shake .8s linear;
	border-color: rgb(217,83,79);
	box-shadow: 0 0 0 0.2rem rgba(217,83,79,.25);
}


.auth-logo{
	width:120px;
}