body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.491), rgba(0, 0, 0, 0.416)) , url(./images/adem-ay-Tk9m_HP4rgQ-unsplash.jpg);
    background-size: cover;
    height: 100vh;
}
.login-top{
    width: 100vw;
    height: 70px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.login-top img{
    width: 150px;
}


.login-box{
    background-color: rgba(0, 0, 0, 0.899);
    width: 430px;
    border-radius: 5px;
    padding: 50px;
    margin: 100px auto;
}

.small-text{
    font-size: 13px;
}

.form-control{
    box-shadow: none !important;
}