﻿body {
    width:100%;
    height:100%;
    background: url('Images/Login.jpg');
    background-size: 100% 100%;
    background-attachment:fixed;
}

/*.login-show {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 50px;
}

.show-log-panel {
    display: block;
    opacity: 0.9;
}*/

.card {
    margin:250px auto;
    height:200px;
    width: 40%;
    left: 30%;
    top: 30%;
}
