﻿.conteneur {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #364150;
    font-family: "Open Sans", sans-serif;
}

.textbox {
    width: 230px;
    height: 30px;
    color: #5B687A;
    background-color: #2B3643;
    border: none;
    padding: 5px 20px;
    margin-bottom: 10px;
    webkit-border-radius: 3px;
    moz-border-radius: 3px;
    o-border-radius: 3px;
    border-radius: 3px;
    font-family: inherit;
}

.buttonConnexion {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    color: white;
    background-color: #1BAF9A;
    border: none;
    webkit-border-radius: 3px;
    moz-border-radius: 3px;
    o-border-radius: 3px;
    border-radius: 3px;
    font-family: inherit;
}

.connexion {
    position: absolute;
    width: 270px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -135px;
    text-align: center;
}

.labelError {
    color: #e7505a;
}

.page-content {
    background-color: #EEF1F5;
}

.mycheckbox tr td label {
    margin-left: 10px;
}