html {
    min-width: 380px;
}

.navbar-vetrf {
    background-image: linear-gradient(to bottom, #f8f8f8, #e3e3e2);
    border: 1px solid #b9b9b9;
    border-top: none;
}

.help-system-nav {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #777777;
    font-size: 16px;
}

.help-system-nav:hover {
    color: #000000;
    text-decoration: none;
}

.footer {
    background-image: url(../images/footerbackground.png);
    border-top-width: 1px;
    border-top-color: darkgray;
}

.con-foo-h {
    font-size: 15.5px;
    font-weight: bold;
    padding-top: 8px;
    margin-top: 10px;
    color: #3d3d3d;
    font-family: Tahoma, Geneva, sans-serif;
}

.con-email {
    font-size: 13px;
}

.con-copyright {
    height: 130px;
}

.con-cop-text {
    position: relative;
    float: left;
    width: 190px;
    height: 80px;
    margin-top: 50px;
    font-family: Tahoma, Geneva, sans-serif;
    font-stretch: extra-condensed;
    font-size: 11px;
    color: #565656;
    line-height: 13px;
}

.con-eagle {
    position: relative;
    margin-top: 20px;
    float: left;
    padding: 15px;
}

.con-sys-ul li {
    font-size: 13px;
    line-height: 25px;
}

.con-sys-ul a {
    padding-left: 10px;
    text-decoration: underline;
    color: #565656;
    background-image: url(../images/marker.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.con-sys-ul li {
    width: 110px;
    background-color: transparent;
    border: none;
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.system-name {
    font-family: 'Roboto', sans-serif;
    color: #545c7c;
    font-weight: bold;
    text-align: center;
}

.cons-description {
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 20px;
    padding-top: 10px;
    width: 350px;
    color: #545353;
}

.p-description {
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 20px;
    padding-top: 10px;
    color: #545353;
}

.signing-box {
    background-color: #eaeaea;
    border: 1px solid #dedede;
    border-radius: 4px;
    width: 350px;
    padding: 20px;
    /*margin-bottom: 1rem !important;*/
}

.signing-box-col {
    background-color: #eaeaea;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 20px;
}

.signing-box h2, .signing-box-col h2 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: normal;
    margin: 0;
}

.help-btn:hover {
    background-color: black;
}

.passwd-label,
.login-label {
    font-size: 13px;
    margin: 0;
    font-weight: bold;
}

.code-label {
    font-size: 13px;
    padding: 0;
    font-weight: bold;
}

.checkboxes-div label {
    display: inline;
    margin: 4px;
}

.tooltip-inner {
    background-color: white;
    color: black;
    max-width: 250px;
}

.tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: white;
}

.tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: white;
}

.tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: white;
}

.tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: white;
}

.wait-text {
    float: left;
    max-width: 150px;
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}

.error-message {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    color: red;
    width: 100%;
}

@media (min-width: 576px) {
    .con-eagle {
        border-left: 1px #CCCCCC solid;
    }

    .system-logo {
        width: 125px;
    }
}

@media (max-width: 575px) {
    .con-eagle {
        margin-top: 0;
    }

    .con-cop-text {
        margin-top: 20px;
    }

    .system-logo {
        width: 100px;
    }
}

@media (min-width: 990px) {
    main {
        padding-top: 40px;
    }

    .system-logo {
        width: 150px;
    }

    .cons-description {
        width: 500px;
    }
}

.table-esia-connect {
    width: 100%;
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
}

.table-esia-connect td,
th {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #e1e1e1;
}

.table-esia-connect td {
    text-align: right;
    padding-right: 15px;
    width: 45%;
}

.table-esia-connect thead {
    text-align: center;
}

.warning-texts {
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 20px;
    padding-top: 10px;
}

.greyLink {
    color: gray;
    position: relative;
    width: 350px;
}

.greyLink:hover {
    color: #2c3034;
}

.loginFormButtonGos {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
    height: 74px;
    cursor: pointer;
    border-radius: 16px;
    background: #0166b3;
    box-shadow: 0 3px 10px 0 rgba(1, 102, 179, .15);
}

.loginFormButtonGosAdditional {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
    height: 45px;
    cursor: pointer;
    border-radius: 16px;
    background: #0166b3;
    box-shadow: 0 3px 10px 0 rgba(1, 102, 179, .15);
}

.loginFormLoginByText {
    margin-bottom: 6px;
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: solid;
}

.loginFormButtonSign {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
    height: 74px;
    cursor: pointer;
    border-radius: 16px;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 3px 10px 0 rgba(1, 102, 179, .15);
}

.loginFormButtonSignAdditional {
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
    height: 45px;
    cursor: pointer;
    border-radius: 16px;
    background: hsl(0, 0%, 95%);
    box-shadow: 0 3px 10px 0 rgba(1, 102, 179, .15);
}

.loginLink {
    color: #3d3d3d;
    text-decoration: none;
}

.loginFormButtonSignText {
    color: #4d4d4d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: solid;
}

.loginFormButtonSignTextAdditional {
    color: #4d4d4d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: solid;
}

.loginFormText {
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 20px;
    padding-top: 10px;
    color: #545353;
}

.card.selected {
    border-width: 5px;
    border-color: gray;
}

.card-radio:hover:not(.selected) {
    cursor: pointer;
    border-width: 3px;
    border-color: lightgray;
}

.form-check-label{
    color: #4d4d4d;
}

.signing-box-col.btn-light button{
    color: #4d4d4d;
}

.tooltip.show {
    opacity: .85;
}

.tooltip-inner {
    text-align: start;
}