body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0px;
}
body.qx-branding {
    padding: 0px;
    height: 100vh;
    background-color: #000000;
}

.qx-branding.qx-branding-custom-logo {
    background-color: #E6EBED;
}

a {
    color: #007E45;
    text-underline-offset: 0.2rem;
}

a:link {
    color: #007E45;
}

a:visited {
    color: #007E45;
    text-decoration: none;
}

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

/* Remove button padding in FF */
input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

.form_title {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align:left;
    width:150px;
}

.button_reg {
    background-image: url(../button_bg.html);
    background-repeat: repeat;
    border: 1px solid #909498;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-position: bottom;
    height: 24px;
    width: 80px;
}

.message{
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight:bold;
    color:#ff0000;
    padding:5px 5px 0px 10px;
}

#main_wrapper {
    width1:640px;
    width:100%;
    border:solid 2px #ccc;
    text-align:center;
    margin:0px auto;
    clear:both;
}

#left_cell {
    width:223px;
    border-right:solid 1px #CCCCCC;
    float:left;
    text-align:center;
    height:294px;
}

#left_top_cell {
    width:13px;
    height:13px;
    float:left;
    border-bottom: none 0px #CCCCCC;
    line-height: 0px;
}

#left_cell_logo {
    text-align:left;
    height: 60px;
    clear: both;
    text-align: left;
    line-height: 0px;
    border-bottom-width: 10px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #c1d72e;
    border-left-color: #CCCCCC;
}

#right_cell {
    width:416px;
    float:left;
    text-align:left;
    height: 294px;
}

#form_container {
    height: 198px;
    clear: both;
    border-left:solid 1px #CCCCCC;
    text-align: center;
}

#login_list {
    padding:0px;
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

#input_cls{
    font-family: Verdana, Arial, sans-serif;
    font-size:9px;
    color:#333;
}

#main_container
{
    width: 850px;
    margin:0px auto;
    text-align:center;
    vertical-align:center;
}

.nav_layer_homepage {
    height: 74px;
    margin-top: 11px;
}

.intacct_logo {
    width: 188px;
    height: 36px;
    text-align: left;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-left: 10px;
}
.tag_line {
    float: right;
    margin-top:0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
}

#content_container {
    width: 850px;
    margin:0px auto;
    height: 100%;
    background-color: #f4f4f4;
}

#content_area {
    float: left;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    width: 508px;
    height: 100%;
    text-align: center;
}

.login_form{ width:95%;padding:10px;align:right;height:100%; }
#login_form { text-align:right; }
#login_form { text-align:-moz-right; }

.login_field_box{
    border:1px solid #000;
    text-align: right;
    text-align:right;
    width:40%;
    height:90%;
    float:right;
}

.login_field_box[class] {
    background-image:url(../75p_white.html);
}

.branded_login_field_box{
    border:1px solid #000;
    text-align: right;
    text-align:right;
    width:40%;
    height:90%;
    background-color: #FFFFFF;
    padding-top:3px;
}

