#login-container {
    position: fixed;
    top: 25%;
    left: 35%;
    width: 30%;
    height: 42%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#login-container form {
    position: relative;
    height: 60%;
    width: 60%;
    top:25%;
    left:20%;
    margin:0px;
}

.textbox {
    width:100%;
    height: 22%;
} 

#login-container form p {
    margin-bottom:8%;
    width:100%;
}

#innerContent {
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
}

.reset {
    width: 100%;
    text-align: right;
    position: relative;
    top: 27%;
    right: 5%;
}

.textbox1 {
    width:100%;
    margin:0;
padding:0;
}