/*--------------------------------------------------------------------------
   pages.account
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*   themes.facades.yeti.font
\*--------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");

html,
body {
    height: 100%;
    font-family: "Open Sans", Sans-serif;
    font-size: 0.9375rem;
}

h1 {
    font-size: 2.34375rem;
    font-weight: 300;
}

h3 {
    font-weight: 400;
    font-size: 1.35em;
}
.btn {
    width: 100%;
}

label {
    color: #fff;
    font-size: 0.9375rem;
}

/* --------- START - System pages style ----------*/

.system-page-content {
    background-color: #ecf0f5;
    text-align: center;
    height: auto;
}

.system-img {
    opacity: 0.3;
    margin-top: 100px;
    margin-bottom: 50px;
}

.system-message {
    color: #25476a;
    height: 100%;
    font-family: "Open Sans", Sans-serif;
    font-weight: 300;
}

.system-sub-message {
    color: #25476a;
    height: 100%;
    font-family: "Open Sans", Sans-serif;
    font-size: 1rem;
}

.system-message-code {
    color: #25476a;
    height: 100%;
    font-family: "Open Sans", Sans-serif;
    margin-top: 10px;
}

.system-retry-button {
    background-color: #25476a;
    height: 100%;
    font-family: "Open Sans", Sans-serif;
    font-size: 1rem;
    color: #ecf0f5;
    margin-top: 50px;
    width: auto;
}

.system-wrapper {
    max-width: 700px;
    padding: 30px 20px;
    margin: 0 auto;
    text-align: center;
}

.system-supported-browsers-list {
    list-style: none;
    padding: 0px;
    width: 600px;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #c5c5c5;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.system-supported-browsers-list-item {
    padding: 26px 30px 26px 85px;
    border-bottom: 1px solid #dcdcdc;
}

.system-browser-chrome {
    background: url(images/chrome.png) no-repeat 30px 50%
}

.system-browser-firefox {
    background: url(images/firefox.png) no-repeat 30px 50%
}

.system-browser-opera {
    background: url(images/opera.png) no-repeat 30px 50%
}

.system-browser-safari {
    background: url(images/safari.png) no-repeat 30px 50%
}

.system-browser-edge {
    background: url(images/edge.png) no-repeat 30px 50%
}

.system-message-link {
    color: #216ba5;
    text-decoration: none
}

.system-message-link:hover {
    color: #144063;
    text-decoration: underline
}

.system-clearfix {
    clear: both
}

.system-icon {
    font-size: 42px;
    color: #25476a;
    margin-right: 16px;
}

.system-header {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.system-supported-browsers {
    margin-top: 35px;
}