@charset "utf-8";
/* CSS Document */
body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			background-image:url(../fds/01.jpg);
			background-size:cover;
			
			/*background:#E9E7E7;*/
		}
		.user_card {
			height: 430px;
			width: 400px;
			margin-top: auto;
			margin-bottom: auto;
			/*background:#193072;*/
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0px 5px 7px -4px #000;
			border-radius: 5px;
			background: linear-gradient(135deg,  rgba(24,147,0,1) 0%,rgba(117,201,0,1) 100%);

		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background:#fff;
			padding: 10px;
			text-align: center;
			box-shadow: 0px 5px 7px -4px #000;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
		}
		.form_container {
			margin-top: 25px;
		}
		.login_btn {
			width: 100%;
			background:rgba(26,10,0,1.00) !important;
			color:#fff !important;
			-webkit-box-shadow: 2px 10px 6px -6px rgba(255,255,255,0.5);
-moz-box-shadow: 2px 10px 6px -6px rgba(255,255,255,0.5);
box-shadow: 2px 10px 6px -6px rgba(255,255,255,0.5);
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background:#000 !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
			padding: 12px 12px;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #0388f9 !important;
		}
        .fontTitle{
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 1.0em;
            line-height: normal;
            color:#fff;
			text-shadow:0px 1px 0px #000;
        }
        .cont_eye{
	position: absolute;
	right: 5px;
	z-index: 1000;
	margin-top: 10px;
}
.cont_eye span{
	font-size:1.3rem;
}