TD.cust_login_head { background-color:#000;color:#FFF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt;font-weight:bold;padding:6px; }

TD.cut_login_title { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9pt;font-weight:bold;text-align:right; }

TD.cut_login_field { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9pt;text-align:left;padding-right:10px;}

.littlelinks{
    width:330px;
    text-align:center;
    font-size:10px !important;
}

.login_nav_link { border:0px solid #000;position:absolute;align:left;width:450px;height:240px;}
.link_holder a:link {color: black; text-decoration:none;}
.link_holder:hover {color:#F33; text-decoration:underline;}

TD.cut_login_title_small { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9pt;text-align:left; }
TD.cut_login_title_small_rt { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9pt;text-align:right; }

/******************************************/
/*              SHARED STYLE              */
/******************************************/
.float_left {
    float: left;
}
.float_right {
    float: right;
}
img.intacct-logo-banner {
    width: 200px;
    height: 38px;
}
.qx-right {
    text-align: right;
}
.login div.header,
.logout div.header,
.authentication div.header,
.forget_password div.header,
.sample_tos div.header {
    text-align: left;
    padding: 10px;
    height: auto;
}
.full_login div.loginbox ul,
.login ul,
.authentication ul,
.forget_password ul,
.sample_tos ul {
    margin: auto;
    width: 300px;
    padding: 10px 0 0 30px;
    box-sizing: border-box;
}
.full_login div.loginbox li,
.login li,
.authentication li,
.forget_password li,
.sample_tos li {
    list-style-type: none;
    padding: 0px 0px 10px 0px;
}
.full_login div.loginbox li.login_error,
.login li.login_error,
.authentication li.login_error,
.forget_password li.login_error,
.sample_tos li.login_error {
    text-align: left;
    color: #b71a1f;
    padding: 0px 0px 10px 0px;
}
.login div.separator,
.authentication div.separator,
.logout div.separator,
.forget_password div.separator,
.sample_tos div.separator,
.sample_toc_contents div.separator {
    background-color: #007E45;
    height: 3px;
}
.full_login div.loginbox label,
.login label,
.authentication label,
.forget_password label {
    float: left;
    clear: left;
    color: #4c4c4c;
    text-align: right;
    font-weight: normal;
    width: 100px;
    padding: 0px 25px 0px 0px;
}
.sample_tos label {
    clear: left;
    color: #4c4c4c;
    text-align: left;
    font-weight: normal;
    width: 100%;
    padding: 0px 25px 0px 0px;
}

.full_login div.loginbox input[type="submit"],
.login input[type="submit"],
.authentication input[type="submit"],
.forget_password input[type="submit"],
.sample_tos input[type="submit"],
.logout a.submit,
.forget_password a.submit,
.sample_tos a.submit,
input.submit_button
{
    font-size: 14px;
    height: 30px;
    border: none;
    color: white;
    text-align: center;
    background-color: #007E45;
    margin: 10px 0px 0px 0px;
    padding: 2px 20px 2px 20px;
    width: 240px;
    border-radius: 32px;
}
.sample_tos input[type="submit"]:disabled {
    background-color: #f0f0f0;
}

.full_login div.loginbox input[type="submit"]:hover,
.login input[type="submit"]:hover,
.authentication input[type="submit"]:hover,
.forget_password input[type="submit"]:hover,
.sample_tos input[type="submit"]:hover,
input.submit_button:hover {
    text-decoration: underline;
    cursor: pointer;
}
.sample_tos input[type="submit"][disabled="disabled"]:hover {
    text-decoration: none;
    cursor: auto;
}
.full_login div.loginbox input[type="text"], input[type="password"],
.login input[type="text"], input[type="password"],
.authentication input[type="text"], input[type="password"],
.forget_password input[type="text"], select,
.sample_tos input[type="text"] {
    width: 240px;
    height: 30px;
    border: 1px solid #eee;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 4px;
}
.full_login div.loginbox input[type="text"]:focus, input[type="password"]:focus,
.login input[type="text"]:focus, input[type="password"]:focus,
.authentication input[type="text"]:focus, input[type="password"]:focus,
.forget_password input[type="text"]:focus
{
    border: 1px solid #CCCCCC;
}


.full_login div.loginbox input[type="checkbox"],
.login input[type="checkbox"],
.verify input[type="checkbox"] {
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    accent-color: #007E45;
}
.page_header {
    position: relative;
    width: 100%;
    padding: 15px 0px 0px 0px;
    white-space: nowrap;
}
.page_header div.header_left {
    position: absolute;
    display: inline-block;
    left: 0;
    padding: 0px 0px 0px 15px;
}
.page_header div.header_right {
    position: absolute;
    display: inline-block;
    right: 0;
    padding: 0px 15px 0px 0px;
}



.page_content {
    display: block;
    text-align: center;
}

.page_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    border-top: 1px solid #CCCCCC;
    padding: 15px 0px 0px 0px;
    background-color: white;
}
.qx-branding .qx-logo img.intacct-logo-banner {
    width: 142px;
    height: 88px;
}
.qx-branding .full_login div.loginbox ul,
.qx-branding .login ul,
.qx-branding .authentication ul,
.qx-branding .forget_password ul,
.qx-branding .sample_tos ul {
    width: inherit;
    padding: 0;
    margin: 0;
}
.qx-branding .page_footer {
    background-color: black;
    border-top: none;
    padding: 0;
}

.qx-branding .page_footer div.link {
    font-size: 14px;
    color: #FFFFFF;
    padding: 8px 0px 0px 16px;
}
.qx-branding #remembermeBlock span {
    color: #000000;
    font-size: 16px;
    padding-left: 8px;
}
.qx-branding li#signInBtn {
    padding: 0;
}
.qx-branding .full_login div.loginbox input[type="submit"] {
    margin: 40px auto 32px auto;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 32px;
}
.qx-branding .full_login div.loginbox input[type="text"], .qx-branding input[type="password"],
.qx-branding .login input[type="text"],
.qx-branding .authentication input[type="text"]
.qx-branding .forget_password input[type="text"], .qx-branding select,
.qx-branding .sample_tos input[type="text"] {
    width: 366px;
    height: 30px;
    border: 1px solid #668494;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 5px;
    margin-top: 8px;
}
.page_footer div.link {
    height: 40px;
    font-size: 13px;
    color: #555555;
    vertical-align: middle;
    float: left;
    padding: 0px 0px 0px 50px;
}

