52 lines
838 B
SCSS
52 lines
838 B
SCSS
@import "bootstrap";
|
|
|
|
@import "fontawesome/fontawesome";
|
|
|
|
@import "fontawesome/v4-shims";
|
|
@import "fontawesome/regular";
|
|
|
|
@import "fontawesome/solid";
|
|
|
|
body {
|
|
padding:10px;
|
|
|
|
background:url('/connexion.jpg') fixed center center;
|
|
|
|
background-size:cover;
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
.form-signin {
|
|
max-width: 300px;
|
|
padding: 19px 29px 29px;
|
|
margin: 0 auto 20px;
|
|
background-color:rgba(255,255,255,0.8);
|
|
border: 1px solid #e5e5e5;
|
|
border-radius:5px;
|
|
box-shadow:0 1px 2px rgba(0,0,0,.05);
|
|
|
|
}
|
|
|
|
.form-signin .form-signin-heading, .form-signin .checkbox {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-signin input[type="text"], .form-signin input[type="password"] {
|
|
font-size: 16px;
|
|
height: auto;
|
|
margin-bottom: 15px;
|
|
padding: 7px 9px;
|
|
}
|
|
|
|
|
|
#flashs{
|
|
position:fixed;
|
|
bottom:0px;
|
|
|
|
right:1em;
|
|
min-width:600px;
|
|
width:50%;
|
|
|
|
}
|