body, html {
        height: 100%;
	font-size:14px;
    }
    .head{
        width: 100%;
        margin: 0;
        padding: 5px;
        height: 60px;
        background-color: #00008B;
    }
    .foot{
        width: 100%;
        margin: 0;
        padding: 5px;
        height: 100px;
        background-color: #00008B;
    }
    .foot_text{
        color: #ffffff;
    }       
    .logo{
        font-weight: bolder;
        font-size: 140%;
        color: #ff0000;
        padding-top: 0px;
        padding-bottom:5px;
        text-decoration: none;
        display:table-cell;
    }
    .addbtn{
        display:table-cell;
        text-align:right;
    }
    .logo2{
        display:table-cell;
        width:270px;
        text-align:right;
    }
    
    .wrapper {
        margin-top: 100px;
        margin-bottom: 20px;
    }

    .form-signin {
        max-width: 420px;
        padding: 10px 38px 66px;
        margin: 0 auto;
        background-color: #eee;
        border: 3px solid rgba(0,0,0,0.1);
        border-radius: 5px;
    }

    .form-signin-heading {
        text-align: center;
        margin-bottom: 20px;
    }

    .form-signup, 
    .form-searchid {
        max-width: 600px;
        padding: 10px 38px 66px;
        margin: 0 auto;
        background-color: #eee;
        border: 3px solid rgba(0,0,0,0.1);
        border-radius: 5px;
    }

    .form-control {
        position: relative;
        font-size: 14px;
        height: auto;
        padding: 10px;
    }

    input[type="text"] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #cpassword {
	margin-top: -20px;
    }
    
@media screen and (max-width: 640px) {
    .head{
        height: 45px;
    }
    .img_logo, .img_logo2 {
        max-width: 128px;        
        max-height: 24px;
        -ms-interpolation-mode: bicubic;        
    }
    .logo2{
        display:table-cell;
        max-width:270px;
        text-align:right;
    }
}
    