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?3.11);
    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 {
    position: relative;
    margin: 15px 0;
    background-color: #eaeaea;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 350px;
    height: auto;
    text-align: left;
    padding: 10px;
}

.signing-line {
    color: #c8c8c8;
    padding: 0;
    margin: 0 0 15px;
    width: 100%;
    height: 1px;
    border-bottom: 1px #c8c8c8 solid;
}

.signing-box h2 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: normal;
    padding: 7px 0 7px 30px;
    margin: 0;
}

.help-btn:hover {
    background-color: black;
}

.passwd-div, .login-div, .checkboxes-div, .code-div {
    padding-left: 20px;
    padding-right: 20px;
    margin: 3px 0 3px 0;
}

.passwd-label, .login-label{
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.code-label {
    font-size: 13px;
    padding: 0;
    font-weight: bold;
}

.wrap-login {
    text-align: right;
}

.login-btn {
    position: relative;
    margin-right: 20px;
}

.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-left: 20px;
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}

.error-message {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    color: red;
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
}

@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;
    }
}

