form{
    background: #fff;
}
/* set padding and size of th form */
.form-container{
    border-radius: 10px;
    padding: 30px;
    border: solid 1px lightgrey;

}
.main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-bottom: -50px;
    min-height: 850px;
}

.footer {
    height: 50px;
    text-align: center;
}

.container-fluid {
    margin-top: 150px;
}

#password_toggle {
    background-color: transparent;
    cursor: pointer;
    width: 45px;
    border-left: transparent;
}

#password {
    border-right: transparent;
}