﻿* {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
  font-family: 'Miele Web', sans-serif !important;
  background-color: #1e1e1e;
  color: #212121;
  width: 100vw;
  height: 100vh;
}

#body {
  width: 100vw;
  height: 100vh;
  background: none;
}

main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  justify-content: center;
}

.ids-main {
  background-color: transparent;
}

.ids-container {
  width: 450px;
  padding: 36px;
  background: white;
  border-radius: 6px;
}

.ids-login-sp,
.ids-login-sp__logo,
.ids-login-sp__sp-name,
.ids-login-login,
.ids-login-widget,
.ids-input-group,
.ids-label-container,
.ids-control-container,
.ids-button-group {
  text-align: center;
  width: 100%;
 }


.ids-input {
  width: 100%;
 }

.ids-login-sp__logo {
    width: 200px;
    height: 78px;
    background-image: url(https://www.miele.com/wmedia/svg/logo.svg);
    background-size: contain;
    margin: auto;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;

}

.ids-login-sp__sp-name {
    display: none;
}

.ids-heading-1--login {
  padding-bottom: 46px;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
}

.ids-label-container {
  display: none;
}

.ids-input-group {
  padding-bottom: 5px;
}

.ids-label-container {
  display: none;
}

.ids-fieldset {
  padding-bottom: 23px;
  margin-bottom: 0px;
}

input[type="text"] {
  border: 1px solid #A9A9A9;
  padding: 10px;
  border-radius: 4px;
  line-height: normal;
  font-size: 14px;
  font-family: 'Miele Web', sans-serif;
  color: #4e515e;
  background: none;
  text-indent: 5px;
  height: 43px;
}

.ids-button  {
  text-align: center;
  width: 100%;
  appearance: none;
  cursor: pointer;
  border: none;
  background-color: #f59b00;
  font-family: 'Miele Web', sans-serif;
  padding: 12px;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 13px;
  color: #1e1e1e;
  min-width: 135px;
  height: 43px;
  max-height: 43px;
  border-radius: 70px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.ids-button-group {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ids-button:hover {
  background-color: #DA8A00;
}

.ids-button:focus {
  background-color: #DA8A00;
}

input[type="text"]:active {
  background: none !important;
  border: 1px solid black;
}

input[type="text"]:hover {
  border: 1px solid black;
  background: none;
}

input[type="text"]:focus {
  border: 1px solid black;
  background: none !important;
  box-shadow: none;
}

.ids-login-login--border {
  padding-left: 0;
  border-left: none;
}

.ids-login-login {
  min-height: 0;
}

.ids-login-sp {
  padding: 0;
  margin: 0;
}

.ids-input::placeholder {
  color: #c5c5c5;
  opacity: 1;
}

#rememberme-group,
#forgotPasswordLink {
  display: none;
}

.ids-input-reveal {
  display: none;
}

#rememberme-group + .ids-button-group {
  display: none;
}

.ids-input-option {
  margin-top: 10px;
}