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;
}

A:link {
	text-decoration: none;
}

.navbar-brand {
	font-size: 16px;
	font-weight: bold;
}

.card {
	margin-top: auto;
	margin-bottom: auto;
	width: 330px;
	background-color: rgba(0,0,0,0.5) !important;
	border-radius: .5rem;
}

.input-group-prepend span{
	width: 40px;
	height:40px;
	border-radius: .25rem 0rem 0rem .25rem;
	background-color: #FFC312;
	color: black;
	border:0 !important;
}

.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;
}

.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;
}

.login_btn{
	color: black;
	background-color: #FFC312;
}

.login_btn:hover{
	color: black;
	background-color: white;
}
	
.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;
}

.text-centrat {
    text-align: center;
}

.text-dreapta {
    text-align: right;
}

.copyright {
	margin-top: 15px;
	margin-bottom: -5px;
}

.bold {
	font-weight: bold;
}