/*(c) Haxter Corporation | All rights reserved.*/

#principal-controls{    background:#EDEDED;}
#principal-controls a{ font-size:14px;  }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white; /*0d1b2a navy */

  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.login-wrapper {
  max-width: 400px;
  width: 90%;
  margin: 60px auto;
  padding: 30px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0,0,0,0.6); /*0,8,24_> 0,4,4*/
}

.login-wrapper h1 {
    font-family: 'Montserrat';
  text-align: center;
  margin-bottom: 8px;
  font-size: 2.6rem;
}

.login-wrapper p {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 24px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

label {
  font-size: 1.15rem;
  margin-bottom: 6px;
  display: block;
}

.input {
  background: white;
  border: 1px solid #222222;
  border-radius: 8px;
  padding: 12px;
}

.input input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.1rem;
}

.mybtn {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  font-family: 'Montserrat';
}

.mybtn:hover {
  background: #0d1b2a;
  color:white;
}

.extra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

.extra a {
  color: #ffffff;
  text-decoration: none;
}

.extra a:hover {
  text-decoration: underline;
}

.footer-note {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 20px;
  color: #cccccc;
}

.footer-note a {
  color: #ffffff;
  text-decoration: none;
}

.footer-note a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .login-wrapper {
    padding: 20px;
  }
}
.centered{
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 2rem;
}
.centered img{
    max-width: 50%;
}
#signin-lnk a:hover{
    color:white;
}
  
    .hs-err{
        color:red;
    }