﻿.login-body {
    align-items: center;
    background: #EBEBEB url("../../images/home.jpg") no-repeat top;
    background-size: cover;
    bottom: 0;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.login-form {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    min-height: 50%;
    max-height: 60%;
    overflow-y: scroll;
    width: 40%;
}

.login-form-body {
    text-align: center;
    align-items: center;
    color: #007BFF;
    justify-content: center;
    margin: 20px;
    list-style-type: none;
    margin-top: 5%;
}

.login-form-body-content input {
    margin-top: 0.5em;
}

.login-form-header {
    align-items: flex-end;
    height: 40%;
    justify-content: center;
    margin-top: 5%;
}

.login-form-header img {
    height: 100%;
}