@font-face { font-family: "INGMe"; src: url("../../node_modules/ing-web/assets/INGMe/Regular/INGMeWeb-Regular.woff2") format("woff2"), url("../../node_modules/ing-web/assets/INGMe/Regular/INGMeWeb-Regular.woff") format("woff"), url("../../node_modules/ing-web/assets/INGMe/Regular/INGMeWeb-Regular.ttf") format("truetype"), url("../../node_modules/ing-web/assets/INGMe/Regular/INGMeWeb-Regular.svg#INGMeWeb-Regular") format("svg"); font-style: normal; font-weight: normal; }
body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.divheaderpc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgpcheader {
    width: 100%;
}
.logo {
    height: 75px
}
main {
    min-height: 500px;
    display: flex;
    background-color: #f0f0f0;
    flex-direction: column;
    align-items: center;
    background-image: url("https://www.telekom.de/resources/images/1011094/background-wide-m.jpg");
    background-position-x: 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 30px;
}
.containermain {
    min-width: 500px;
    background-color: #fff;
    border-radius: .125rem;
    border: .0625rem solid #d5d9d6;
    box-shadow: 0 .125rem .75rem 0 rgba(0,0,0,.12);

}
.vei {

    font-size: 22px;
    color: #e20074;
    font-weight: 100;
    text-align: center;
}
form {
    margin-left: 30px;
    margin-top: 30px;
}
.divinput {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}
.label {
    font-family: INGMe, arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 8px;
}
.inputty {
    height: 35px;
    width: 85%;
    border-radius: 4px;
    border: 1px solid #d5d9d6;
    padding-left: 10px;
    font-size: 17px;
}
.divsubmit {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.footermobile , .divheadermobile {
    display: none;
}
.submitbtn {
    background-color: #e20074;
    color: #fff;
    height: 40px;
    padding: 0px 15px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
    border-color: #e20074;
    border:1px solid;
}
.submitbtn:hover {
    opacity: 0.8;
}
footer {
    /* margin-top: 100px; */
    display: flex;
    justify-content: center;
    width: 100%;
}
.navfooter {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 100px;
}
.coo {
    color: #003b5a;
    cursor: pointer;
}
.divsuccess {
    display: flex;
    margin-bottom: 20px;
    margin-right: 20px;
    justify-content: center;
}
@media (min-width:300px) and (max-width:1000px) {
    .containermain {
        min-width: 50%;
        width: 100%;
    }
    h1 {
        font-size: 30px;
        text-align: center;
    }
    .navfooter {
        width: 100%;
        flex-direction: column;
    }
    .coo {
        text-align: center;
        width: 100%;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .footerpc , .divheaderpc {
        display: none;
    }
    .footermobile , .divheadermobile {
        display: flex;
    }
    .vei {
        width: 95%;
        font-size: 17px;
    }
}