html, body {
	background-image: url('https://getwallpapers.com/wallpaper/full/e/e/9/488975.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
}

.navbar {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}

.navbar-brand {
	font-size: 16px;
	font-weight: bold;
}

#loadingOverlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

body.loading {
    overflow: hidden;
}

.txt {
	font-size: 14px;
	font-weight: bold;
}

.container-fluid {
    width:unset;
}

.container {
	height: 100%;
}

.text-centrat {
    text-align: center;
    margin-bottom: 15px;
}

.t16 {
	font-size: 16px;
}

.t17 {
	font-size: 17px;
}

.t21 {
	font-size: 21px;
}

.card {
	margin-top: auto;
	margin-bottom: auto;
	width: 360px;
	background-color: rgba(0,0,0,0.5) !important;
	border-radius: .5rem;
}

.card-header {
	font-size: 14px;
	color: white;
	text-align: right;
	font-weight: bold;
}

.form-group {
    height: 50px;
    text-align: center
}

.input-group-prepend span{
	width: 40px;
	height: 40px;
	border-radius: .25rem 0rem 0rem .25rem;
	background-color: #FFC312;
	color: black;
	border:0 !important;
}

input:focus {
	outline: 0 0 0 0  !important;
	box-shadow: 0 0 0 0 !important;
}

.remember {
	color: white;
	margin-bottom: 5px;
}

.remember input {
	width: 20px;
	height: 20px;
}

.ckbox {
    margin: 0px 5px 10px 10px;
}

.text-alb{
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.text-galben{
	font-size: 14px;
	color: #FFC312;
	font-weight: bold;
}

.text-portocaliu {
	font-size: 14px;
	color: rgb(255 120 0 / var(--tw-text-opacity, 1));
	font-weight: bold;
}

.login_btn {
	color: black;
	background-color: #FFC312;
}

.login_btn:hover {
	color: black;
	background-color: white;
}

.links {
	color: white;
}

.links a {
	margin-left: 4px;
}

A:link {
	text-decoration: none;
}

.conditii {
	color: white;
	font-weight: bold;
}

.form-control {
    display: block;
    height: 40px;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.copyright {
	margin-top: 15px;
	margin-bottom: -15px;
}

.bold {
	font-weight: bold;
}