.qx-branding .page_footer a {
    color: #FFFFFF;
}
.qx-branding .full_login div.loginbox li#passwordForgot {
    padding: 16px 0;
    font-size: 16px;
    border-top: 0.5px solid #7F7F7F;
}
.qx-branding .login div.header {
    text-align: center;
    padding: 16px 0 40px 0;
    height: auto;
}
.qx-branding .page_footer img {
    height: 24px;
    width: 117px;
}
.page_footer a {
    display: block;
    float: left;
    padding: 5px 0px 0px 0px;
    color: #555555;
    text-decoration: none;
}
.page_footer span {
     float: left;
     padding: 5px 15px 0px 15px;
}
.page_footer div.logo {
    height: 100%;
    float: right;
    padding: 8px 32px 0px 0px;
}
.full_login div.loginbox input.error,
.login input.error,
.authentication input.error,
.forget_password input.error,
.sample_tos input.error {
    border-color: #b71a1f;
}
.full_login div.loginbox img.error,
.login img.error,
.authentication img.error,
.forget_password img.error,
.sample_tos img.error {
    vertical-align: text-bottom;
    visibility: hidden;
}
.full_login div.loginbox li.right_align,
.login li.right_align {
    text-align: right;
    padding: 0px 0px 0px 0px;
}

.qx-branding .full_login {
    margin: 0;
    padding: 0;
    width: 98vw;
}
.qx-branding .full_login span,
.qx-branding .login span {
    color: #FFFFFF;
}

.qx-branding .full_login div.loginbox .qx-branding-company-id,
.qx-branding .full_login div.loginbox .qx-branding-user-id,
.qx-branding .full_login div.loginbox .qx-branding-password {
    font-size: 16px;
    font-family: 'HelveticaNeueW01-65Medi','Arial','Helvetica','Ariel','sans-serif';
    width: 240px;
    padding: 0;
    float: none;
    font-weight: 600;
    font-style: normal;
}
.qx-branding .loginbox .loginbox_header .qx-branding-intacct {
    text-align: center;
    padding-bottom: 16px;
}
.qx-branding .loginbox .loginbox_header .qx-branding-intacct span {
    color: #1A1A1A;
    font-size: 24px;
    font-family: 'HelveticaNeueW01-65Medi','Arial','Helvetica','Ariel','sans-serif';
    font-weight: 700;
}
.full_login span,
.login span {
    color: #666666;
    vertical-align: middle;
    font-size: 12px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #999999
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #999999
}
input:-moz-placeholder { /* Firefox 18- */
    color: #999999
}

/***********************************************/
/*  CSS STYLE FOR FULL / MARKETING LOGIN PAGE  */
/***********************************************/
.full_login {
    width: 960px;
    margin: 0px auto 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
}
.full_login div.links {
    text-align: right;
    padding: 20px 0px 0px 0px;
}
.qx-branding .full_login div.links a {
    color: #FFFFFF;
}
.full_login div.links a {
    color: #53bceb;
    font-size: 14px;
    text-decoration: none;
}
.qx-branding .full_login div.links span {
    color: #FFFFFF;
}
.full_login div.links span {
    color: #83bb28;
    padding: 0px 3px 0px 3px;
    vertical-align: top;
}
.full_login div.logos {
    height: 75px;
    margin: 20px 0px 0px 0px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}
