/* @font-face {
    font-family: alamain;
    src: url('/assets/fonts/alamain/alamain1.ttf'), 
         url('ImpactLabel.eot'); 
  } */


/* @font-face {
    font-family: myArial;
    src: url('/assets/fonts/arial-rounded-mt-bold-maisfontes.1463/arial-rounded-mt-bold.ttf'), url('ImpactLabel.eot');
} */

#formLogin {
    width: 700px;
    height: 700px;
    text-align: center;
    margin: auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: url() no-repeat;
    background-size: cover;
}

.login-box {
    width: 280px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* color: #191970; */
}

.login-box h1 {
    float: left;
    /* font-size: 40px;
    border-bottom: 4px solid #191970;
    margin-bottom: 50px;
    padding: 13px; */
}

.textbox {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px 0;
    margin: 8px 0;
    border: 1px solid #1c1c20;
}

.fa {
    width: px;
    float: left;
    text-align: center;
}

.textbox input {
    border: none;
    outline: none;
    background: none;
    font-size: 18px;
    float: left;
    margin: 0 10px;
}

.button {
    width: 100%;
    padding: 8px;
    /* color: #ffffff; */
    background: green;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0;
}

#errorLogin {
    color: red;
    font-size: 1.5em;
}

#backgroundLogin {
    width: 100vw;
    height: 100Vh;
    background-image: url("../images/creativite.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 900px;
    min-height: 600px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

#title {
    text-align: center;
    margin: 0px;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em;
    /* color: rgb(139, 73, 4); */
    /* font-family: alamain; */
    font-weight: 100;
    width: 100%;
}

#secondeTitle {
    text-align: center;
    margin: 0px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    /* color: rgb(139, 73, 4); */
    /* font-family: myArial; */
    font-weight: 100;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .login-box {
        width: auto;
    }
}