@font-face {
    font-family: 'Sage Text';
    src: url('/fonts/Sage_Text-Regular.woff2') format('woff2'), url('/fonts/Sage_Text-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Adelle Sans SAGE';
    src: url('/fonts/AdelleSansSAGE.eot');
    src: url('/fonts/AdelleSansSAGE.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AdelleSansSAGE.woff2') format('woff2'), url('/fonts/AdelleSansSAGE.woff') format('woff');
    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 {
    font-family: "Sage Text";
    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: none;
    background: #FFF;

}

input:-webkit-autofill:focus {
    -webkit-box-shadow: none;
    background: #FFF;
}

.s_field input[type="text"],
.s_field input[type="password"] {
    background: #FFFFFF;
    border: 1px solid #668494;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    margin-top: 8px
}

.s_field input[type="text"]:focus,
.s_field input[type="password"]:focus {
    box-shadow: 0px 0px 0px 4px #FFB500;
    outline: none;
}

.container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #000000;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;

}

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

#s_keepConnected_label {
    line-height: 20px;
}

#s_logo {
    background: url(images/Sage_Vector_Logo_Brilliant_Green_RGB.svg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    height: 80px;
}

.s_text_containt {
    display: table;
    position: relative;
    margin: 0 auto;
}

.s_text {
    background: #FFF;
    border-radius: 40px;
    width: 480px;
    max-width: calc(100vw - 32px);
    margin: 16px;
    padding: 0 40px 40px 40px;
}

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

a {
    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;
}


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

#s_product {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #000000e6;
    padding-top: 40px;
    font-family: 'Adelle Sans SAGE';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
}

.s_product_other {
    font-size: 1.3em;
    padding: 0.3em;
    text-align: center;
    color: rba(0, 0, 0, 0.9);
}

.s_field {
    display: block;
    margin-bottom: 16px;
}

.s_field label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    font-family: 'Sage Text', sans-serif;
}

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

.s_actions_form,
#s_ext {
    display: flex;
    flex-direction: column;
}

.s_submit,
#s_forgot_password_submit,
#s_change_password_submit,
a.s_action {
    background-color: #008146;
    border: none;
    clear: both;
    color: #FFFFFF;
    display: block;
    letter-spacing: 1px;
    height: 48px;
    font-size: 14px;
    width: auto;
    font-family: 'Sage Text';
    border-radius: 32px;
    line-height: 26px;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
}

.s_submit:hover,
#s_forgot_password_submit:hover,
#s_change_password_submit:hover,
a.s_action:hover,
.s_submit:focus,
#s_forgot_password_submit:focus,
#s_change_password_submit:focus,
a.s_action:focus {
    background-color: #006738;
}

.s_submit:focus,
#s_forgot_password_submit:focus,
#s_change_password_submit:focus,
a.s_action:focus {
    outline: 3px solid #ffb500ff
}

#s_error {
    display: block;
    padding: 1em 2.2em;
    color: #cd384bff;
    text-align: center;
}

input {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.6em;
    width: 100%;
    font-family: 'Sage Text';
}

input:focus {
    box-shadow: none;
    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_forgot_password_title,
#s_change_password_title {
    padding: 1em 0.3em;
    text-align: center;
    font-weight: bold;
}

#s_forgot_password_explanation,
#s_change_password_explanation {
    display: block;
    margin: 0.5em 0;
    text-align: center;
    font-weight: bold;
    padding: 0 40px;
}

#s_forgotPassword_slot {
    text-align: right;
    margin-top: 16px;
}

.s_forgotPassword {
    display: inline-block;
    font-size: 14px;
    text-align: right;
    color: #008146;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0.7em 1em;
    font-weight: bold;
}

.s_forgotPassword:hover {
    color: #006738;
    text-decoration: underline;
}

#s_forgot_reply {
    display: block;
    padding: 16px 40px 0;
    font-size: 14px;
    text-align: center;
    color: #008146;
}