@font-face {
    font-family: 'AdelleSansSAGE-Light';
    src: url('fonts/AdelleSansSAGE-Light.eot');
    src: url('fonts/AdelleSansSAGE-Light.woff') format('woff'), url('fonts/AdelleSansSAGE-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-input-placeholder {
    font-style: italic;
    /*color: #C3C3C3;*/
}

::-moz-placeholder {
    font-style: italic;
    opacity: 1;
}

:-ms-input-placeholder {
    font-style: italic;
    opacity: 1;
}

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

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

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: 0;
    margin: 0;
}

hr {
    background-color: #bdbeb7;
    height: 1px;
    border: 0;
    margin: 1em 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);
}

.container {
    margin-left: 5%;
    max-width: 406px;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(246, 246, 246, 0.8);
    overflow-y: auto;
    overflow-x: hidden;
}

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

.s_text_containt {
    background: url("images/sage_enterprise_mngt_logo_login.png") no-repeat scroll 50% 20px;
    background-size: 300px;
    padding-top: 70px;
    display: table;
    position: relative;
}

.s_text {
    color: #333;
}

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

a {
    background-color: #1963F6;
    border-radius: 3px;
    clear: both;
    color: white;
    display: block;
    letter-spacing: 1px;
    padding: 0.7em 1em;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

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

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

#s_product {
    font-size: 20px;
    text-align: center;
    color: #8E8A86;
    line-height: 1.5em;
    padding: 0 2.2em;
    font-family: "AdelleSansSAGE-Light";
}

.s_product_other {
    font-size: 1.3em;
    padding: 0.3em;
    text-align: center;
    color: #51534A;
}

.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: #1963F6;
    border-radius: 3px;
    clear: both;
    color: white;
    display: block;
    letter-spacing: 1px;
    padding: 0.7em 1em;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    width: auto;
}

.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 {
    background-color: #1963F6;
    border-radius: 3px;
    clear: both;
    color: white;
    display: block;
    letter-spacing: 1px;
    padding: 0.7em 1em;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    border: none;
    margin-bottom: 0em;
    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;
    }
}

@media screen and (max-height: 600px) {}

@media ( max-width: 600px) {
    .s_text {
        padding: 0.1em;
    }
    .container {
        max-width: 80%;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 0.55em;
    }
    .container {
        max-width: 80%;
        margin-left: 12%;
        width: 80%;
    }
}