#button,
body,
form {
    border: none
}

body {
    background: url(/images/fond.jpg) center center no-repeat fixed #fff;
    font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

#wrapper {
    border-top: none;
    margin-top: 0;
    padding: 0;
    background: 0 0;
    box-shadow: none
}

input {
    color: #4a5d5c;
}

#inner {
    background: transparent;
    padding-top: 0;
    width: 350px;
    max-width: 350px;
    text-align: center;
    color:#FFF;
}

#label {
    text-shadow: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
}

#button::part(button) {
    line-height: 1.8;
}

#padname {
    height: 38px;
    max-width: 350px;
    position: relative;
}