#loginform {
    display: flex;
    flex-wrap: wrap;
}

.login form .forgetmenot {
    float: none;
    flex: 1;
    flex-basis: 60%;
    align-self: center;
}

.login label {
    margin-bottom: 0;
}

.owd-da-login-button {
    order: 10;
    border-top: 1px solid #eaeaea;
    padding-top: 16px;
    margin-top: 16px;
    width: 100%;
}

.owd-da-login-button__button {
    width: 100%;
}

.owd-da-login-button__button.button {
    color: #fff;
    border-color: #111;
    background-color: #111;
}

.owd-da-login-button__button.button:hover {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.owd-da-login-button__button.button:active,
.owd-da-login-button__button.button:focus,
.owd-da-login-button__button.button:focus-within {
    color: #eaeaea;
    border-color: #333;
    background-color: #333;
}

.owd-da-login-button__button.button:focus,
.owd-da-login-button__button.button:focus-within {
    box-shadow: inset 0 0 0 1px #999;
}

.owd-da-login-button-button.button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
}

.owd-da-login-button-button__icon {
    display: block;    
}

.owd-da-login-button-button__icon svg {
    display: block;
    width: 2em;
    height: 1em;
}

.owd-da-login-button-button__icon svg path {
    fill: #fff;
}

.owd-da-login-form {
    display: none;
}