button {
    background: none;
    border: solid 2px white;
    width: 200px;
    padding: 15px;
    color: white;
    cursor:pointer;
}


::placeholder {
    color: white!important;
    font-size: 1.5em;
  }

  ::-webkit-calendar-picker-indicator {
    filter: invert(1);
    color:white;
}



.sending{

    margin-left: 180px;  margin-top: 25px;
}


#article1 nav {
    width: 125px;
    text-align: center;
}



input[type="checkbox"] {
  
    width: 15px;
    /* margin: 0px; */
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
}

input[type='submit'] {
    background: none;
    border: solid 2px white;
    width: 245px;
    padding: 15px;
    color: white;
    cursor:pointer;
}

footer input[type='submit'] {
    margin-top: 20px;
    margin-bottom: 50px;
}

strong.pagination {
    font-size: 25px;
}

input[type='text'],input[type='date'],input[type='number'],select {
 
    width: 200px;
    padding: 15px;
    margin:20px;
    color: white;
    background-color: transparent;
    border-color: transparent;
    border-bottom: solid 2px white;
    font-size: 15px;
}

::placeholder {
    color: rgb(236, 226, 226);
  
  }


  #step1{


    transition-duration: 1s;
  }


  input[type=radio] {

    zoom: 1.8;
}

label {
    font-size: 20px;
}

  #theform{

  
    background-size: cover;
    background-attachment: fixed!important;


  }

