@font-face {
    font-family: "segoe";
    src: url("/henkel/fonts/Segoe-UI-Font/SEGOEUI.TTF");
   }

   @font-face {
    font-family: "segoebold";
    src: url("/henkel/fonts/Segoe-UI-Font/segoe-ui-bold.TTF");
    font-weight: bold;
   }

body {
    font-family: segoe;
    margin: 0 !important;
    padding: 0 !important;
    background-image: url("/henkel/css/img/background_login.png");
}

#logo {
    background: #ffffff;
    padding: 10px;
}

#sub-logo {
    width: 100%;
    height: 30px;
    background: #fff;
    opacity: 0.3;
}

#login {
    background: #fff;
    width: 50%;
    margin: auto;
    margin-top: 5%;
    padding: 15px;
}

#email_input input{
    width: 98%;
    height: 20px;
}

#send_input {
    text-align: center
}

#send_input input {
    background: #ec1b23;
    border: 1px solid #ec1b23;
    height: 30px;
    width: 30%;
    color: #fff;
}

h2 {
    text-align: center;
    text-decoration: underline #ec1b23;
}

ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: auto;
    margin-top: 60px;
    font-size: 11px;
}

label {
    font-size: 12px;
}

#alert p {
    text-align: center;
    color: #ec1b23;
}