
.container-fluid, .row, .col,.col-5 {
	height: 100%;
}

.slider {
	max-width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
}

.slider::after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}

.col.col-sm-12.col-md-7.p-0.right-panel {
    position: fixed;
    right: 0;
}

.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide1 {
  background: url('../img/banner-1.html')no-repeat center;
      background-size: cover;
    animation:fade 15s infinite;
-webkit-animation:fade 15s infinite;
} 
.slide2 {
  background: url('../img/banner-2.html')no-repeat center;
      background-size: cover;
    animation:fade2 15s infinite;
-webkit-animation:fade2 15s infinite;
}
.slide3 {
    background: url('../img/banner-3.html')no-repeat center;
      background-size: cover;
    animation:fade3 15s infinite;
-webkit-animation:fade3 15s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

.left-panel {
	background: #fff;
	display: table;
	width: 50%;
	box-shadow: 20px 0 50px rgba(0,0,0,0.3);
}

.login-info {
	display: table-cell;
	vertical-align: middle;
}

.card {
	border: none;
	border-radius: .25rem;
	box-shadow: 0;
}

.card-header {
	padding: 20px 15px;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: none;
	box-shadow: 0;
	font-size: 20px;
}

.right-info {
	top: 47%;
	position: absolute;
	left: 0%;
	width: 100%;
}

.right-info h2 {
	color: #fff;
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.right-info h2 strong {
	font-weight: 500;
float: left;
width: 100%;
}

.m-t-20 {
	margin-top: 20px;
}

.card-body form label {
    color: #212529;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 3px;
	padding-top: 5px;
}

.card-body form .form-control {
	height: 40px;
	border-radius: 2px;
}

.right-info .btn.btn-light {
	border-radius: 2px;
	background-color: transparent;
	color: #fff;
	padding: 10px 20px;
}

.right-info .btn.btn-light {
	border-radius: 2px;
	background-color: #fff;
	color: #111;
	padding: 10px 25px;
	margin-right: 5px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}

.right-info .btn.btn-light i,.btn-primary i {
padding-right: 5px;
}

.btn-primary {
	background: #009fe3;
    color: #fff;
	border: none;
	border-radius: 2px;
	padding: 10px 20px;
}

.btn-primary:hover {
	background: #0056a7;
}

@media (max-width: 767px){
	.left-panel {
	width: 100%;
	box-shadow: none;
	height: 100%
}
.login-info {
	display: block;
	vertical-align: middle;
}
.col.left-panel {
	height: 100%;
	background-color: transparent;
}
.col.col-sm-12.col-md-7.p-0.right-panel {
	position: absolute;
	top: 0;
}
.col.col-sm-12.col-md-7.p-0.right-panel {
	position: fixed;
	top: 0;
	z-index: -1;
	height: 100%;
}
.right-info {
	top: 0;
	position: absolute;
	left: 0;
	display: none;
}
}
