﻿.wisLoginDeskTop {
    display: block;
}

.wisLoginMobile {
    display: none;
}

.login {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../img/TrackingLogInBG.jpg');
    background-size: cover;
    background-position: center;
}

.login-heading {
    font-weight: 300;
}

.btn-login, .btn-signup {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.btn-signup {
    background-color: #42b72a;
    border-color: #42b72a;
}

@media only screen and (max-width: 600px) {
    .wisLoginDeskTop {
        display: none;
    }

    .wisLoginMobile {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }

    .wisLoginMobileContainer {
        margin-left: auto;
        margin-right: auto;
    }

    .wisLogoMobile img {
        width: 232px;
    }

    .wisTruckMobile img {
        height: 126px;
        margin-top: 40px;
        margin-bottom: 60px;
        content: url('../img/truck.png');
    }

    .wisTitleMobile {
        color: #396c75;
    }

    .wisMobileLogInButton {
        color: white;
        width: 209px;
        height: 43px;
        flex-grow: 0;
        margin: 75px 45px 0 44px;
        border-radius: 21.5px;
        background-color: #186c9e;
    }


}
