.page-header[filter-color="orange"] {
    background: rgba(44,44,44,.2);
    background: linear-gradient(0deg,rgba(44,44,44,.2),rgba(224,23,3,.6));
}
.page-header {
    min-height: 100vh;
    max-height: 999px;
    padding: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.page-header::before {
    background-color: rgba(0,0,0,.3);
}
.page-header::after,
.page-header::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}
.page-header .page-header-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-center{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.card-login .form-control{
	padding: 15px 19px;
	background-color: rgba(255,255,255,.1);
	color: #fff;
	line-height: 100%;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.card-login .input-group-prepend{
	margin-right: 0px!important;
}
.card-login .input-group-text{
	color: #ffffff;
	background-color: rgba(255,255,255,.1);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 36px;
	display: inline-grid;
}
.card-login .form-control::placeholder{
	color: rgba(255,255,255,0.65);
}
.card-login .btn.btn-lg{
	font-size: 1.1em;
	padding: 15px 48px;
	border-radius: 30px !important;
	line-height: 1.1em;
}
.card-login .btn-group .btn:first-child{
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.card-login .btn-group .btn:last-child{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.btn-warning {
    color: #ffffff;
    background-color: #ff8400!important;
	border-color: #ff6c00!important;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #ffffff!important;
	background-color: #ff6d00!important;
    border-color: #ff6d00!important;
    -webkit-box-shadow: none!important;
	box-shadow: none!important;
}