/* ---------------------------------------------- IMPORT STYLE SHEETS ---------------------------------------------- */
@import url('/fonts/lato/latofonts.css');
@import url('/fonts/lato/latostyle.css');

/* ------------------------------------------------- Login Styling ------------------------------------------------- */
body {
    background-color: #fff;
    background:url('/img/background.jpg') no-repeat;
    background-size:cover;
    font-family: "LatoWeb", sans-serif;
}

.navbarLogo{
    width: auto;
    height: auto;
}

#credentialsCard {
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    border: 1px solid black;
}

.card-header h3 {
    color: black;
    font-family: "LatoWeb", sans-serif;
}
.card-header {background-color:#fff;}

.input-group-prepend span {
    width: 40px;
    background-color: #fcdb02;
    color: white;
    border: 0 !important;
}

input:focus {
    box-shadow: 0 0 0 0 !important;
}

.login_btn {
    background-color: #00aeef;
    color: white;
    width: 100%;
}

.login_bg {
    background-image: url("/img/bgv4.jpg");
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ----------------------------------------------- CodeIgniter Styling --------------------------------------------- */
/* Styling for CodeIgniter errors class */
.errors {
    padding-top: 12px;
}