﻿body, html {
    height: 100%;
    margin: 0;
}

/*.body {
    position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/Background.jpg);
	background-size: cover;
	-webkit-filter: blur(5px);
	z-index: 0;
}*/

/*.grad {
    position: fixed;
    top: 47%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    -webkit-filter: grayscale(0.0);
    filter: grayscale(0.0);
}*/

.bgImg {
    background-image: url("../../Images/BackgroundMain4.jpg");
    /*background-image: url('../../Images/wp2864012-gif-background.gif');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.header {
    font-family: Arial !important;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 325px);
    z-index: 2;
}

    .header div {
        padding-left: 10px;
        float: left;
        color: #FFFFFF;
        font-size: 50px;
        font-weight: 700;
    }

        .header div span {
            font-weight: 700;
            font-size: 50px;
            color: #FFFFFF !important;
        }

.login {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 70px);
    height: 150px;
    width: 350px;
    padding: 10px;
    z-index: 2;
}

    .login input[type=text] {
        width: 250px;
        height: 30px;
        background: transparent;
        border: 1px solid #6B6B6B;
        border-radius: 0.25rem;
        color: #6B6B6B;
        font-size: 1rem;
        font-weight: 400;
        padding: .375rem .75rem;
        transition: 0.2s;
    }

    .login input[type=password] {
        width: 250px;
        height: 30px;
        background: transparent;
        border: 1px solid #6B6B6B;
        border-radius: 0.25rem;
        color: #6B6B6B;
        font-size: 1rem;
        font-weight: 400;
        padding: .375rem .75rem;
        transition: 0.2s;
    }

    .login input[type=text]:focus {
        border-color: #FFF;
        box-shadow: 0 0px 0px #FFF inset, 0 0px 3px #FFFFFF;
        outline: 0 none;
    }

    .login input[type=password]:focus {
        border-color: #FFF;
        box-shadow: 0 0px 0px #FFF inset, 0 0px 3px #FFFFFF;
        outline: 0 none;
    }

.loginBanner {
    z-index: 1;
    width: 100%;
    background: #000000;
    position: absolute;
    opacity: 0.8;
    margin: auto;
    width: 100%;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.login input[type=button] {
    border-radius: 0.25rem;
}

    .login input[type=button]:hover {
        background-color: #F5F5F5 !important;
        box-shadow: none !important;
    }

    .login input[type=button]:focus {
        border-color: #FFF;
        box-shadow: 0 0px 0px #FFF inset, 0 0px 3px #FFFFFF !important;
        outline: 0 none;
    }
