﻿html, body {
    font-family: 'Open Sans', sans-serif;
    color: black;
    background-color: white;
}

/*_Navigation*/
.nav-bg {
    background-color: #252161 !important;
    min-height: 45px;
}

.navbar-toggler {
    border: none;
    color: white !important;
    font-size: 23px;
}
/*login pages*/
.signin-frame, .signin-card {
    max-width: 1110px !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
}

    .signin-card a:link, .signin-card a:active, .signin-card a:visited {
        color: #016A92;
        text-decoration: underline;
    }

.signin-card-content {
    padding: 6px 18px 16px 18px;
}
/*general styling*/
.clearfix {
    clear: both;
}

.main-title {
    font-size: 24px;
    color: #000000;
    font-weight: 300;
}

.main-label {
    font-size: 16px;
    font-weight: 400 !important;
    color: #515151 !important;
}

.light-label {
    font-size: 16px;
    font-weight: 300 !important;
    color: #515151 !important;
}

.signin-card {
    color: #000;
}

    .signin-card input.form-control {
        width: 100% !important;
    }

.card-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
}

.main-hr {
    background: #707070;
}

.small-label {
    font-size: 12px;
    font-weight: 400 !important;
}

.main-button {
    box-shadow: 0px 2px 2px #0000003D;
    padding: 0 12px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 2.3;
    height: 36px;
}

button:focus {
    outline: none;
}

.signin-card-content .btn.btn-primary, .btn-primary {
    background-color: #0FB6F7 !important;
    border-color: #0FB6F7 !important;
    box-shadow: 0px 2px 2px #0000003D;
    padding: 0 12px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 300;
}

.main-button .fa, .main-button .fas {
    font-size: 24px;
    float: right;
}

/*footer*/
.footer-container {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer {
    background: #0FB6F7;
    height: 43px;
    padding: 0 12px;
    line-height: 40px;
}

.footer-text {
    font-size: 14px;
    font-weight: 300;
    color: white;
    float: left;
    opacity: .5;
}

.footer-img {
    height: 25px;
    width: 55px;
    float: right;
}

@media only screen and (max-width:480px) {
    /*_Navigation*/
    .bg-header .container {
        padding: 0;
    }

    .container-fluid.content, .container {
        padding: 0 !important;
    }
    /*login*/
    .signin-frame, .signin-card {
        box-shadow: none !important;
    }
}
