﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url('../assets/img/bg2025.png') ;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: 100% 100%;
}
.loginBody {
    background-image: url('../assets/img/login-bg2025.png') !important;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */

    text-align: center
}
.hamburgermenu {
    border: 0px !important; 
}
.headermenu {
    background-color: white;
    text-align: center;
}
header {
   /*margin-bottom:22%;*/
}
.iconmenuleft {
    padding:2% 3% 2% 6%;
}
    .iconmenuleft h2 {
        color:white
    }
.iconmenuright {
    padding:  2% 6% 2% 3%;
}
.yazidiv {
    text-align: justify;
    border-radius: 10px; 
    height: 100%;
    padding: 5%;
    background-color: #004285;
    color:white

}
.footerdiv {
    height: 7%; 
    text-align:center
}
.loginText {
    font-size:15px;
    color:white;
    margin-top:15px;
}
.loginTextbox input {
    border-radius:10px 10px;
    width:100%;
    height:60px;
    border:0px;
    margin:5px 0px;
    
}
.loginButton {
text-align:center;
margin-top:30px;
}
.txtlogin {
background-color:#e6e7e9;
}
.menulogodiv {
margin-top:-15%;
}