
.login-box {
	padding:100px;
	margin: 0 auto;
	height:auto;
}

.login-box form {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:50%;
}

.header-logo {
    background: url('../img/logo1.png') no-repeat center center;
    background-size: contain;  /* Shows full image, maintains aspect ratio */
    height: 180px;
    width: auto;
    /* Remove double semicolon */
}

/* Mobile responsive */
@media (max-width: 768px) {
    .header-logo {
        width: 90vw;        /* 90% viewport width */
        height: 25vw;       /* Proportional height */
        max-height: 150px;  /* Cap for small screens */
    }
}



.main-navigation-bar {
	padding-top:10px;
}

table.watermark { background: url('../img/watermark.jpg') repeat-x;
}

table.unlock_rp_form {
border: 2px solid black;
}

table.unlock_rp_form td{
border: 1px solid #B90013;
font-size:15px;
font-weight:bold;
padding:0px;
}


#form {
  width: 50% ;
  margin-left: auto ;
  margin-right: auto ;
}

