html, body {
      margin: 0;
      padding: 0;
      height: 100%;
    }
body {
      margin: 0;
      padding: 0;
      height: 100vh;
      background:#EEF0F8;
      font-family: 'Segoe UI', sans-serif;
}
.full-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #144d7a; /* Blue background */
      z-index: -1; /* Optional: Push behind other content */
    }
.btn{ border-radius:0px; }	
.header{ background-color: #144d7a; color:#fff; }	
.header .card-title, .header .card-text{ color:#ffffff; }
    .wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      width:650px;
      background: #fff;
      padding:40px 20px 20px;
      border-radius:0px;
      box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	  margin-left: -300px;
      margin-top: -200px;
}

    .wrapper h2 {
      text-align: center;
      margin-bottom: 30px;
      color:#144d7a;
	  margin-top:0px;
	  font-size:30px;
    }

    .wrapper .form-control {
      width:92%;
      padding:5px 12px;
      border:1px solid #144d7a;
      border-radius:0px;
      font-size: 16px;
      background: none;
      outline: none;
	  margin-bottom:10px;
	  height:30px;
    }
	.wrapper label{ color: #333; font-weight: 500; }

    .wrapper button {
      width: 100%;
      background:#144d7a;
      border: none;
      color: white;
      padding: 12px;
      font-size: 16px;
      border-radius:0px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .wrapper button:hover {
      background:#3074a4;
    }
    .page-wrapper {
      position: relative;
      width:650px;
      background: #fff;
      padding:40px 20px 20px;
      border-radius:0px;
      box-shadow: 0 15px 30px rgba(0,0,0,0.2);
      margin-top:70px; color:#000000; font-size:12px;
}
    .footer {
      text-align: center;
      margin-top: 20px;
      font-size: 14px;
    }

    .footer #myIp_css {
      color: #2575fc;
      text-decoration: none;
	  position:relative !important;
	  left:auto !important;
	  color: #000000 !important;
	  bottom:0px !important;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
#myIp_css{ color:#ffffff !important; font-size:12px !important; } 
.fullpage-underlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.3s;
    z-index: 50;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.btn-success {
    color: #fff;
    background-color: #144d7a;
    border-color: #144d7a;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success { 
    background-color: #3074a4;
    border-color: #3074a4;
}
