 body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
 }
 .d-flex{
    display: flex;
 }
 .justify-content-between{
    justify-content: space-between;
 }
 .py-3{
    padding: 3em 0;
 }
 .logo {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2em;
}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-weight:600;
	letter-spacing:1px;
		
}
.clear{
	clear:both;
}
p {
	margin: 0;
	color:#666;
	letter-spacing:1px;
	line-height:1.8em;
	font-size:16px;
	font-weight:400;
}
.row{
	margin:0px;
	padding:0px;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-5{
    margin-bottom: 5rem;
}
.ml-auto{
    margin-inline-start: auto;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
img{
	width:100%;
}
.left_grid_info h1 {
    font-size: 45px;
    margin: 1em 0em .5em 0em;
    color: #333;
    font-weight: 700;
}
.banner_img {
    position: absolute;
    left: 0;
    width: 65%;
    top: 0;
    bottom: 0;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 600px;
}

input[type="email"],input[type="Password"]  {
	color: #333;
    text-align: left;
    letter-spacing: 1px;
    padding: 7px 10px;
	display:inline-block;
    box-sizing: border-box;
   	border: none;
    outline: none;
    background: transparent;
}

.input-group {
    margin-bottom: 20px;
	padding: 3px 10px;
	border: 1px solid #ddd;
	background: #fff;
    width: 100%;
    border-radius:4px ;
}
.btn-block {
    background: #de1d3e;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 12px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}



.w3_info {
    flex-basis: 35%;
	-webkit-flex-basis: 35%;
    box-sizing: border-box;
	padding: 3em 4em 0;
 
}


.login-check {
    position: relative;
}
.w3_info .login-check label{
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
}




.w3_info label {
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 0px;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
}
label.control span {
    padding-left: 25px;
    position: relative;
    top: 4px;
}
label.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control input:checked ~ .control__indicator {
    background: #de1d3e;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: #de1d3e;
    border-radius: 4px;
    font-weight: 100;
}
.control--checkbox .control__indicator:after {
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-weight: 100;
}
.control__indicator:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    display: none;
    font-size: 14px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

span.caption {
    position: relative;
    top: 0.2rem;
}


.input-group span.fa {
   font-size: 16px;
    vertical-align: middle;
    text-align: center;
	width:6%;
	color: #de1d3e;
}


/** Responsive **/







@media screen and (max-width: 767px){
    .agile_info{
        flex-wrap: wrap;
    }
    .banner_img {
        width: 100%;
    }
    .w3_info{
        position: relative;
        height: 100vh;
        flex: 1;
        padding: 0;
    }
    .form_wrapper {
        padding: 2rem;
        background-color: #f5f5f5;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .form_sec {
        flex-basis: 50%;
    }
    
}

/** /Responsive **/
.w300{
    width: 300px;
}
.w3_info {
    position: relative;
}


