html, body {
    height: 100%;
}

#loginDialogContainer {
    background-color: transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#loginLogo{height:30px}

#loginWrapper{padding:40px 50px;}
#loginDialog{align-items: center}

#loginFormBody{
    padding-top: 20px;
    padding-bottom: 30px;
}
#loginFormBody .fd-form-item{
    padding-top: 10px;
}

#loginFormBody .fd-input {
    min-width: 300px;
}

@font-face {
    font-family: "SAP-icons";
    src: url("fundamental-styles/theming/sap_horizon/fonts/SAP-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.fd-message-page {
    padding-top: 40px;
    align-items: start;
}
