#bdb1{
    height: 100px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
 }
 body{
    background: rgb(240, 240, 240);
}
#bmb1{
    height: 400px;
    width: 90vw;
    max-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 ;
}
.bha1{
    text-align: center;
    font-size: 24pt;
    padding-top: 25px;
    padding-bottom:  15px;
   }
.bha2{
    text-align: center;
    font-size: 14pt;
    padding-top: 1px;
    padding-bottom:  1px;
    color: red;
}
p{
    text-align: center;
    font-size: 14pt;
    padding: 1px;
}
#bcb1{
    text-align: center;
 }
.bfa1{
    font-size: 12pt;
    padding: 5px 0px 7px 0px;
    border-radius: 5px;
    outline: 0px;
    margin: 7px 0px 0px 0px;
    width: 90%;
    max-width: 300px;
}
.bfa2{
    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: 92%;
    max-width: 304px;
}
.bfa2:hover{
    cursor: pointer;
}
.bfa2:disabled{
    cursor: default;
    background-color: rgb(100, 100, 100);
}