#loginform{
  background-image: url("../images/LoginPicture.jpg");
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0;
  padding:0;
  box-sizing:border-box;
  color:white;
  position: fixed; 
  top: 0; 
  left: 0; 
    
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

.forget{
  color: #4A4A4A;
  text-align: center;
  font-weight: 400;
}

.containerLog{
  display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 10%;
    margin-right: 7%;
    float: right;
}

  .form-boxLog{
      width:380px;
      height:auto;
      background-color:rgba(255, 255, 255, 0.6);
      padding:20px;
      display:flex;
      flex-direction:column;
      justify-content:flex-start;
      /* opacity:0.5; */
      border-radius:2%;
  }
.header-form{
  margin-left: 20%;
}

.message{
  display:flex;
  justify-content:space-between;
  margin-left: 8px;
}
.social{
  display:flex;
  justify-content:space-around;
  padding:30px;
}

.social i{
  font-size:35px;
}

.social i:hover{
  color:red;
  cursor:pointer;
}

.btnLogStyle{
  background-color: #8AE207;;
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
#bg {
  background-image: url(https://static.pexels.com/photos/64778/pexels-photo-64778.jpeg);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(5px);
}



.form-field::before {
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 17px;
  color: #888888;
  content: " ";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-field:nth-child(1)::before {
  background-image: url(http://res.cloudinary.com/dlcpismvt/image/upload/v1503675183/business-contact-85_sx6r14.png);
  width: 20px;
  height: 20px;
  top: 15px;
}
.form-field:nth-child(2)::before {
  background-image: url(http://res.cloudinary.com/dlcpismvt/image/upload/v1503675183/lock-circle_rzhpnx.png);
  width: 16px;
  height: 16px;
}
.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
.form-field input {
  font-family: inherit;
  width: 100%;
  outline: none;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  display: block;
  padding: 0.9rem 0.7rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 17px;
  color: #4A4A4A;
  text-indent: 40px;
}

.form-field button{
  margin: 0 auto;
  margin-top: 5%;
}

/* General button style */
.btnLog {
    border: none;
    font-family: 'Lato';
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin-top: 5%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  
}

.btnLog:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btnLog:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Icon separator */
.btnLog-sep {
  padding: 5% 17% 6% 23%;
  border-radius: 10px;
}

.btnLog-sep:before {
    background: #8AE207;
  border-radius: 10px;
}

.btnLog-4 {
    background: #8AE207;
    color: #fff;
}

 .btnLog-4:hover {
    box-shadow: 0px 15px 20px rgba(21, 91, 37, 0.4);
    transform: translateY(-7px);
}


.btnLog-4:active {
    background: #8AE207;
    top: 2px;
}

#headerTitle{
  color: rgb(255 132 0);
  margin-bottom: 20px;
}


.btnLog-4:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2.5;
    font-size: 140%;
    width: 25%;
}

/* Icons */

.icon-cart:before {
    content: "\f07a";
}

.icon-heart:before {
    content: "\f55a";
}

.icon-info:before {
    content: "\f05a";
}

.icon-send:before {
    content: "\f1d8";
}

#footerLog {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: footer;
  text-align: center;
  color: #000406;
  min-height: 3vh;
  position: absolute;
  bottom: 5%;
  right: 30%;
  left:30%;
}



@media  (max-width: 800px) {
  .containerLog{
    margin-right: auto;
    float: initial;
    justify-content: center;
  }
}

@media  (max-width: 450px) {
  .form-boxLog {
    width: 90%;
  }
  .btnLog-4::before{
    line-height: 2.2;
  }
  #headerTitle  {
    font-size: 1.330rem;
  }
}
