/***** LOGIN Styles *****/

body.signin {
   
}
.content_section {
    background-color: #D9DAE7; /* light background for contrast */
    font-family: 'PT Sans Narrow', sans-serif;
    align-items: center;
    background: #D9DAE7 none repeat scroll 0 0;
    display: flex;
    height: 100vh;
    position: relative;
}
.panel-signin {
    background-color: #1E215C; /* slightly lighter than #0F1048 */
    border-color: #0F1048;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.panel-signin .panel-signin-heading {
    background-color: #0F1048;
    border-bottom: 4px solid #09092E; /* darker border */
    color: #ffffff;
}
.signin-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    color: #FFF;
}
.signin-title img {
    margin-right: 4px;
}
.btn-green {
    background-color: #0F1048;
    border-color: #0F1048;
    color: #FFF;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    background-color: #2A2B6B; /* hover effect */
    border-color: #2A2B6B;
    color: white;
}
.logofont {
    height: 50px;
    width: 75px;
}
.logofont img {
    height: 100%;
    width: 100%;
}
p {
    color: #0F1048;
    margin: 0 0 10px;
}
.glyphicon {
    color: #0F1048;
}
#check-awesome a {
    color: #FFF;
    text-decoration: none;
}
.text-muted {
    color: #0F1048;
    font-weight: 800;
    font-size: 23px;
}
