body{
    font-family: Arial, Helvetica, sans-serif;
}
#mdiv{
    /* border:1px solid red; */
    margin:auto;
    width:32%;
    text-align:center;
    margin-top:8%;
}
#fdiv{
    margin:auto;
    /* border: 1px solid red; */
    text-align:left;
    margin-top:0px;
}
form{
    font-size:16px;
}
form>input{
    width:98%;
    height:35px;
    margin-top:12px;
    margin-bottom:12px;
}
#button1{
    width:100%;
    height:35px;
    background-color:rgb(249,99,2);
    font-size:20px;
    color:white;
    font-weight:bold;
    cursor: pointer;
}
#button2{
    width:100%;
    height:35px;
    color:rgb(249,99,2);
    font-size:20px;
    font-weight:bold;
    cursor: pointer;
}

#linep{
    margin-top: 10px;
    text-align: center;
    max-width: 100%;
    position: relative;
  }
  #linep:before {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background:grey;
    left: 0;
    top: 50%;
    position: absolute;
  }
  #linep:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background:grey;
    right: 0;
    top: 50%;
    position: absolute;
  }

  #ldiv{
    font-size:12px;
    text-align:center;
}