.qx-branding .full_login div.logos {
    border-bottom: initial;
    height: 88px;
}
.qx-branding .full_login div.logos .qx-logo {
    margin: auto;
}
.qx-branding .full_login div.login_content {
    width: inherit;
    margin: 16px 0px 15px 0px;
}
.full_login div.logos img {
    border: 0px;
}
.full_login div.login_content {
    width: 960px;
	display: table;
    margin: 30px 0px 15px 0px;
}
.full_login div.marketing_banner {
    height: 290px;
    width: 530px;
    display: inline-block;
    vertical-align: top;
}
.full_login div.loginbox {
    box-sizing: border-box;
    background-color: white;
    min-height: 250px;
    width: 390px;
    border: 1px solid #c8c9ca;
    margin: 0px 0px 15px 38px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    padding: 10px;
}
.qx-branding .full_login div.loginbox {
    margin: auto;
    display: block;
    width: 468px;
    padding: 24px 50px 32px;
    border-radius: 24px;
}
.qx-branding .full_login div.loginbox li.qx-input-field {
    width: 400px; /* for the error icon to be shown right to the input */
}
.qx-branding .full_login div.loginbox li.qx-aicpa {
    padding-top: 32px;
    padding-bottom: 0;
    text-align: center;
}
.qx-branding a.loginbox_text {
    font-size: 16px;
}
.qx-branding .login li.qx-input-field {
    width: 400px;
}
.qx-branding .login label {
    font-size: 16px;
    font-family: 'HelveticaNeueW01-65Medi','Arial','Helvetica','Ariel','sans-serif';
    width: 240px;
    padding: 0;
    float: none;
    font-weight: 600;
    font-style: normal;
}
.qx-branding .login input[type="submit"] {
    margin: 40px auto 32px auto;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 24px;
}
.qx-branding .login li#passwordBlock,
.qx-branding .full_login div.loginbox li#passwordBlock {
    padding: 0;
}
.qx-branding .login li#passwordForgot {
    padding: 16px 0;
    font-size: 16px;
    border-top: 0.5px solid #7F7F7F;
}
.qx-branding .login li#singleSignOn {
    padding: 16px 0;
}
.qx-branding .login li#singleSignOn span {
    font-family: 'HelveticaNeueW01-55Roma', 'Arial', 'Helvetica', 'Ariel', 'sans-serif';
    font-size: 16px;
    color: #000000;
    padding-left: 8px;
}
.qx-branding .login li.qx-aicpa {
    padding-top: 16px;
    padding-bottom: 0;
    text-align: center;
}
.qx-branding .full_login div.loginbox div.loginbox_header div.loginbox_header_wrapper {
    height: 20px;
    padding-bottom: 16px;
    text-align: center;
}
.qx-branding .loginbox_text_oauth {
    border-top: initial;
    padding: 0;
    font-size: 12px;
    margin: 0;
}
.qx-branding .full_login div.loginbox div.loginbox_header div.qx-authorized {
    height: initial;
}

.full_login div.loginbox div.loginbox_header, span.loginbox_text, a.loginbox_text {
    font-family: 'HelveticaNeueW01-65Medi', 'Arial', 'Helvetica', 'Ariel', 'sans-serif';
    font-size: 18px;
    line-height: 25px;
    vertical-align: baseline;
}
#loginbox_text_signin {
    background-image: none;
    color: black;
}
a.loginbox_text {
    font-weight: normal;
    font-size: 14px;
}
.full_login div.loginbox label {
    width: 80px;
}
.full_login iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    overflow: hidden;
}
.full_login div.marketingcontentholder {
    margin-top: 25px;
    margin-bottom: 15px;
}
.full_login .page_footer {
    position: fixed;
}
.full_login .page_footer div.link {
    padding-left: 32px;
}
#passwordForgot {
    font-size: 12px;
    font-weight: normal;
}
#remembermeBlock {
    /*margin-top: 10px;*/
    font-family: 'HelveticaNeueW01-55Roma', 'Arial', 'Helvetica', 'Ariel', 'sans-serif';
    font-size: 12px;
    padding: 0;
}



/******************************************/
/* CSS STYLE FOR BRANDED / OLD LOGIN PAGE */
/******************************************/
.login {
    border: 1px solid #c8c9ca;
    background-color: white;
    margin: 5px 10px 0px 10px;
    display: table;
    position: absolute;
    height: 300px;
    width: 450px;
    left: 50%;
    margin: 150px 0px 0px -225px;
}

