.logo {
    background-color: #01091e;
    width: 100%;
    height: 70px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.logo-img {
    background-image: url(../img/drophub-logo.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position-y: 10px;
    height: 70px;
    width: 300px;
}

.logout:hover {
    text-decoration: none;
    color: #fa5c01;
    transition: 1s;
    font-size: 1.05em;
}

.logout-div {
    width: 20%;
    font-weight: bold;
}

.logout {
    color: #fff;
    transition: 1s ease;
}

.login-form-div {
    min-height: 70vh;
}

.ui.grid {
    margin-left:0rem !important;
}