@charset "utf-8";
#b1db1{
    height: 100px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
 }
 body{
     background: rgb(240, 240, 240);
 }
 #b1mb1{
     height: 450px;
     width: 350px;
     background: white;
     display: block;
     position: relative;
     margin-left: auto;
     margin-right: auto;
     margin-top: 20px;
     border-radius: 8px;
     box-shadow:  #bbb8b8 2px 2px 7px ;
 }
 .b1ha1{
   font-size: 14pt;
   padding-top: 1px;
   padding-bottom:  1px;
   color: red;
 }
 h1{
    text-align: center;
    font-size: 22pt;
    padding-top: 25px;
    padding-bottom:  15px;
    color: rgb(56, 82, 112);
 }
 p{
    text-align: center;
    font-size: 13pt;
    padding: 1px;
 }
#b1cb1{
   text-align: center;
  
}
.b1fa1{
   font-size: 12pt;
   text-decoration: none;
   padding: 4px 0px 4px 0px;
   border-radius: 5px;
   outline: 0px;
   margin: 5px 0px 0px 0px;
   width: 300px;
 }
 .b1fa2{
  font-size: 12pt;
  text-decoration: none;
  background-color: rgb(56, 82, 112);
  color: white;
  border-style: none;
  border-radius: 5px;
  padding: 7px;
  margin: 5px 0px 10px 0px;
  width: 304px;
  
 }
 .b1fa2:hover{
  cursor: pointer;
 }
 .b1fa2:disabled{
  cursor: default;
  background-color: rgb(100, 100, 100);
 }
 