img { max-width: 100%; }
@media only screen and (max-width: 1200px)
{
	.ashimg { max-width: 100%; }
}

@media only screen and (max-width: 480px)
 {
	.ashimg { max-width: 100%; }
}
@media only screen and (max-width: 800px)
 {
	.ashimg { max-width: 100%; }
}


    .fixed-header, .fixed-footer{
        width: 100%;
        position: fixed;        
        padding: 10px 0;
        color: #fff;
    }

    .fixed-header{
        top: 0;
    }
    .container{
        margin: 0 auto; /* Center the DIV horizontally */
		margin-top: 110px;
    }

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #032a68;
    color: #032a68;
}

  #logout {
      position: fixed;
      display: block;
      right: 0;
      top: 25px;
      margin-right: 25px;
      margin-bottom: 15px;
      z-index: 900;
    }

#error
{
    text-align: center;
    color: red;
}

#divlog
{
	left:50%; /*important if you want it absolutely centred in window. */ 
  	margin-left:-200px; /* importnant. must be half the width. */
	top:50%; /*important if you want it absolutely centred in window. */ 
  	margin-top:-110px; /* importnant. must be half the width. */
	width:400px;
	height:220px;
	border:5px solid #032a68;
	border-radius:10px;

    position:absolute;
    z-index:50001;
}

.cenmain {
    margin: auto;
    padding: 10px;
    text-align: center;
}
hr{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
