body {
    background-image: url(img/bg5.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
}

.intro-header {
    width: 100%;
    height: auto;
    text-align: center;
    color: #f8f8f8;
/*    background: url(../img/bg3.jpg) no-repeat center center;*/
    background-size: cover;
}

.logo {
    padding: 40px;
    margin-top: 5%;
}

.contents1 {
    width: 40%;
/*    height: 50%;*/
    padding: 10px;
    margin: auto;
    border: 3px solid #012060;
    border-radius: 15px;
    background-color: #3863b2;
    color: #ebeef2;
    font-size: 18px;
}

.foot {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #012060;
  color: #ebeef2;
  text-align: center;
}

.ip-label {
/*  padding: 20px;*/
  color: midnightblue;
  font-weight: bold;
/*  font-size: large;*/
  width: 400px;
  color: #ebeef2;
}

.ip-text {
/*  font-size: large;*/
  width: 400px;
  height: 20px;
}

.text-box {
    width: 500px;
}

.brmbtn {
  background-color: #87CEFA;
  border: 1px solid #1d1b41;
  border-radius: 5px;
  width: 200px;
  color: #191970;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
}

.brmbtn:hover {
  background-color: #ddd;
}