body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    margin: 0;
}
table {
    width:100%;
    border-spacing: 0;
    border-collapse: separate;
    padding: 0;
    border: 0;
    /* border: 1px solid lightgrey; */
}
tr, td {
    border: 0;
    /* border: 1px solid lightgrey; */
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: #bbbbbb;
    text-decoration: none;
}
a:hover {
    color: white;
    text-decoration: underline;
}
a:active {
    color: #bbbbbb;
    text-decoration: underline;
}

ul {
    color: white;
}

.bottom_title {
    width: 80%;
    margin: 28px auto 0 auto;
}
.bottom_right_title {
    width: 90%;
    margin: 4px 0 0 auto;
}
.center_title_xs {
    width: 80%;
    margin: 8px auto;
}
.center_left_title_xs {
    width: 80%;
    margin: 12px auto;
}
.center_login_md {
    width: 80%;
    margin: 8px auto;
}
.center_login_xs {
    width: 80%;
    margin: 8px auto;
}
.title {
    background: rgba(96, 103, 106, 0.2);
}
.screen_title {
    background: rgba(96, 103, 106, 0.2);
}
.index_content {
    background: rgba(96, 103, 106, 0.2);
}
.logout_content {
    background: rgba(0, 46, 88, 1);
    background: linear-gradient(126deg, rgba(0,46,88,1) 0%, rgba(0,68,129,1) 35%, rgba(0,80,153,1) 100%);
}
.logout_content_transparent {
    background: rgba(0, 80, 153, 0);
}
.logout_content_inner {
    border-radius: 15px;
    background: rgba(38,83,124,1);
    background: linear-gradient(126deg, rgba(38,83,124,1) 0%, rgba(38,98,155,1) 45%, rgba(38,106,168,1) 100%);
}
.text-link {
    color: #606770;
    font-weight: bold;
    font-size: 28px;
}
.text-link_md {
    color: #606770;
    font-weight: bold;
    font-size: 20px;
}
.text-link_xs {
    color: #606770;
    font-weight: bold;
    font-size: 27px;
}
.text-title-login {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 42px;
}
.text-subtitle-login {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
}
.text-title-login_md {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 38px;
}
.text-title-login_xs {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 32px;
}
.text-login {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 34px;
}
.text-login_md {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 27px;
}
.text-login_xs {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 20px;
}
.text-logout {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 26px;
}
.text-logout_md {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 21px;
}
.text-logout_xs {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 26px;
}
.login_err_outer {
    display: table;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 70px;
    border:3px solid #FF9900;
}
.login_err_inner {
    display: table-cell;
    vertical-align: middle;
    color: #FF9900;
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    padding-left: 70px;
}
.login_err_md {
    color: #FF9900;
    font-weight: normal;
    font-size: 21px;
}
.login_err_xs {
    color: #FF9900;
    font-weight: normal;
    font-size: 18px;
}
.text-login-input {
    border-radius: 10px;
    width: 500px;
    height: 70px;
    padding-left: 75px;
    color: #606770;
    font-weight: normal;
    font-size: 34px;
}
.text-delete-input {
    margin-left: 0;
    border-radius: 10px;
    width: 50%;
    height: 35px;
    padding-left: 10px;
    color: #606770;
    font-weight: normal;
    font-size: 20px;
}
.right-input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 64px;
    height: 65px;
    position: relative;
    top: -67px;
    margin-bottom: -64px;      /* removes the space created by the negative top */
    right: -433px;
    margin-right: 3px;
    background-color: #FF9900;
}
.right-input-content > img {
    height: 40px;
    margin: 10px 13px;
}
.left-fa{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 64px;
    height: 64px;
    position: relative;
    top: -67px;
    left: 3px;
    margin-bottom: -67px;      /* removes the space created by the negative top */
}
.left-fa-content {
    margin: 12px 17px;
}
.left-error-content {
    margin: 12px 17px;
}
.left-error-content > img {
    height: 40px;
}
.text-login-input_md {
    color: #606770;
    font-weight: normal;
    font-size: 27px;
}
.text-login-input_xs {
    color: #606770;
    font-weight: normal;
    font-size: 24px;
}
.text-button {
    border-radius: 10px;
    width: 500px;
    height: 70px;
    color: #005099;
    background-color: #E2F7FF;
    font-weight: bold;
    font-size: 28px;
}
.text-button:link {
    color: #005099;
    background-color: #E2F7FF;
}
.text-button:visited {
    color: #005099;
    background-color: #E2F7FF;
}
.text-button:hover {
    color: #005099;
    background-color: #E2F7FF;
}
.text-button:active {
    color: #005099;
    background-color: #E2F7FF;
}
form button i {
    display: none !important;
}
form button:hover i {
    display: inline-block !important;
}
.text-title {
    color: #005099;
    font-weight: normal;
    font-size: 34px;
}
.text-title_xs {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 26px;
}
.text-breadcrumbs {
    color: #606770;
    font-size: 14px;
    height: 29px;
}
.text-myxl3 {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 22px;
}
.text-myxl3_xs {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
}
.text-myxl3-screen {
    color: #005099;
    font-weight: normal;
    font-size: 22px;
}
.text-myxl3-screen_md {
    color: #005099;
    font-weight: normal;
    font-size: 16px;
}
.overlay {
    background: #000000;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.full_screen_icon {
    padding-top:95px;
    padding-right:35px;
    cursor: pointer;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateX(0);}
    40% {-webkit-transform: translateX(30px);}
    60% {-webkit-transform: translateX(15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateX(0);}
    40% {transform: translateX(30px);}
    60% {transform: translateX(15px);}
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
@media only screen and (max-width: 1020px) {
    .text-button {
        font-size: 22px;
    }
}