﻿html, body {
  width: 100%;
  height: 100%;
}

.navbar-header {
     margin-left: 15px !important;
}

.navbar-brand {
    position: absolute;
    left: 47px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size:xx-large;
}

.trainTracerVersion {
    position: absolute;
    bottom: 2px;
    left: 47px;
    color: white;
    font-size: x-small;
}

.container-fluid {
    height: 64px;
}

#AlstomLogo { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    margin-top: -50px; 
    margin-left: -100px;
}

#UserMessage {
    color: white;
    position: absolute;
    top: 0;
    width: 100%;
}

.loginPage {
    position: relative;
    width: 100%;
    height: 100%;
    background-color:#e9e9e9;
}

.card {
    max-width: 500px;    
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: white url(../../images/fond_gauche.jpg) no-repeat scroll top left;
}

.msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.validation-summary-errors {
    color: red;
}