﻿.login-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%;
}

.login-form {
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 33%;
    padding: 0 5%;
}

.login-form-header {
    padding: 8% 0;
}

.login-bg {
    width: 66%;
    height: 100%;
    overflow: hidden;
    text-align: right;
}

.login-bg img {
    max-height: 100%;
    width: auto;
}

.loginDetailInstruction {
    font-weight: 500;
    margin-left: 10px;
    color: #3E5FDE;
    font-size: 0.75em;
}

.loginDetailInstruction:hover {
    color: rgb(0, 42, 201)
}
