body{
	background: #D6EAF8;
}
/* .cst-img-fluid{ */
	/* max-height: 300px; */
/* } */
/* .login-container{ */
    /* margin-top: 4%; */
    /* margin-bottom: 5%; */
/* } */
/* .login-form-2{ */
	/* padding: 40px 100px; */
    /* background: #fff; */
    /* box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19); */
	/* height: 500px; */
/* } */
/* .login-form-2 h3{ */
    /* margin-bottom:10px; */
    /* color: #05b5cc ; */
/* } */

.custom-row-login{
		background: url('../images/bglogin.png');
/*		margin-top: 40px;*/
		border: 1px solid lightgray;
		border-radius: 5px;
		box-shadow: 3px 2px 7px 4px lightgrey
}

.cst-img-fluid{ 
	 max-height: 280px; 
}

.login-col{
	background: #eef6f76e;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    margin-top: 0;
    border: 1px solid #d0d0d0;
}
.btnSubmit{ 
     font-weight: 900; 
     color: #fff;
     background-color:#28a745;
     border: none; 
/*	 padding:2%; */
     width: 30%; 
     height: 40px; 
     border-radius: 40px; 
	 box-shadow: 3px 3px 8px 1px #c1c1c1; 
	 border: 1px solid transparent; 
	 transition: all 0.3s; 
 } 
 .btnSubmit:hover{ 
	background: #dc3545;
	color: #fff;
	border-color: #fff;
} 
 .cst-form-control{
	 height: 40px;
     border-radius: 40px;
     box-shadow: 2px;
     box-shadow: none;
}
.text{
    font-size: 30px; 
    font-weight: bold;
    position: relative;
    top: -45px
} 
h3{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.img{
	height: 70px;
	margin-left: 240px;
	
}
.logo{
	text-align: center;
	font-size: 10px;
	margin-top: 15px;
}
	
.mt-3{
    
}