div[role="main"] {
    height: auto !important;
}

#id_searchbyusername {
    display: none;
}
#id_searchbyemail{
    margin-top: 30px;
}
.left-section {
    min-height:950px;
}

#show-confirm-password-button {
    background: transparent;
    border: none;
    background-image: url("../pix/eye-closed.png");
    width: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    background-size: 20px;
    top: 0px;
    bottom: 0px;
    background-position: center;
    cursor: pointer;
    z-index: 101;
    outline: none;
}