html, body {
    height: 100%;
}

body {
    background: url(../login/trees.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    height: 80%;
}

.card {
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.fas {
    width: 16px;
}

input, input:focus {
    outline: none;
    outline-style: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-navbar {
    background-color: #212b29;
    height: 42px;
}

