* {
font-family: 'Cairo', sans-serif;
}

html, body {
    height: 100%;
}

.footer {
    background: #e7e7e7;
    position: relative;
}
body.login{
    background: linear-gradient(135deg, #007BFF, #FF7F50);
}

.container{
    min-height: 85%;
}

table.main_tbl{
    width:350px;
    margin: 0px auto;
}

/* Navbar menu styles */
.navbar-nav {
    float:right;
}

.nav-link{
    font-weight: 14px;
}