﻿

.loginBody {
    /*background-image: url(../../Images/clark-tibbs-do-something-great-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    content: "";*/
    background-color: rgb(234, 234, 234); /* Cream*/
    background-color: rgb(43, 47, 74); /* Dark Purple*/
}


.login-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    vertical-align: top;


    margin: 40px;
    height: 80vh;
}

@media only screen and (max-width: 992px) {
    .login-container {
        flex-direction: column;
    }
}

.login-image{
    height: 200px;
    margin: 30px;
}

.login-language-box {
    /*width: 420px;*/
    width: 350px;
    text-align: left;
    overflow: visible;
}

.login-language-box-container{
    margin-bottom: 20px;
}


.login-data-entry-flexbox {
    display: flex;
    flex-direction: column;
    margin: 20px;
    
    border-radius: 7px;
}

@media only screen and (max-width: 992px) {
    .login-data-entry-flexbox {
        background-color: white;
        color: black;
        padding: 40px;
    }
}