.qx-branding .login {
    position: absolute;
    margin: auto;
    display: block;
    width: 368px;
    height: unset;
    padding: 24px 50px 32px;
    border-radius: 24px;
    top: 13%;
    left: 37%;
    border: none;
}
/******************************************/
/*      CSS STYLE FOR LOGOUT PAGE         */
/******************************************/
.logout_message {
    font-size: 20px;
    line-height: 26px;
    padding: 150px 0px 25px 0px;
    color: #f9b210;
}
.qx-branding .logout {
    background: transparent;
    height: initial;
    border: none;
    margin: auto;
    width: initial;
    left: initial;
    display: block;
}
.qx-branding .logout a.submit {
    color: #000000;
    background-color: #FFFFFF;
    width: 368px;
    border-radius: 32px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    padding: 5px 0;
    font-family: 'HelveticaNeueW01-65Medi','Arial','Helvetica','Ariel','sans-serif';
    text-decoration: none;
}
.qx-branding .logout a.submit:hover {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}
.qx-branding.qx-logout .logout .qx-sign-in {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    width: 365px;
    margin: auto;
}
.qx-branding.qx-logout .logout {
    width: 100%;
}
.qx-branding.qx-logout .qx-sign-in .content .label {
    color: #000000;
    padding-bottom: 32px;
}
.qx-branding.qx-logout .qx-sign-in .content .submit {
    color: #FFFFFF;
    background-color: #007E45;
    text-decoration: none;
}
.qx-branding.qx-logout .qx-sign-in .content .submit:hover {
    text-decoration: underline;
}
.qx-branding.qx-logout .logout div.header {
    padding: 0;
    display: flex;
    justify-content: center;
}
.qx-branding .logout div.header {
    text-align: center;
}
.qx-branding .logout .qx-branding-intacct {
    padding-top: 40px;
}
.qx-branding .logout .qx-branding-intacct span {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'HelveticaNeueW01-65Medi','Arial','Helvetica','Ariel','sans-serif';
    font-weight: 700;
}
.qx-branding .logout div.label {
    font-size: 18px;
    color: #FFFFFF;
    padding: 96px 0px 24px 0px;
}
.qx-branding .logout_logo {
    margin: 124px 0px 0px 0px;
    width: 356px;
    height: 403px;
    left: 55%;
    position: initial;
}
.qx-branding .logout .qx-sign-in {
    display: flex;
    justify-content: center;
    width: 100vw;
}
.logout {
    position: absolute;
    border: 1px solid #c8c9ca;
    background-color: white;
    left: 50%;
    width: 700px;
    height: 250px;
    margin: 0px 0px 0px -350px;
}
.logout div.label {
    font-size: 24px;
    font-weight: bold;
    padding: 35px 0px 35px 0px;
}
.logout div.content {
    width: 100%;
    height: 100%;
}
.logout_logo {
    position: absolute;
    left: 50%;
    width: 700px;
    margin: 260px 0px 0px -345px;
    text-align: right;
}

