﻿.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 {
    background: no-repeat center center fixed;
    background-size: auto;
    background-size: cover;
    display: block;
    left: -8px;
    top: -8px;
    bottom: -8px;
    position: fixed;
    right: -8px;
    margin: -8px;
    z-index: 1;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.page-header .page-header-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.page-center{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    max-width: 360px;
    width: 100%;
}
.card-login .form-control{
    padding:0px;
    height: 3rem;
    font-size: 1rem;
    border:0px;
    border-bottom: 1px solid #9e9e9e;
	color: #fff;
	line-height: 100%;
}
.card-login .input-group-prepend{
	margin-right: 0px!important;
}
.card-login .input-group-text{
	color: #ffffff;
	background-color: rgba(255,255,255,.1);
	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;
	line-height: 1.1em;
}
.middle-box {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
}
.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;
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 4px;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    pointer-events: none;
}

.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-8px) scale(0.8);
    transform: translateY(-8px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}