#login-navbar a{
    color: #F16D24;
}
.login-background{
    background-image: url('../img/business001.jpeg');
    background-position: center center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.login-background .filter-black::after{
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.login-background .container{
    margin-top: 15%;
    position: relative;
    z-index: 3;
}
.login-footer{
    bottom: 20px;
    color: #F16D24;
    position: absolute;
    z-index: 3;
    width: 100%;
}
.login-footer .fa-heart{
    color: #F16D24;
}
.login-card{
    background-color: #3E4774;
    border-radius: 8px;
    color: #F16D24;
    max-width: 350px;
    margin: 20px 0;
    min-height: 400px;
    padding: 30px;
}
.login-card label{
    margin-top: 15px;
}
.login-card .title{
    color: #F16D24;
    text-align: center;
}
.login-card .btn{
    margin-top: 30px;
}
.login-card .forgot{
    padding-top: 18px;
    text-align: center;
    font-size: 12px;
}
.login-card .forgot a{
    color: #F16D24;
}
.login-form button {
    border: 2px solid #F16D24;
    background-color: transparent;
    color: #F16D24;
}
.login-form button:hover,
.login-form button:focus {
    border: 2px solid #F16D24;
    background-color: #7a9e0d;
    color: #fff;
}
.login-card .btn-alert {
    position: absolute;
    margin-top: -30px;
    margin-left: 120px;
    border: none;
}
.login-card .btn-alert:hover,
.login-card .btn-alert:focus{
    background-color: transparent;
}

@media screen and (max-width:400px) {
    .login-background .container{
        margin-top:20%;
    }
}
