@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Michroma);

[class*="entypo-"]:before {
   font-family: 'entypo', sans-serif;
}

*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box; 
}

h2 {
   color:rgba(255,255,255,.8);
   margin-left:12px;
}

html {
   background: url(chic_chocs_2016.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   overflow:hidden;
   width: 100%;
   height: 100%;
}

body {
   font-family: 'Roboto', sans-serif;
}

form {
   position:relative;
   margin: 220px auto;
   width: 380px;
   height: auto;
}

input {
   padding: 16px;
   border-radius:7px;
   border:0px;
   background: rgba(255,255,255,.2);
   display: block;
   margin: 15px;
   width: 300px;  
   color:white;
   font-size:18px;
   height: 54px;
}

input:focus {
   outline-color: rgba(0,0,0,0);
   background: rgba(255,255,255,.95);
   color: #e74c3c;
}

button {
   float:right;
   height: 121px;
   width: 50px;
   border: 0px;
   background: #e74c3c;
   border-radius:7px;
   padding: 10px;
   color:white;
   font-size:22px;
}

.inputUserIcon {
   position:absolute;
   top:68px;
   right: 80px;
   color:white;
}

.inputPassIcon {
   position:absolute;
   top:136px;
   right: 80px;
   color:white;
}

input::-webkit-input-placeholder {
   color: white;
}

input:focus::-webkit-input-placeholder {
   color: #e74c3c;
}

#header {
   background-color: #0B2F3A;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
   filter: alpha(opacity=20);
   -moz-opacity: 0.2;
   -khtml-opacity: 0.2;
   opacity: 0.4;
   color: #FFFFFF;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 90px;
   padding: 0;
   margin: 0;
}

#header #header-content {
   margin: 10px;
   font-family: 'Michroma', sans-serif;
}

