.center {
	width: 100%;
	/* padding: 15px; */
	margin: 0 auto;
}

#right-bottom {
	color: black;
	padding-left: 0px;
	min-height: 63%;
	width: 100vw;
	height: 58vh;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.no-acc-logo{ 
	margin-top: 50%;
}

.inner-info-box {
	background-color: #36a398;
	width: 80%;
	float: right;
	height: 100%;
}

.pattern-container {
	background-color: #36a398;
	width: 20%;
	float: left;
	height: 100%;
}

.container {
	background: transparent;
	padding: 0px;
	margin-top: 10%;
}

.row {
	margin-left: 50%;
}

.left-panel {
	background-color: #012b45 !important;
	color: #fff;
	height: 100vh;
	/* height: 806px; */
}

.card {
	background-color: transparent !important;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0
		rgba(0, 0, 0, 0.19);
	float: right;
}

html, body {
	height: 100%;
}

.btn-blue {
	background-color: #012b45;
	color: #fff;
}

@media (min-width: 1px) and (max-width: 767px) { 
	.left-panel {
	    min-height: 100%;
	    min-width: 100%;
   	}
   	.login-card{
	    min-width: 60%;
	    top: 20%;
	    left: 40%;
	    width: 30em;
	    margin-right: 60%!important;
	     margin-bottom: -200px;
	}
	
	.left-panel {
		height: 50vh;
		min-width: 100%;
	}
	
	.no-acc-logo {
	margin-top: 0px;
	width: 70vw !important;
	}
 }

@media (min-width: 768px) and (max-width: 984px) {
	
	.left-panel {
		height: 50vh;
		min-width: 100%;
	}
	
	.no-acc-logo {
	margin-top: 0px;
	width: 50vw !important;
	}
	
	.pattern-container img {
	height: 577px;
	}
	
	.right-panel {
    min-height: 50%;
    min-width: 100%;
	background-color: #16283a6b!important;
	color: white;
	}
   
   .login-card .inner-info-box{
   min-width: 60%;
   top: 10%;
   left: 40%;
   width: 30em;
   /* margin-left: -15em;  */
   position: fixed;
   }
   
   .form-control {
   height: 50px;
   }
   
   .inner-info-box{
   	padding: 20px 20px 0 20px; 
   	background-color: #36a398;
   }
   
   #right-bottom {
   	padding-right: 0px;
   }
}

@media (min-width: 985px) { 
	.left-panel {
	    min-height: 100%;
	    min-width: 30%;
	}
	
	.right-panel {
	    min-height: 100%;
	    min-width: 30%;
	    background-color: #36a398!important;
		color: white
	}
	
	.inner-info-box{
	 /* margin: 0 0 0 130px;  */
	}
}