
.col-container2 {

  width: 100%;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  border: 1px;
  display: flex;
}

.col2 {
  width: 50%;
  height: 40px;
  padding: 20px;
  border: 2px solid #00008B;
  background-color: #107896;
}

.headInfo{

  font-weight: bold;
}

.ButtonInfo{
  border:3px solid black;
  border-radius:5px;
  background-color:#00008B;
  color:white;
  padding:15px 20px;
  text-align:center;
  text-decoration:none;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  color:white;
  margin:-5px 15px;
  cursor:pointer;
  width:60px;
}

.footer {
   font-size: 0.8em;
   margin: 15px 0 0 0;
   width:100%;
   background-color: white;
}

.footerText {
  float: left;
  width: auto;
  margin: 3px 10px 0px 3px;
  cursor: pointer;
}

.left {
  float:left;
}

.right{
  float:right;
}

.user{
  border: 1px solid black;
  border-radius: 20px;
  background-color: #107896;
  padding: 30px;
  margin: 10px;
  margin: auto;
  text-align: left;
  font-size: 18px;
  font-family:Arial, Helvetica, sans-serif;
  color: white;
  width:50%;
}

.longer2{
    width:60%;
    font-size: 18px;
    border-radius: 5px;
}

.postcode{
  font-size: 18px;
  border-radius: 5px;
  width: 20%;
}

.underline{
  text-decoration: underline;
  text-decoration-color: black;
  text-decoration-thickness: 5px;
}

.Button2{
  border:3px solid black;
  border-radius:5px;
  background-color:#00008B;
  color:white;
  padding:15px 32px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  color:white;
  margin:10px 0px;
  margin-top: 20px;
  cursor:pointer;
  width:10%;
}
@media only screen and (max-width: 600px) {

  .col-container2 {
    width: 60%;
    float: right;
    display: block;
  }

  .col2 {
    width: 50%;
    height: 120px;
    padding: 25px;
    border: 2px solid #00008B;
    background-color: #107896;
    margin-left: 62px;
  }

  .ButtonInfo{
    margin-top: 15px;
  }

  h2{
    margin-top: 10px;
  }

  .moveLeft{
    float: left;
    text-align: center;
    width: 100%;
  }

  .moveRight{
    float: left;
    text-align: center;
    width: 100%;
  }

  .footerText {
    margin: 8px 0px 0px 0px;
  }

}
