
body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
  			background-color: #ffffff;
		}
		.user_card {
			height: 430px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: #000000;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 0px 8px 0 rgba(255, 255, 0, 0.904), 0 6px 8px 0 rgba(0, 255, 42, 0.808);
			-moz-box-shadow: 0 0px 80px 0 rgba(255, 255, 255, 0.877), 0 6px 20px rgba(37, 165, 86, 0.774);
			border-radius: 10px;

		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -85px;
			border-radius: 50%;
			background: #000000 ;
			padding: 8px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 155px;
			border-radius: 50%;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #00ff22 !important;
			color: #371575 !important;
      font-weight: bold;
      border-radius: 50px;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_btn:hover {
			opacity: 0.85 !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #0000ff !important;
			color: #ffffff !important;
			border: 0 !important;
			border-radius: 0.5rem 0 0 0.5rem !important;
		}
		.input_user,
		.input_pass {
			box-shadow: none !important;
      background-color: #aaffff !important;
			outline: 0px !important;
      border: 0 !important;  
      border-radius: 0 0.5rem 0.5rem 0 !important;  
		}
    .input_user:focus, 
    .input_pass:focus {
      background-color:  #ffffff !important;
    }  
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #0000ff !important;
		}  
    .custom-control-label {
			color: #aaffff !important;
			font-weight: normal !important;
    }
    .alert-danger1{
      color: #ff0000 ;
      
    }
	.alert-success1{
		color: #00ff00 ;
		text-align: center;
		
	}
	
	.ulblt{
		list-style: none;
		list-style-type: none;
		padding-left: 05px;
	}

	.linkhvr  {
		color: #ffffff;		
		display: block;            
	}
	.linkhvr:hover  {
		
		text-decoration: none;
		color: #00ccff;   
	}
	.linktital  {
		color: #ffffff;          
	}
	.linktital:hover  {
		
		text-decoration: none;
		color: #00ccff;   
	}
	.continfo p {
		font-size: 12px;
		color: #ffffff;
	}
  
	.footera1 {
		position: relative;
		background-color: #000080;
		color: #00eeff;
		font-size: 14px;
		line-height: 30px;

	}
