@import url("font-awesome.min.css");
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html,
body,
#container {
    height: 100%;
    background-color: #333;
    color: #F1F1F1;
    font-family: 'Open Sans', sans-serif;
}
header {
    height: 40px;
    line-height: 40px;
}
header > a {
    color: #2EAAE1;
    font-size: 1.25em;
    margin-left: 10px;
    text-decoration: none;
}
header > a:before {
    content: "KAD-";
    font-weight: bold;
}
section {
    min-height: calc(100% - 70px);
    height: calc(100% - 70px);
    background: #FFF;
    color: #000;
    padding: 10px;
    display: table;
    width: 100%;
    text-align: center;
}
footer {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
footer a {
    color: #2E89B2;
    text-decoration: none;
}
#index {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#splashScreen {
    width: 800px;
    height: 550px;
    position: relative;
    margin: 0 auto;
}
#index #indexForm .Frame {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0px;
    right: -10px;
    padding-left: 15px;
    padding-top: 10px;
    width: 300px;
    height: 100px;
    z-index: 1;
}
#index #enterButton {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 30px;
    right: -55px;
    width: 74px;
    height: 55px;
    z-index: 2;
    background-image: url("../image/enter.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
#logoLogiciel {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 180px;
    right: 395px;
    width: 350px;
    height: 139px;
    z-index: 2;
    background-repeat: no-repeat;
    display: block;
}
#index #splashScreen .Logos {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 400px;
    line-height: 0;
}
#index table tr td {
    text-align: right;
    font-size: 14px;
}
#index table tr td input {
    text-align: right;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px;
    text-align: left;
}
.error {
    color: red;
}
.success {
    color: green;
}
* {
    margin: 0;
    padding: 0
}
.form {
    width: 460px;
    margin: 0 auto;
    background: #1C2B4A;
    margin-top: 150px
}
.header {
    height: 44px;
    background: #17233B
}
.header h2 {
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center
}
.login {
    padding: 0 20px
}
.login span.un {
    width: 10%;
    text-align: center;
    color: #0C6;
    border-radius: 3px 0 0 3px
}
.text {
    background: #12192C;
    width: 90%;
    border-radius: 0 3px 3px 0;
    border: none;
    outline: none;
    color: #999;
    font-family: 'Source Sans Pro', sans-serif
}
.text,
.login span.un {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    background: #12192C;
}
.btn {
    height: 40px;
    border: none;
    background: #0C6;
    width: 100%;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #eee;
    border-bottom: solid 3px #093;
    border-radius: 3px;
    cursor: pointer
}
ul li {
    height: 40px;
    margin: 15px 0;
    list-style: none
}
.span {
    display: table;
    width: 100%;
    font-size: 14px;
}
.ch {
    display: inline-block;
    width: 50%;
    color: #CCC
}
.ch a {
    color: #CCC;
    text-decoration: none
}
.ch:nth-child(2) {
    text-align: right
}
/*social*/

.social {
    height: 30px;
    line-height: 30px;
    display: table;
    width: 100%
}
.social div {
    display: inline-block;
    width: 42%;
    color: #eee;
    font-size: 12px;
    text-align: center;
    border-radius: 3px
}
.social div i.fa {
    font-size: 16px;
    line-height: 30px
}
.fb {
    background: #3B5A9A;
    border-bottom: solid 3px #036
}
.tw {
    background: #2CA8D2;
    margin-left: 16%;
    border-bottom: solid 3px #3399CC
}
/*bottom*/

.sign {
    width: 100%;
    padding: 0 5%;
    height: 50px;
    display: table;
    background: #17233B
}
.sign div {
    display: inline-block;
    width: 50%;
    line-height: 50px;
    color: #ccc;
    font-size: 14px
}
.up {
    text-align: right
}
.up a {
    display: block;
    background: #096;
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 50%;
    font-size: 16px;
    text-decoration: none;
    color: #eee;
    border-bottom: solid 3px #006633;
    border-radius: 3px;
    font-weight: bold;
    margin-left: 50%
}

.register-form {
    margin-top: 30px;
}

@media(max-width:480px) {
    .form {
        width: 100%
    }
}