html {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

body {
    background-color: #1a202c;
    color: #cbd5e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    width: 100%;
    
    position: absolute;
    

    
    height: 100%;
    position: relative;
    overflow: visible;

}


.login-title-container{
    width: 100vw;
    position: relative;
    
    
    height: 30%;
    font-size: 4rem;
    color: #dbd5e0;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: 20px;
}

    .login-description{
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 2rem;
        color: #ebe5f0;
        width: calc(100%-1000px);
    }
    .login-description-2{
        padding-bottom: 30px;
        font-size: 1rem;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        color: #ebe5f0;
    }

.login-little-map-container{    
    position: absolute;
    top: 6px;
    right: 6px;
    height: auto;
    z-index: 10;
}

.login-little-map-image{
    height: 13vw;
    position: absolute;
    top: 10px;
    right: 10px;
}

.login-image-container {
    background-color: #2a303c;
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .login-image {
        height: 90%;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);

    }

.login-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: auto;
    width: 100%;
    height: 30%;
}

.login-btn {
    margin: 0 auto;

    display: inline-flex;
    align-items: center;
    background-color: #4889f4;
    color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    padding: 4px 20px 4px 4px;
    text-decoration: none;
    font-family: Roboto, arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    transition: background-color .2s, box-shadow .2s;
    height: 70px;
    margin-top: 0rem;
    
}

.login-btn:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .60);
    background-color: #5899ff;
}

.login-btn:active {
    background-color: #eee;
}

.login-btn-text {
    font-size: 1.1em;
    font-weight: 600;
}

.google-logo {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
