.login-page .faq-config {
    position: absolute;
    top: 420px;
    left: -400px;
    bottom: 40px;
    width: 400px;
    display: block !important;
}

.login-page .skin-outlook #login-form .box-bottom {
    top: 240px;
    left: 400px;
}


::-webkit-selection {
    background: #2D2F36;
}
::-moz-selection {
    background: #2D2F36;
}
body.login-page {
    background: white;
    font-family: 'Inter UI', sans-serif!important;
    margin: 0;

}
.login-page  .page {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    position: absolute;
    place-content: center;
    width: 100%;
}

.login-page .container {
    padding: 20px !important;
    margin: 50px auto;
    width: 710px !important;
    position: relative;
    top: 120px;
    left: -50%;
    background-color: #f5f5f5;
    font-size: 12px;
}

.login-page .container h2 {
    font-size:1.3em;
    font-weight:700;
    color: #0075c8;
    margin: 0px;
    line-height: 40px;
}

.login-page .container h2 img {
    height: 40px;
    margin-bottom: -10px;
    margin-left: -10px;
}

.login-page .container .image {
    text-align: center !important;
}

.login-page .container .image img {
    width: 70%;
    height: auto;
    display: inline-block;
}

.login-page .container p {
    font-size:14px;
    color:#333;
}


.login-page .articles {
    display: inline-flex;
    width: 100%;
}

.login-page .articles > div.left {
    width: 50%;
    float: left;
}

.login-page .articles > div.right {
    width: 50%;
    float: left;
}


.login-page .articlesList{
    padding-right:20px;
    list-style:none;
    display: inline;
}

.login-page .articlesLink {
    font-weight:700;
    /*    line-height: 25px; */
    margin-top:20px;
    margin-right:30px;
}

.login-page a{
    text-decoration:underline;
    color:#333;
    font-weight:600;
}

/* The Modal (background) */
.login-page .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.login-page .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    /*width: 80%;*/
    max-width: 800px;
}

.login-page .modal-content img {
    max-width: 100%;
}

/* The Close Button */
.login-page .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
}

.login-page .close:hover,
.login-page .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-device-width: 768px) {
    /* Styles */
    .login-page .xmobile .container {
        left: 0;
        width: auto !important;
        padding: 10px;
        margin: 10px;
        top: 300px;
    }

    .login-page .xmobile .container .articles {
        display: block;
    }

    .login-page .xmobile .container .articles > div.left {
        width: 100%;
        float: left;
    }

    .login-page .xmobile .container .articles > div.right {
        width: 100%;
        float: left;
    }

    .login-page .xmobile .container .articles > div.right {
        margin-top: 30px;
    }
}
