html,
body {
    height: 100%;
    background-color: #fff;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    color: #333;
}
.full-image {
    background: url("../images/login-bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-div, #forgot-div {
    margin-top: 40px;
}

.form-signin {
    width: 100%;
    max-width: 430px;
    padding: 30px;
    margin: auto;
    background-color: #FFF;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.footer-bottom {
    margin-bottom: 30px;
}

.text-grey {
    color: #b3b7bb !important;
}
.nav-pills .nav-link{
    border-radius: 0px!important;
}

@media only screen and (max-width: 30em) {
    a.tabClassActive {
        font-size:14px;
        font-weight:bold;
        padding:10px 5px;
        color:#FFF;
        text-transform: uppercase;
        background:#ed6729;
    }
    a.tabClass {
        font-size:14px;
        font-weight:bold;
        padding:10px 5px;
        color:#FFF;
        text-transform: uppercase;
        background:#2a3e97;
    }
}

@media only screen and (min-device-width : 768px) {
    a.tabClassActive {
        font-size:14px;
        font-weight:bold;
        padding:15px 20px;
        color:#FFF;
        text-transform: uppercase;
        background:#ed6729;
    }
    a.tabClass {
        font-size:14px;
        font-weight:bold;
        padding:15px 20px;
        color:#FFF;
        text-transform: uppercase;
        background:#2a3e97;
    }
}
.printlink{
    line-height: 1;
    padding: 23px 37.5px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: none;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .72px;
    font-weight: 600;
    transition: .3s;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
    text-overflow: ellipsis;
    border: 1px solid;
    font-size: .75rem;
    border-radius: 3px;
}

.buttons-print{
    line-height: 1;
    padding: 23px 37.5px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: none;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .72px;
    font-weight: 600;
    transition: .3s;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
    text-overflow: ellipsis;
    border: 1px solid;
    font-size: .75rem;
    border-radius: 3px;
    color: #2ed3ae !important;
    background-color: transparent;

    text-decoration: none;
}

.buttons-print:hover{
    color: #2ed3ae !important;
    background-color: transparent;
    text-decoration: none;

}
