* {
    background-color: #fff;
}

a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
  }
  
  a:hover, a:focus {
    outline: none;
    text-decoration: none;
  }

body {
    color: #555555;
    line-height: 1.7;
    font-size: 14px;
    
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo-main img{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  } 

  form{ 
      margin-top: 5px;
        width: 100%;
    } 

    fieldset {
        margin: 50px;
        padding-bottom: 50px;
       font-size: 18px;
    }

    fieldset .leg{
        font-size: 18px;
    }
    
    legend {
        font-size: 40px;
        padding: 20px;
        font-weight: bold;
    }

    label { 
        display: inline-block;  
        width: 100px; 
        margin-left: 20px; 
        float: left;
        word-spacing: 0.25rem;
    } 
    input { 
        width:90%; 
        padding: 20px;
        margin:5px 0px; 
        font-size: 18px;
        border: none;
    } 

    ::placeholder{
        background-color: rgba(87, 90, 90, 0.171);
        padding: 20px;
    }

    .log { 
        font-size:40px; 
        font-weight:bold; 
    } 
    .leg {
        color: black;
        margin-top: -50px;
    }

    .rem {
        font-size: 20px;
       
        float: left;
    }


    .first {
        border-radius: 3px;
        background-color: black;
        padding: 22px;
        padding-left: 42%;
        padding-right: 42%;
        color: #fff;
    }

    .foot {
        margin: -30px;
    }

   .foot-btn, button {
     margin: 10px;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: none;
      box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #000;
    padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

.bottom {
    width: 100%;
    margin:50px;
    padding: 20px;
    background-color: #000;
} 

.remember-lost-wrap {
    display: flex;
    flex-wrap: wrap;
  
    align-items: center;
    margin: 23px 0 45px;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .remember-lost-wrap {
        display: block;
        margin: 12px 0 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .remember-lost-wrap {
          
        display: flex;
        margin: 20px 0 15px; } }
    .remember-lost-wrap .remember-wrap {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .remember-lost-wrap .remember-wrap {
          display: block; } }
      .remember-lost-wrap .remember-wrap input {
        width: 16px;
        height: auto; }
      .remember-lost-wrap .remember-wrap label {
        line-height: 1;
        margin: 0 0 0 10px;
        text-decoration: none;
        color: #1D1D1D; }
    .remember-lost-wrap .lost-wrap a {
      line-height: 1;
      color: #D25B5B; }
      .remember-lost-wrap .lost-wrap a:hover {
        text-decoration: none; }
  