@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background-image: url('test.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 400px; 
margin-top: 100px;
margin-bottom: auto;
margin-left:750px;
width: 400px;
background-color: rgba(0,0,0,0.2) !important;
box-shadow: 3px 2px #1761A0;
}

.input-group-prepend span{
width: 50px;
background-color: #1761A0;
color: white;
border:0 !important;
}

input:focus{
box-shadow: 15px 15px 15px 15px #1761A0;
}

.login_btn{
color: white;
background-color: #1761A0;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}


.links a{
margin-left: 4px;
}

