html, body.login-page {
    height:100% !important;
}

.login-page, .register-page {
    background: white url("../images/security-background-2000.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.login-box, .registration-box{
    width: 420px;
    margin: 8% auto;
}

.login-logo {
    margin-bottom: 10px;
    width: 300px;
}

.login-box-msg {
    color: #E73220;
    font-weight: 500;
}

.login-footer {
    margin-top: 40px;
}

.login-presentation-services {
    padding-top: 5%;
}

@media (max-width: 1024px) {
    .login-page {
        background-position: bottom right;
        background-size: auto;
    }
}

@media (max-width: 767px) {
    .login-box{
        width: 90%;
        margin-top: 20px;
    }
    .login-logo img{
        width: 90%;
    }

    .login-presentation-services {
        display: none;
    }

    .login-container {
        width: 100%;
    }
}

.login-service-box {
    padding: 20px;
}

.login-service-box:hover {
    background-color:white;
    background-color: rgba(255, 255, 255, 0.50);
}

img.login-service-logo {
    width: 72px;
    vertical-align: middle;
}

.login-service-label {
    color: #1E498D;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
}

.login-service-box:hover .login-service-label {
    display: inline;
    opacity: 1;
}

/* Homepage */

.homepage-app-box{
    color: #333;
}

.homepage-app-box:hover .info-box-icon {
    background: rgba(0, 0, 0, 0.15);
    font-size: 60px;
}

.homepage-app-box:hover .info-box-content {
    color: #337ab7;
}

@media (min-width: 768px) {
    .skin-black .main-sidebar, .skin-black .left-side {
        padding-top: 0px;
        z-index: 9999;
    }
}

@media (max-width: 767px) {
    .skin-black .main-sidebar, .skin-black .left-side {
        padding-top: 50px;
    }
}

.cursor-help {
    cursor: help;
}

.cursor-pointer {
    cursor: pointer;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.app-affix-element.affix{
    top: 0;
    z-index: 9999;

    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.8s;
    -moz-animation-duration:.8s;
    animation-duration:.8s;
}

/** Security pages */
.registration-box > .box, .login-box > .box, .faq-box > .box{
    margin-bottom: 5px;
}

.faq-box{
    margin:1% auto;
}

/** Callouts without background */
.callout.callout-no-bg {
    background-color: white !important;
    color: #333 !important;
}

.callout.callout-no-bg a {
    color: #3c8dbc;
}

.callout.callout-no-bg.callout-danger h4 {
    color: #dd4b39;
}
.callout.callout-no-bg.callout-warning h4 {
    color: #f39c12;
}
.callout.callout-no-bg.callout-info h4 {
    color: #00c0ef;
}
.callout.callout-no-bg.callout-success h4 {
    color: #00a65a;
}

/** Cookies required notification */
#div-cookies-required {
    padding: 20px;
    background: rgb(243, 156, 18);
    z-index: 999999;
    font-size: 16px;
    font-weight: 600;
    display: none;
}

html {
    overflow-y: scroll;
}

/** Buttons **/
.btn-blue-atgp {
    color: #fff;
    background-color: #1E498D;
    border-color: #1A3973;
}
.btn-blue-atgp:hover,
.btn-blue-atgp:active,
.btn-blue-atgp.hover {
    color: #eee;
    background-color: #1A3973;
}


.font-blue-atgp {
    color: #1E498D !important;
}

/** Fix misaligned date on FF */
input[type="date"].form-control {
    line-height: initial;
}
