	body
	{
		margin: 0;
		padding: 0;
		height: 100%;
		background: #1e0553 !important;
	}
	.h-100 {
		height: 93%!important;
	}
	.top-head{
		margin-bottom: 20px;
	}
	.top-head h1{
		color:#f5f5f5;
		font-size:44px;
		text-align:center;
		text-transform:uppercase;
	}
	.side-imgr{
		
	}
	.frm-lower{
		border-top:1px solid #fff;
		margin-top: 0px;
	}
	.frm-lower p{
		color:#fff;
		padding-top:10px;
		text-align:center;
		font-size:13px;
	}
	.frm-lower p a{
		color:#fff;
		padding-left:5px;
	}
	.frm-lower p span{
		text-decoration:underline;
	}
	.mb-2, .my-2 {
		margin-bottom: 1.5rem!important;
	}
	.mb-3, .my-3 {
		margin-bottom: 1.5rem!important;
	}
	.my-rem{
		margin-top:10px;
	}
	.my-rem .custom-control-label {
		position: relative;
		margin-bottom: 0;
		font-size: 12px;
		color:#220554;
		font-weight: 500;
	}
	.my-rem a{
		font-size: 12px;
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 4px;
		color:#1b1464;
		font-weight: 500;
	}
	.firm-prod{
		padding-top:100px;
	}
	.firm-prod .side-imgr{
		/* background: #1e0553 !important; */
	}
	.firm-prod .side-imgr img{
		width: 80%;
        margin-top: 96px;
	}
	.justify-content-center h2{
		text-align:center;
		color:#1b1464;
		font-size:30px;
		margin-bottom: 30px;
	}
	.my-lgin .btn {
		display: inline-block;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 1px solid transparent;
		padding: .320rem .75rem;
        font-size: 23px;
		line-height: 1.5;
		border-radius: 0px;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}


	.form-control {
		display: block;
		width: 100%;
		height: calc(1.25rem + 2px);
        padding: 1.425rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #1b1464;
		background-color: #fff;
		background-clip: padding-box;
		border: 0px;
		border-radius: .45rem;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.form-control::placeholder {
	  color: #1b1464;
	  font-weight:500;
	}
	.user_card {
		height: 400px;
		width: 350px;
		margin-top: auto;
		margin-bottom: auto;
		background: #d1d3d3;
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 10px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-radius: 18px;

	}
	.brand_logo_container {
		position: absolute;
		height: 75px;
		width: 75px;
		top: -39px;
		border-radius: 50%;
		background: #fff;
		padding: 1px;
		text-align: center;
	}
	.brand_logo {
		height: 75px;
		width: 75px;
		border-radius: 50%;
		border: 1px solid #fff;
	}
	.form_container {
		margin-top: 30px;
	}
	.login_btn {
		width: 100%;
		background: #50ad07 !important;
		color: white !important;
	}
	.login_btn:focus {
		box-shadow: none !important;
		outline: 0px !important;
	}
	.login_container {
		padding: 0px;
	}
	.input-group-text {
		background: #fff !important;
		color: #1b1464 !important;
		border: 0 !important;
		border-radius: 0.45rem 0 0 0.45rem !important;
		
	}
	.input_user,
	.input_pass:focus {
		box-shadow: none !important;
		outline: 0px !important;
	}
	.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
		background-color: #220554 !important;
	}
	
	/**media start***/
	@media (min-width: 300px) and (max-width:767px){
		.top-head h1 {   
			font-size: 34px;
			text-align: center;
			text-transform: uppercase;
		}
		.firm-prod .side-imgr {			
			text-align: center;
			padding-bottom: 30px;
		}
		.firm-prod {
			padding-top: 80px;
		}
	}
	/**media end***/