/* Coded with love by Mutiullah Samim */
	html,
	body {
		height: 100%;
		background: #1a2035;
	}

	.container-fluid {
		height: 100%;
	}

	/* body,
    html {
        margin: 0;
        padding: 0;
        height: 100%;
        background: #4e73df !important;
    } */
	.user_card {
		/* height: 400px;
        width: 350px; */
		max-width: 350px;
		margin-top: auto;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: auto;
		background: rgb(228, 228, 228);
		position: relative;
		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: 5px;

	}

	.user_card.register {
		max-width: 450px;
	}

	.brand_logo_container {
		position: absolute;
		height: 160px;
		width: 160px;
		top: -75px;
		border-radius: 50%;
		background: #1a2035;
		padding: 10px;
		text-align: center;
	}

	.brand_logo {
		height: 140px;
		width: 140px;
		padding: 5px;
		border-radius: 50%;
		background-color: rgb(228, 228, 228);
	}

	.form_container {
		margin-top: 90px;
	}

	.login_btn {
		width: 100%;
		/* background: #7a45d0 !important; */
		color: white !important;
	}

	.login_btn:focus {
		box-shadow: none !important;
		outline: 0px !important;
	}

	.login_container {
		padding: 0 2rem;
	}

	.input-group-text {
		/* background: #7a45d0 !important; */
		color: white !important;
		border: 0 !important;
		width: 40px;
		border-radius: 0.35rem 0 0 0.35rem !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: #c0392b !important;
	}

	body.wait *,
	body.wait {
		cursor: progress !important;
	}