/* Copyright (c) 2014-present, AGLean Inc.
 * All rights reserved. */

.landingContainer {
    background-position: center;
    background-size: cover;
}

.landingCard {
    width: 31%;
    margin: 0 auto;
}

.landingCardTitle {
    padding-bottom: .5rem;
    border-bottom: 2px solid rgba(#000000, .1);
}

.loginInput {
    border-radius: 8px !important;
}

.loginButton {
    background-color: #3093E8 !important;
    color: #FFF !important;
    font-weight: 700;
    width: 100%;
    border-radius: 8px !important;
}

.forgetPw {
    text-align: right;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.forgetPw > a {
    color: #0453F4;
    font-size: 13px;
}

.header {
    color: #4E4D4D69;
    height: 4rem;
    display: flex;
    align-items: center;
}

.header > div {
    flex: 1;
}

.header > div:first-child > img {
    width: 138px;
}

.ondriveButton {
    background-color: #0849B1 !important;
    color: #FFF !important;
    border-radius: 8px !important;
    font-weight: 700;
    vertical-align: middle !important;
    margin-right: 1rem;
}

.username {
    margin-right: 1rem;
    color: #000000;
}

.password {
    margin-right: 1rem;
    margin-left: 1rem;
}

.signOut {
    margin-left: 1rem;
}

.login {
    background-color: #0849B1 !important;
    color: #FFF !important;
    font-weight: 700;
    border-radius: 8px !important;
}

.anonymousCopyright {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    color: #FFF;
    font-size: 10px;
}

@media only screen and (max-width: 768px) {
    .landingCard {
        width: 100%;
    }

    .headerContainer {
        position: fixed;
        top: 0;
        min-height: 3.25rem;
        z-index: 30;
    }

    .header {
        display: none;
    }

    .username {
        margin-left: auto;
        margin-right: 0;
    }

    .icon {
        margin: 0 1rem;
    }

    .navbarMenu {
        background-color: #0849B1 !important;
        padding-top: 0 !important;
    }

    .isActive {
        background-color: #3093E8 !important;
        color: #FFF !important;
        font-weight: 700 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .notActive {
        color: #FFFFFF99 !important;
        font-weight: 700 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}