.session-timeout-main .submit {
    text-align: center;
    padding: 10px;
}
.session-timeout-main .body {
    padding: 10px 30px;
    text-align: right;
    border-top: 1px solid #c1c1c1;
}
.session-timeout-main .timeout-header button {
    padding: 1.1rem 2rem;
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 5px;
}

.session-timeout-main .timeout-header span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.session-timeout-main .timeout-header button:hover:before {
    color: #1a1a1a;
}
.session-timeout-main .timeout-header button:before {
    font-size: 32px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.session-timeout-main .timeout-header {
    text-align: left;
    padding-bottom: 1.2rem;
    padding-top: 3rem;
}
.session-timeout-main .timeout-screen {
    font-size: 1.8rem;
    display: block;
    position: absolute;
    right: 20%;
    top: 10%;
    width: 60%;
    background: white;
    margin: 5rem auto;
    height: auto;
    box-sizing: border-box;
    opacity: 1;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    transition: transform .4s ease;
}
@media (max-width: 767px) {
    .session-timeout-main .timeout-screen {
        right: 5%;
        left: 5%;
        width: 90%;
    }
}
.session-timeout-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 910;
}
