/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {   body {
    font-family: Arial, sans-serif;
    background-color: #63738A;
    margin: 0;
    padding: 0;
}  
.login-container {
    max-width: 350px;
    margin: 20px auto; /* Adds spacing from top and bottom */
    padding: 60px;
    background-color: #F8F9FA;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-left: 5%;
    margin-right: 5%;
}

h1 {
    font-family: JetBrains Mono;
    color: #343A40;
    text-align: center;
    font-size: 30px;
    max-width: 500px;
    position: relative;
}

h1:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #343A40;
    left: 0;
    top: 50%;
    position: absolute;
}

h1:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #343A40;
    right: 0;
    top: 50%;
    position: absolute;
}
.login-container input[type="text"],
.login-container input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 20px;

border: 1px solid #ccc;
outline: 2px;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"] {
width: 100%;
padding: 10px;
background-color: #4CAF50;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"]:hover {
background-color: #45a049;
}

.login-container p {
text-align: center;
margin-top: 20px;
font-size: 20px;
font-family: Inter;
margin-bottom: 10px;

}

.login-container p a {
text-decoration: none;
color: #4CAF50;
}

.header {
background-color: #e3e1e1;
padding: 5px;
display: flex;
align-items: center;
justify-content: left; /* Centers the content horizontally */
margin-bottom: 20px; /* Adds spacing at the bottom */
color: #10086E;
margin: 2px auto;
margin-right: 30px;
margin-left: 30px;
font-family: Inter;
}

.header img {

height: 25px;
margin-right: 10px;
padding:10px;
}

.header h2 {
margin: 0;
font-size: 12px;
}
.pwd{
position: relative;
}
.p-viewer {
z-index: 9999;
position: absolute;
top: 30%;
right: 10px;
}

.fa-eye {
color: #000;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {   body {
    font-family: Arial, sans-serif;
    background-color: #63738A;
    margin: 0;
    padding: 0;
}  
.login-container {
    max-width: 350px;
    margin: 20px auto; /* Adds spacing from top and bottom */
    padding: 60px;
    background-color: #F8F9FA;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

h1 {
    font-family: JetBrains Mono;
    color: #343A40;
    text-align: center;
    font-size: 30px;
    max-width: 500px;
    position: relative;
}

h1:before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #343A40;
    left: 0;
    top: 50%;
    position: absolute;
}

h1:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #343A40;
    right: 0;
    top: 50%;
    position: absolute;
}
.login-container input[type="text"],
.login-container input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 20px;

border: 1px solid #ccc;
outline: 2px;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"] {
width: 100%;
padding: 10px;
background-color: #4CAF50;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"]:hover {
background-color: #45a049;
}

.login-container p {
text-align: center;
margin-top: 20px;
font-size: 20px;
font-family: Inter;
margin-bottom: 10px;

}

.login-container p a {
text-decoration: none;
color: #4CAF50;
}

.header {
background-color: #e3e1e1;
padding: 5px;
display: flex;
align-items: center;
justify-content: left; /* Centers the content horizontally */
margin-bottom: 20px; /* Adds spacing at the bottom */
color: #10086E;
margin: 2px auto;
margin-right: 30px;
margin-left: 30px;
font-family: Inter;
}

.header img {

height: 25px;
margin-right: 10px;
padding:10px;
}

.header h2 {
margin: 0;
}
.pwd{
position: relative;
}
.p-viewer {
z-index: 9999;
position: absolute;
top: 30%;
right: 10px;
}

.fa-eye {
color: #000;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {   body {
    font-family: Arial, sans-serif;
    background-color: #63738A;
    margin: 0;
    padding: 0;
}  
.login-container {
    max-width: 350px;
    margin: 20px auto; /* Adds spacing from top and bottom */
    padding: 60px;
    background-color: #F8F9FA;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

h1 {
    font-family: JetBrains Mono;
    color: #343A40;
    text-align: center;
    font-size: 30px;
    max-width: 500px;
    position: relative;
}

h1:before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #343A40;
    left: 0;
    top: 50%;
    position: absolute;
}

h1:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #343A40;
    right: 0;
    top: 50%;
    position: absolute;
}
.login-container input[type="text"],
.login-container input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 20px;

border: 1px solid #ccc;
outline: 2px;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"] {
width: 100%;
padding: 10px;
background-color: #4CAF50;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"]:hover {
background-color: #45a049;
}