/******************************************/
/*   CSS STYLE FOR AUTHENTICATION PAGE    */
/******************************************/
body.auth_page {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size: 14px;
}
.authentication {
    color: #4c4c4c;
    border: 1px solid #c8c9ca;
    background-color: white;
    margin: 5px 10px 0px 10px;
    position: absolute;
    display: table;
    height: 300px;
    width: 450px;
    left: 50%;
    margin: 150px 0px 0px -225px;
}
.authentication label {
    width: 120px;
}
.authentication li.auth_message {
    padding: 0px 0px 20px 0px;
}
.authentication li.auth_email {
    padding: 20px 0px 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/******************************************/
/*  CSS STYLE FOR FORGOT PASSWORD PAGE    */
/******************************************/
.forget_password {
    background-color: #FFFFFF;
    border: 1px solid #c8c9ca;
    display: inline-block;
    margin: 50px;
    margin-top: 100px;
    text-align: left;
    white-space: nowrap;
    width: 880px;
    border-radius: 8px;
}

.forget_password>* {
    white-space: normal;
}

.forget_password div.v_separator {
    float: left;
    border-left: 1px solid #E4E2DD;
    height: 275px;
 }
.forget_password div.v_separator2 {
    float: left;
    border-left: 1px solid #E4E2DD;
    height: 293px;
}
.forget_password div.title {
    font-size: 22pt;
    font-weight: bold;
    color: #4c4c4c;
    padding: 25px 0px 25px 25px;
}
.forget_password div.left_message {
    width: 430px;
}
.forget_password div.right_message {
    width: 415px;
}
.forget_password div.right_message {
    padding: 15px 0px 0px 25px;
}
.forget_password input[type="submit"] {
    /*width: 110px;*/
    /*background-position: -40px 0px;*/
}
.forget_password .right_message ul,
.forget_password .fp_alert_msg ul {
    padding-top: 15px;
    padding-bottom: 15px;
}
.forget_password .right_message li,
.forget_password .fp_alert_msg li {
    list-style-type: disc;
}
.forget_password .fp_authentication label,
.forget_password .fp_reset label,
.forget_password .fp_changepassword label {
    width: auto;
}
.forget_password .fp_reset input[type="submit"] {
    background-position: 0px 0px;
}
.forget_password a.submit {
    margin: 50px 0px 0px 0px;
}
.forget_password .fp_changepassword input[type="submit"] {

}
.forget_password div.fp_alert_msg {
    padding: 15px 15px 15px 15px;
}
.forget_password div.fp_alert_msg div.fp_title {
    font-weight: bold;
    font-size: 16pt;
    height: 48px;
    width: 100%;
    line-height: 48px;
    padding: 0px 0px 15px 0px;
}
.forget_password div.fp_alert_msg div.fp_title * {
    float: left;
    padding: 0px 15px 0px 0px;
}
.forget_password div.fp_button_footer {
    width: 100%;
    text-align: right;
    padding: 0px 0px 0px 0px;
}
.forget_password div.fp_button_footer div {
    float: right;
    padding: 40px 20px 20px 0px;
}
.forget_password div.fp_button_footer .button_reg {
    width: 150px;
}

.customQsBlock {
    display: none;
}
/******************************************/
/*  CSS STYLE FOR FORGOT PASSWORD PAGE    */
/******************************************/
body.auth_page {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size: 14px;
}
.authentication {
    color: #4c4c4c;
    border: 1px solid #c8c9ca;
    background-color: white;
    margin: 5px 10px 0px 10px;
    position: absolute;
    display: table;
    height: 300px;
    width: 450px;
    left: 50%;
    margin: 150px 0px 0px -225px;
}
.authentication label {
    width: 120px;
}
.authentication li.auth_message {
    padding: 0px 0px 20px 0px;
}
.authentication li.auth_email {
    padding: 20px 0px 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*********************************************************/
/*  CSS STYLE FOR SAMPLE COMPANY TOS INTERRUPTER PAGE    */
/*********************************************************/
.sample_tos {
    background-color: #FFFFFF;
    border: 1px solid #E4E2DD;
    width: 880px;
    height: 350px;
    position: absolute;
    display: table;
    left: 50%;
    margin: 150px 0px 0px -425px;
    border-radius: 8px;
}
.sample_tos div.v_separator {
    float: left;
    border-left: 1px solid #E4E2DD;
    height: 275px;
 }
.sample_tos div.title {
    font-size: 22pt;
    font-weight: bold;
    color: #4c4c4c;
    padding: 25px 0px 25px 25px;
}
.sample_tos div.left_message {
    width: 430px;
}
.sample_tos div.right_message {
    width: 415px;
}
.sample_tos div.right_message {
    padding: 15px 0px 0px 25px;
}
.sample_tos input[type="submit"] {
    width: 110px;
    background-position: -40px 0px;
}
.sample_tos .right_message ul,
.sample_tos .fp_alert_msg ul {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sample_tos .right_message li,
.sample_tos .fp_alert_msg li {
    list-style-type: disc;
}
.sample_tos .fp_authentication label,
.sample_tos .fp_reset label,
.sample_tos .fp_changepassword label {
    width: 120px;
}
.sample_tos .fp_reset input[type="submit"] {
    width: 150px;
    background-position: 0px 0px;
}
.sample_tos a.submit {
    margin: 50px 0px 0px 0px;
}
.sample_tos .fp_changepassword input[type="submit"] {
    width: 100px;
    background-position: -50px 0px;
}
.sample_tos div.fp_alert_msg {
    padding: 15px 15px 15px 15px;
}
.sample_tos div.fp_alert_msg div.fp_title {
    font-weight: bold;
    font-size: 16pt;
    height: 48px;
    width: 100%;
    line-height: 48px;
    padding: 0px 0px 15px 0px;
}
.sample_tos div.fp_alert_msg div.fp_title * {
    float: left;
    padding: 0px 15px 0px 0px;
}
.sample_tos div.fp_button_footer {
    width: 100%;
    text-align: right;
    padding: 0px 0px 0px 0px;
}
.sample_tos div.fp_button_footer div {
    float: right;
    padding: 40px 20px 20px 0px;
}
.sample_tos div.fp_button_footer .button_reg {
    width: 150px;
}

/*************************************************************/
/*  CSS STYLE FOR FORGOT SAMPLE COMPANY TOS CONTENTS PAGE    */
/*************************************************************/
.sample_tos_contents {
    background-color: #FFFFFF;
    border: 1px solid #E4E2DD;
    width: 880px;
    display: table;
    left: 50%;
    margin: 100px 80px;
}
.sample_tos_contents div.title {
    font-size: 22pt;
    font-weight: bold;
    color: #4c4c4c;
    padding: 25px 0px 25px 25px;
}
.sample_tos_contents div.contents {
    padding: 20px 20px;
}

/*************************************************************/
/*  CSS STYLE FOR OAUTH FLOW  */
/*************************************************************/
.oauth_content {
    padding: 0px 0px 25px 25px;
}

.oauth_access_login_content {
    /* 40px footer height + 16px padding */
    margin-bottom: 56px;
}

.oauth_access_oauth_content {
    /* Possibly update .oauth_content padding with this value */
    padding: 0px 25px 25px 25px;
}

.oauth_infobox {
    padding: 0px 0px 20px 0px;
    font-family: 'HelveticaNeueW01-55Roma','Arial','Helvetica','Ariel','sans-serif';
}

.full_login div.oauthbox {
    font-family: 'HelveticaNeueW01-55Roma','Arial','Helvetica','Ariel','sans-serif';
    box-sizing: border-box;
    background-color: white;
    min-height: 180px;
    width: 890px;
    border: 1px solid #c8c9ca;
    border-radius: 4px;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    padding: 30px 0px 30px 20px;
}
.oauth_label {
    font-family: 'HelveticaNeueW01-65Medi','Arial','Helvetica','Ariel','sans-serif';
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.oauth_readonly {
    font-family: 'HelveticaNeueW01-55Roma','Arial','Helvetica','Ariel','sans-serif';
    color: #333;
    font-size: 13px;
}

.oauth_agreement {
    padding: 40px 0px 20px 4px;
}

.oauth_button {
    border-radius: 4px;
    color: #0077c8;
    background-color: #fff;
    border: 2px solid #0077c8;
    font-family: 'HelveticaNeueW01-55Roma','Arial','Helvetica','Ariel','sans-serif';
    font-size: 14px;
    padding: 3px 15px;
    margin-left: 5px;
    cursor: pointer;
}
.oauth_button:hover {
    background-color:#0077c8;
    color: #fff;
}
.oauth_formrow {
    padding: 10px 20px 20px 0px;
}
.loginbox_text_oauth {
    border-top:2px solid #c8c9ca;
    padding: 15px 0px 0px 0px;
    font-size: 12px;
    margin: 15px 0px 0px 0px;
}

@media screen and (max-width: 360px) {
    .oauth_access_full_login div.page_footer {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .oauth_access_full_login {
        width: 100%;
    }

    .oauth_access_full_login div.oauthbox {
        width: 100%;
    }
    
    .oauth_access_full_login div.login_content {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .oauth_access_full_login div.links {
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .oauth_access_full_login div.logos {
        display: flex;
        justify-content: center;
    }

    .oauth_access_full_login div.oauthbox {
        width: 100%;
    }
}

@media screen and (max-height: 800px) {
    .oauth_access_full_login div.logos {
        margin: 10px 0px 0px 0px;
    }

    .oauth_access_full_login div.oauthbox {
        padding: 20px 20px;
    }

    .oauth_access_full_login div.login_content {
        margin-top: 16px;
        width: 90%;
    }

    .oauth_infobox {
        padding: 0px 0px 10px 0px;
    }

    .oauth_agreement {
        padding: 10px 4px;
    }
}
