body {
    margin: auto;
    padding: 0;
    font-family: "Arial", sans-serif; 
    font-size: 24px; 
    color: #333; 
}
#header {
    background-color: #FFFFFF;
    height: 100px;
    display: flex;
    width: 60%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-size: 1.2vw; 
}
#logo {
    height: 80px;
}
#logo-name {
    height: 100px;
    display: flex;
    color: #1261A6;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}
#name{
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
#agency-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2vw; 
    margin-left: 5px;
}
#h1-dtdn {
    margin-bottom: 5px;
    font-weight: normal;
}
#main-content {
    display: flex;
    width: 60%;
    margin: auto;
    justify-content: space-between;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
#title {
    display: flex;
    justify-content: space-between;
}
#system-name {
    color: #F06522;
    font-weight: bold;
    font-size: 1.2vw; 
}
#main-img {
    width: 50%; 
    height:auto;
}
#img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#login-form {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
    padding: 35px;
}
#title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 20px; 
    font-weight: bold; 
}
#login-form label {
    font-weight: bold;
    font-size: 12px; 
}

/*#login-form input[type="tel"],
#login-form input[type="password"] {
    width: 96%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15.75px;
    margin-top: 5px;
}*/

#login-form input[type="tel"] {
    width: 96%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15.75px; 
    margin-top: 5px;    
}
#login-form input[type="password"] {
    width: 96%;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15.75px; 
    margin-top: 5px;
}

#login-form button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #F06522;
    color: white;
    font-size: 24px; 
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
}
#login-form button:hover {
    background-color: #F06522;
}
#pw-guide {
    font-size: 15.75px; 
    color: #666;
}
#contact {
    font-size: 15.75px; 
    color: #666;
    text-align: center;
}
@media screen and (max-width: 1090px)  {
    #header {
        background-color: #FFFFFF;
        height: 100px;
        display: flex;
        width: 90%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
       
    }
    #main-content {
        display: flex;
        width: 90%;
        margin: auto;
        justify-content: space-between;
        color: #333;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    #agency-name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-weight: bold;
        font-size: 2.25vw; 
        margin-left: 5px;
    }
    #system-name {
        color: #F06522;
        font-weight: bold;
        font-size: 2.25vw; 
    }
}
@media screen and (max-width: 768px)  {
    #header {
        background-color: #FFFFFF;
        height: 100px;
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        
    }
    #name{
        display: flex;
        flex-direction: column;
        margin: auto;
        align-items: start;
        justify-content:center;
        width: 90%;
    }
    #agency-name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-weight: bold;
        font-size: 3vw;
        margin-left: 5px;
    }
    #system-name {
        color: #F06522;
        font-weight: bold;
        font-size: 3vw;
        margin-left: 5px;
        margin-top: 5px;
    }
    #main-content {
        display: flex;
        width: 95%;
        margin: auto;
        justify-content: space-between;
        color: #333;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    #main-img {
        width: 0%;
    }
    #img {
        width: 0%;
    }
    #login-form {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    
}
@media screen and (max-width: 480px)  {
    #header {
        background-color: #FFFFFF;
        height: 100px;
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        
    }
    #name{
        display: flex;
        flex-direction: column;
        margin: auto;
        align-items: start;
        justify-content:center;
        width: 90%;
    }
    #agency-name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-weight: bold;
        font-size: 3.8vw;
        margin-left: 5px;
    }
    #system-name {
        color: #F06522;
        font-weight: bold;
        font-size: 3.8vw;
        margin-left: 5px;
        margin-top: 5px;
    }
    #main-content {
        display: flex;
        width: 95%;
        margin: auto;
        justify-content: space-between;
        color: #333;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    #main-img {
        width: 0%;
    }
    #img {
        width: 0%;
    }
    #login-form {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    
}
