﻿
    .login-panel

{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #e0e0e0;
    background-image: url(/Areas/Panel/Content//dashbord/dist/img/login-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.login-body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    width: 100%;
    padding: 35px;
    max-width: 400px;
    box-shadow: 0px 0px 25px #808080;
    border-radius: 15px;
}

    .login-body h1 {
        margin: 0px;
        padding: 5px;
        font-size: 18pt;
        font-family: Arial,sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }

