body {
  padding: 10px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: rgba(36, 122, 205, 0.16);
}

.extra-body{

  background-color: rgba(255, 255, 255, 0.16);
}

a {
  color: #00B7FF;
}

.center {
  text-align: center;
  margin: auto;
  width: 100%;
  /*border: 3px solid #73AD21;*/
  /*padding: 10px;*/
}

input,
.btn {
  width: 80%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}

.login_button{

  color:white;
  background-color: rgba(41, 86, 205, 0.83);


}

.content_card{


  padding-top: 5%;

}

.header_text{

  color: #0b67cd;
  text-decoration-style: wavy;

}

.header_text_two{

  font-size: medium;
  color: rgba(22,1,205,0.58);
  margin-top: 130px;
  cursor: pointer;

}

.header_text_four{

  font-size: medium;
  color: rgba(22,1,205,0.58);
  margin-top: 40px;
  cursor: pointer;

}

.header_text_three{

  font-size: medium;
  color: rgba(13, 205, 57, 0.85);
  margin-top: 5px;
  cursor: pointer;

}

.app_box{

  text-align: center;
  margin: auto;
  border: 3px solid #176bcc;
  /*padding: 10px;*/
  border-radius: 15px;
  height:150px;
  width:150px;
  margin-top:25px;
  margin-bottom:5px;



}

.text-button{

  font-size: 40px;
  text-decoration-style: dashed;
  text-align:center;
  /*height:50px;*/
  padding:15px 0px ;
  color:white;
  background-color: #176bcc;
  width:70%;
  align-content: center;
  margin: auto;
  border-radius: 30px;
  box-shadow: 5px 5px 5px #aaaaaa;

}

.image-box{

  text-align: center;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 100px;



}

.download-image{

  border-radius: 95px;
  height:150px;
  width: 150px;
  box-shadow: 5px 5px 5px #aaaaaa;


}

.version-info{

  text-decoration: double;
  font-weight: bold;

}

.box_image{

  height: 150px;
  width: 150px;
  border-radius: 12px;


}

.error-text{

  color: #ff3b33;
}

.middle-allignment{

  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}