@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
* {
    margin: 0;
    padding: 0;
}

html {
    /* background: url(https://dl.dropboxusercontent.com/u/159328383/background.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: transparent;
    background-color: rgb(53, 106, 140);
}

body,
input,
button {
    font-family: 'Source Sans Pro', sans-serif;
}

.form-control::placeholder {
    color: #c0c8d1;
    opacity: 0.7;
}

#main {
    width: 100%;
    height: 100%;
    margin: auto;
    font-family: raleway;
    background-color: #356a8c;
}

.erreur {
    color: rgba(238, 255, 0, 0.952);
    font-weight: bold;
    font-family: raleway, Arial, Helvetica, sans-serif;
}

.showpass {
    color: #c0c8d1;
    display: inline;
}

.foot-lnk {
    text-align: center;
    font-size: 1.7em;
    font-style: underline;
    margin-top: 5px;
    color: #408bca;
    /* font-weight: bold; */
    cursor: pointer;
}

.auteur {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 5px;
    color: yellowgreen;
    font-weight: bold;
}

.pays_membres {
    text-align: center;
    font-size: 1em;
    margin-bottom: 5px;
    color: lightblue;
    font-weight: bold;
}

.login {
    padding: 15px;
    width: 400px;
    min-height: 400px;
    margin: 2% auto 0 auto;
    margin-bottom: -50px;
}

.heading {
    text-align: center;
    margin-top: 1%;
}

.heading h1 {
    font-size: 4em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    /* display: inline-block; */
    display: inline;
    text-shadow: 1px 1px 3px #23203b;
}

.heading h2 {
    font-size: 3em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    /* display: inline-block; */
    display: inline;
    text-shadow: 1px 1px 3px #23203b;
}

.login .heading {
    text-align: center;
    margin-top: 1%;
}

.login .heading h2 {
    font-size: 3em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding-bottom: 5px;
    text-shadow: 1px 1px 3px #23203b;
}

.login form .input-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.login form .input-group:last-of-type {
    border-top: none;
}

.login form .input-group span {
    background: transparent;
    min-width: 53px;
    border: none;
}

.login form .input-group span i {
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.267);
}

.login form input.form-control {
    display: block;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    border-radius: 0px;
    padding: 10px;
    font-size: 1.6em;
    width: 100%;
    background: transparent;
    color: #c2b8b1;
}

.login form input.form-control:focus {
    border: none;
}

.login form button {
    margin-top: 20px;
    background: #27AE60;
    border: none;
    font-size: 1.6em;
    font-weight: 300;
    padding: 5px 0;
    width: 100%;
    border-radius: 3px;
    color: #b3eecc;
    border-bottom: 4px solid #1e8449;
}

.login form button:hover {
    background: #30b166;
    -webkit-animation: hop 1s;
    animation: hop 1s;
}

.float {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover,
.float:focus,
.float:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.banniereMigration {
    display: block;
    text-align: justify;
    color: #000;
    background-color: #e8eef1;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    font-size: 1.2em;
    width: 400px;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
    font-family: sans-serif, Arial, Helvetica, raleway;
    box-shadow: 0 1px 1px #fff inset;
    border: 4px solid #1e8449;
    position: absolute;
    top: 26%;
    left: 3.5%
}


/* .login {
  padding: 15px;
  width: 400px;
  min-height: 400px;
  margin: 2% auto 0 auto;
  margin-bottom: -50px;
} */


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .login {
        width: 600px;
        font-size: 2em;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1100px) {
    .login {
        margin-top: 2%;
        width: 600px;
        font-size: 1.7em;
    }
    .banniereMigration {
        position: absolute;
        width: 1000px;
        font-size: 1.4em;
        top: 88%;
        left: 3.5%
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .login {
        margin-top: 1%;
        width: 550px;
        font-size: 1.7em;
        min-height: 0;
    }
    .banniereMigration {
        position: absolute;
        width: 700px;
        font-size: 1.6em;
        top: 55%;
        left: 15%
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .login {
        margin-top: 0;
        width: 500px;
        font-size: 1.3em;
        min-height: 0;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .login {
        margin-top: 0;
        width: 400px;
        font-size: 1em;
        min-height: 0;
    }
    .banniereMigration {
        position: absolute;
        width: 300px;
        font-size: 1em;
        top: 80%;
        left: 10%
    }
    .login h2 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 360px) {
    .login {
        margin-top: 0;
        width: 320px;
        font-size: 1em;
        min-height: 0;
    }
    .login h2 {
        margin-top: 0;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .login {
        margin-top: 0;
        width: 200px;
        font-size: 0.7em;
        min-height: 0;
    }
}