/* #### mobile view #### */
@media screen and (max-width: 550px){
body {
  margin: 0;
}
.M_content
{
margin-top:5px;
align:center;
width:100%;
height:auto;

}
#Mban
{
background-color:white;
width:80px;
height:80px;
padding:1px;
margin:0 auto;
border-radius:20px;
box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
justify-content: center;
}
.M_form
{
    width: 90%;
    HEIGHT: 90%;
    background-color: #99FFFF;
    padding-block: 10px;
    margin: 5 auto;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    box-shadow: 5px 10px #888888;
    color:red;
    font-size: large;
    
    }
input[type=text]{ width:230px; height:40px; margin:8px 0; font-size:14px; }
input[type=password]{ width:230px; height:40px; margin:8px 0; font-size:14px; }
input[type=button]{ width:230px; height:40px;}
select {
    width: 230px;
    height: 40px;
    margin: 8px 0;
    font-size: 14px;
    font-family: Arial;
}
#btlink
{
    width:130px;
    padding: 5px 5px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    color: white;
    background-color: red;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;

}
#btlink:hover{
    background-color: #b90505;
}
#btlink:active{
background-color: #b90505;
box-shadow: 0 5px #666;
transform:translateY(4px);
}

#btnlink
{
padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    color: #081c68;
    background-color: #f9e52c;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;

}
#btnlink:hover{
    background-color: #c5a60d;
}
#btnlink:active{
background-color: #c5a60d;
box-shadow: 0 5px #666;
transform:translateY(4px);
}

}