/*
    Fichier général des styles utilisés pour la connexion.

    Author : Jean-François Brisse <supportinfo@evocime.com>
    Version : 1.0.0
*/

/*****************************************************************************/
/******************************** Commun *************************************/
/*****************************************************************************/
@font-face {
    font-family: 'CalibriA';
    src: url('../fonts/calibri.ttf');
}

@font-face {
    font-family: 'TahomaA';
    src: url('../fonts/tahoma.ttf');
}

body {
    background-color: #000;
}

.evocime_banner {
    text-align: left;
    height: 25px;
    padding: 15px;
}

.evocime_banner img {
    height: 25px;
}

@media (min-width: 768px) {
    body {
        background: url('../images/connection.jpg') no-repeat center fixed;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .evocime_banner {
        text-align: left;
        height: 50px;
        padding: 15px;
    }
    .evocime_banner img {
        height: 50px;
    }
}

.accessBtn {
    text-align: right;
    padding-right: 15px;
}

.btn2 {
    display: inline-block;
    *display: inline;
    padding: 2px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: 'TahomaA';
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.btn2:hover, .btnList:hover {
    text-decoration: underline;
    color: #fff;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'TahomaA';
    font-size: 0.8em;
    text-align: center;
}

.labelAff {
    font-family: 'CalibriA';
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
}

.leftAlign {
    text-align: left;
}

/*****************************************************************************/
/**************************** Identification *********************************/
/*****************************************************************************/
.cadreLogin {
    width: 75%;
    padding: 10px;
    margin: 10px auto;
    background-color: rgba(0,0,0,0.9);
    border-radius: 7px;
}

.connectBtn {
    background-color: #ff6c2c !important;
    border-color: #ff6c2c !important;
}

.connectBtn:hover {
    background-color: #ff9350 !important;
    border-color: #ff9350 !important;
}

.connectBtnDiv {
    margin: 0.8em 0;
}

.errorForm {
    color: #f00;
    font-weight: bold;
    background-color: #aaa;
    padding: 5px 0;
    margin-bottom: 10px;
}

.legendLogin {
    font-family: 'CalibriA';
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}

.selUser {
    margin: 17% 0 0 0;
    text-align: center;
    font-family: 'TahomaA';
    font-size: 14px;
}
