@media screen and (min-width:960px)
{
body {
  margin: 0;
}
.M_content
{
margin-top:90px;
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: 320px;
    HEIGHT: 90%;
    background-color: #99FFFF;
    padding-block: 10px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    border: 1px solid;
    box-shadow: 5px 10px #888888;
    color:red;
    font-size: x-large;
    
    }





[type="text"]{width:55%; height:30px; font-size:18px; margin-right:8px 0;}

[type="password"]{width:55%; height:30px; font-size:18px; margin-right:8px 0;}


#btlink
{
    width:80px;
    padding: 15px 25px;
    font-size: 20px;
    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);
}
}