.partner_forgotten_password .upper {
    background:#F4F5F6 url(../dsg/header_bg_home.png?v=1) no-repeat center bottom;
    background-size:cover;
}
.partner_forgotten_password .upper .wrapper {
    padding:40px 0 100px 0;
}
div.password {
    float:left;
    width:47%;
}
div.password {
    margin-right:6%;
}
div.password h2 {
    color: #ffffff;
    font-size:1.8em;
    font-weight:700;
    padding-bottom:20px;
    line-height:normal;
}
div.password form {
    padding-top:20px;
    font-size:1.166em;
}
form label {
    color:#FFFFFF;
    display:block;
    padding-bottom:5px;
}
form input {
    font-size:1em;
}
form input:not([type="submit"]) {
    border:1px solid #a1acaf;
    border-radius:2px;
    box-sizing:border-box;
    line-height:33px;
    height:33px;
    max-width:385px;
    padding:0 14px;
    width:87%;
}
form input[type="submit"] {
    background:#15589b;
    border:none;
    color:#ffffff;
    cursor:pointer;
    float:right;
    margin-right:13%;
    height:35px;
    padding:0 60px;
}
form div {
    margin-bottom:15px;
}