@import url('https://fonts.googleapis.com/css?family=Montserrat');

html,body{
background-image: url('../graphx/back.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
height: 100%;
font-family: 'Montserrat', sans-serif;
}

.fa-users, .fa-key {
	margin-left: 5px;
}	

.btn-orange {
    color: #000;
    background-color: #daa88c;
    border-color: #daa88c;
	height:80px;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 340px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
backdrop-filter: blur(8px);
border-radius: 15px;
}

.card-header h3{
color: white;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;	
font-size: calc(1.4em + .6vw);	
}

.card-body {
    line-height: 2em;
}

.fa-solid, .fa-regular {
    line-height: 2;
}

.input-group-prepend span{
width: 50px;
background-color: #e48301;
color: black;
border:0 !important;
}

.login-input {
	font-size: 1.2em;
}

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

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

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

.links{
color: white;
}

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