﻿

body {
    background: none repeat scroll 0 0 #8bd5ff;
    min-height: 300px !important;
    min-width: 280px !important;
    padding-top: 80px;
}

@media (max-width: 768px) {

    .absoluteCenterOfPage {
        margin-bottom: 180px !important;
    }

    .footerContent {
        height: 70px !important;
    }


    .footerContent div {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

.mainPagePanelOfLogin {
    height: 100%;
    min-height:100%;
    width: 100%;
    display: table;
    margin: 0;
}

.navbar {
    height: 80px;
    padding: 30px 0 0;
    background: url(../images/login/pattern.png) repeat-x;
    background-size: auto;
    position: relative;
    width: 100%;
    border: 0px !important;
    background-color: #007c2e !important;
}

    .navbar::before {
        content: "";
        position: absolute;
        width: 219px;
        height: 80px;
        top: 0;
        left: 0;
        background: url(../images/login/header_bg_big.png) no-repeat -40px 0;
        background-size: 219px 80px;
    }

.navbar-brand {
    position: relative;
    z-index: 10;
    width: 180px;
    height: 46px !important;
    padding: 0 !important;
    margin-left: 60px !important;
}

.navbar-brand img {
    width: 180px;
    height: 46px !important;
}

.header {
    height: 90px !important;
}

.navbar a {
    font-size: 20px;
    color: #EEEEEE !important;
}
.navbar a:hover {
    color: white !important;
}

@media (max-width: 992px) {
    .navbar {
        display: table !important;
        padding-top: 15px !important;
    }

    .navbar-collapse {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        margin-left: 20px !important;
    }
}

@media (min-width: 1040px) {
    .navbar-brand {
        margin-left: 0px !important;
    }
}

.navbar-toggler {
    border-color: white !important;
}

    .navbar-toggler:hover {
        background-color: #007c2e !important;
    }

    .navbar-toggler:focus {
        background-color: #007c2e !important;
    }

.loginPageContent {
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

.loginPanel
{
	margin: auto;
	width: 850px;
	height: 470px;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 6px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 6px 0px rgba(50, 50, 50, 0.75);
}

.loginBox
{
    margin: 5px;
    padding: 50px 5px 5px;
    width: 250px;
    height: 380px;
}

.loginButton {
    text-align: center;
}

.enterSiteButton {
    text-align: center;
}

.enterSiteButton input {
    height: 100px;
    width: 300px;
    font-size: 30px;
}

.loginButton .button {
    width: 250px;
    font-size: 30px;
    height: 40px;
    margin: 0;
}

.loginPanel .valuePanel, .loginPanel .value {
    font-size: 25px;
    width: 250px !important;
}

#cpcCaptcha_TB_I {
    font-size: 25px;
}

.labelForgotPassword {
    margin-top: 30px;
}

.labelChangePassword {
    margin-top: 10px;
}

.labelForgotPassword a, .labelChangePassword a {
    text-decoration: none;
    color: #444444;
}

.valueCaptcha {
    width: 164px;
    margin: auto;
}

.linkButtonActive {
    text-decoration: none;
    color: #2a94d6 !important;
}

.absoluteCenterOfPage {
    margin: auto;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    min-width: 290px;
    max-width: 400px;
    padding: 0px;
}

.boxPanel {
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px 10px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.passwordTitle {
    font-size:15px;
    color:#FFFFFF
}

/* Keypad */

.informationsButtonsContainer {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.informationsButton {
    display: inline-block;
    height: 100px;
    margin: 3px 20px 3px 40px;
    vertical-align: top;
    width: 76px;
}

.shortcutPanelContainer .informationsButton {
    color: black;
}

.testSite {
    color: #F00;
    font-size: 28px;
    left: 50%;
    position: fixed;
    top: 45px;
    z-index: 10000;
    width: 150px;
    margin-left: -75px;
    text-align: center;
}
