html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-image: url(images/background.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 0.8em;
    overflow: hidden;
    padding: 50px 0 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e0e2dd inset;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #e0e2dd inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    max-width: 406px;
}

#s_keepConnected_slot {
    display: flex;
    vertical-align: middle;
}

.s_text_containt {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: table;
    position: static;
}

.s_text {
    color: #333;
}

.button {
    background-color: #33CC33;
}

a {
    background-color: #41a940;
    border-radius: 3px;
    clear: both;
    color: white;
    display: block;
    letter-spacing: 1px;
    padding: 0.7em 1em;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover,
a:focus {
    background-color: #00a4cf;
}

.s-m-signin {
    text-align: center;
}

#s_product {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    font-size: 2em;
    padding: 1em 0.3em;
    text-align: center;
    color: #41a940;
    line-height: 30px;
    vertical-align: middle;
}

.s_product_other {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 1.3em;
    padding: 0.3em;
    text-align: center;
    color: #333;
}

.s_field {
    display: block;
    padding: 0.25em 2.2em;
}

.s_input_check {
    width: 15px;
    padding: 0px;
    margin-right: 0.2em;
}

.s_action {
    margin: 1em 2.2em;
    text-align: center;
}

.s_actions_form {
    display: flex;
    flex-direction: column;
}

.s_submit {
    background-color: #41a940;
    border-radius: 3px;
    clear: both;
    color: white;
    display: block;
    letter-spacing: 1px;
    padding: 0.7em 1em;
    text-decoration: none;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
}

.s_submit:hover,
.s_submit:focus {
    background-color: #00a4cf;
    box-shadow: 0 0 0 #00a4cf;
}

#s_error {
    display: block;
    padding: 1em 2.2em;
    color: #FF5400;
}

input {
    background-color: #e0e2dd;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 0.5em;
    padding: 0.6em;
    width: 100%;
}

input:focus {
    box-shadow: 0 0 5px rgba(0, 159, 218, 0.8);
    background-color: #fff;
}

input.submit {
    background-color: transparent;
    color: transparent;
    border: none;
    width: 1px;
    height: 1px;
    font-size: 1pt;
    padding-left: inherit;
    padding-right: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
}

#s_change_password_title {
    padding: 1em 0.3em;
    text-align: center;
    font-weight: bold;
}

#s_change_password_explanation {
    display: block;
    margin: 0.5em 0;
    text-align: center;
    font-weight: bold;
}

#s_change_password_submit {
    width: 346px;
}

#s_change_password_submit:hover,
#s_change_password_submit:focus {
    background-color: #00a4cf;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 0.7em;
    }
    .s_text_containt {
        height: 100%;
    }
}

@media screen and (max-height: 600px) {
    #s_product {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        border-radius: 5px 5px 0 0;
        font-size: 1.5em;
        padding: 0.3em;
        text-align: center;
    }
}

@media ( max-width: 600px) {
    #s_product {
        border-top: 0 none;
        padding-bottom: 0;
    }
    .s_text {
        padding: 0.1em;
    }
    .container {
        max-width: 80%;
        width: 100%;
    }
    .s_text_containt {
        margin: 0.2em;
        width: 80%;
    }
    #s_product {
        padding: 0.3em;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 0.55em;
        padding: 20px 0 0;
    }
    .s_text_containt {
        height: 100%;
        width: 70%;
    }
    .container {
        max-width: 100%;
        margin-left: 12%;
        width: 100%;
    }
    #s_product {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        border-radius: 5px 5px 0 0;
        font-size: 1.5em;
        font-weight: bold;
        padding: 0.3em;
        text-align: center;
    }
    .s_product_other {
        font-weight: bold;
    }
    input {
        font-size: 1.2em;
        padding: 0.2em 0.5em;
        width: 180px;
    }
    #s_product {
        padding: 0.3em;
    }
}