#abrh-login{

max-width:360px;
margin:auto;

}

#abrh-login label{

display:block;
margin-bottom:5px;
font-weight:bold;

}

#abrh-login input{

width:100%;
padding:10px;
margin-bottom:15px;
border:1px solid #CCC;
border-radius:4px;

}

#abrh-login button{

width:100%;
padding:12px;
background:#005596;
color:white;
border:none;
cursor:pointer;
border-radius:4px;

}

#abrh-msg{

margin-top:15px;
color:red;

}