.login-container p {
text-align: center;
margin-top: 20px;
font-size: 20px;
font-family: Inter;
margin-bottom: 10px;

}

.login-container p a {
text-decoration: none;
color: #4CAF50;
}

.header {
background-color: #e3e1e1;
padding: 5px;
display: flex;
align-items: center;
justify-content: left; /* Centers the content horizontally */
margin-bottom: 20px; /* Adds spacing at the bottom */
color: #10086E;
margin: 2px auto;
margin-right: 30px;
margin-left: 30px;
font-family: Inter;
}

.header img {

height: 25px;
margin-right: 10px;
padding:10px;
}

.header h2 {
margin: 0;
}
.pwd{
position: relative;
}
.p-viewer {
z-index: 9999;
position: absolute;
top: 30%;
right: 10px;
}

.fa-eye {
color: #000;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {   body {
    font-family: Arial, sans-serif;
    background-color: #63738A;
    margin: 0;
    padding: 0;
}  
.login-container {
    max-width: 350px;
    margin: 20px auto; /* Adds spacing from top and bottom */
    padding: 60px;
    background-color: #F8F9FA;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

h1 {
    font-family: JetBrains Mono;
    color: #343A40;
    text-align: center;
    font-size: 30px;
    max-width: 500px;
    position: relative;
}

h1:before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #343A40;
    left: 0;
    top: 50%;
    position: absolute;
}

h1:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #343A40;
    right: 0;
    top: 50%;
    position: absolute;
}
.login-container input[type="text"],
.login-container input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 20px;

border: 1px solid #ccc;
outline: 2px;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"] {
width: 100%;
padding: 10px;
background-color: #4CAF50;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"]:hover {
background-color: #45a049;
}

.login-container p {
text-align: center;
margin-top: 20px;
font-size: 20px;
font-family: Inter;
margin-bottom: 10px;

}

.login-container p a {
text-decoration: none;
color: #4CAF50;
}

.header {
background-color: #e3e1e1;
padding: 5px;
display: flex;
align-items: center;
justify-content: left; /* Centers the content horizontally */
margin-bottom: 20px; /* Adds spacing at the bottom */
color: #10086E;
margin: 2px auto;
margin-right: 30px;
margin-left: 30px;
font-family: Inter;
}

.header img {

height: 25px;
margin-right: 10px;
padding:10px;
}

.header h2 {
margin: 0;
}
.pwd{
position: relative;
}
.p-viewer {
z-index: 9999;
position: absolute;
top: 30%;
right: 10px;
}

.fa-eye {
color: #000;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {   body {
    font-family: Arial, sans-serif;
    background-color: #63738A;
    margin: 0;
    padding: 0;
}  
.login-container {
    max-width: 350px;
    margin: 20px auto; /* Adds spacing from top and bottom */
    padding: 60px;
    background-color: #F8F9FA;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

h1 {
    font-family: JetBrains Mono;
    color: #343A40;
    text-align: center;
    font-size: 30px;
    max-width: 500px;
    position: relative;
}

h1:before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #343A40;
    left: 0;
    top: 50%;
    position: absolute;
}

h1:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #343A40;
    right: 0;
    top: 50%;
    position: absolute;
}
.login-container input[type="text"],
.login-container input[type="password"] {
width: 100%;
padding: 10px;
margin-bottom: 20px;

border: 1px solid #ccc;
outline: 2px;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"] {
width: 100%;
padding: 10px;
background-color: #4CAF50;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
margin-top: 15px;
}

.login-container button[type="submit"]:hover {
background-color: #45a049;
}

.login-container p {
text-align: center;
margin-top: 20px;
font-size: 20px;
font-family: Inter;
margin-bottom: 10px;

}

.login-container p a {
text-decoration: none;
color: #4CAF50;
}

.header {
background-color: #e3e1e1;
padding: 5px;
display: flex;
align-items: center;
justify-content: left; /* Centers the content horizontally */
margin-bottom: 20px; /* Adds spacing at the bottom */
color: #10086E;
margin: 2px auto;
margin-right: 30px;
margin-left: 30px;
font-family: Inter;
}

.header img {

height: 25px;
margin-right: 10px;
padding:10px;
}

.header h2 {
margin: 0;
}
.pwd{
position: relative;
}
.p-viewer {
z-index: 9999;
position: absolute;
top: 30%;
right: 10px;
}

.fa-eye {
color: #000;
}
}