@CHARSET "ISO-8859-1";
body {
    font-family: Calibri;
}

div.login_div{
	text-align: left;
    padding: 5px;
}
#headerCard {
    background: #4472c4 !important;
    color: white;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
}

.login_div{
	background: white;
    /* opacity: 0.8; */
    position: relative;
    border: 1px black solid;
    z-index: 99;
    border-radius: 10px;
    height: auto !important;
    width: 392px !important;
}
.nav-item {
    padding: 0 20px;
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.nav-link {
    color: #333!important;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 600;
}

.nav-link:hover {
    color: #4472c4!important;
}

.page-bottom{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
}

#mainLayout {
    width: 100% !important;
    margin: -1px auto 0;
}

.login-wrap {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}


#testimonial {
    text-align: left;
    padding: 5px;
    color: white;
    font-family: 'calibri';
    font-style: italic;
    font-size: 2rem;
    width: 630px;
    margin: 0;
    position: absolute;
    right: 200px;
    bottom:35%;
    z-index: 0;
    padding-top: 20px;
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #4472c4 !important;
    color: white;
    text-align: left;
    border-top: 5px solid #000;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
}

.footer img {
    padding: 25px 40px;
}

.footer .container {
    max-width: 100%!important;
}
table.login_table{
	width:100%;
}
div.login_div td{
	padding:3px;
}
div.login_div input[type=text],div.login_div input[type=password]{
	width:100%;
}
div.login_div input[type=submit]{
	width:30%;
}
