
body {
    font-family: Arial, sans-serif;
    background: url('/images/background.png') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.form-group{
    width: 450px;
    margin-left: 45px;
    margin-top: 20px;
}
.main-container{
    background-color: rgba(255, 255, 255, 0.8); /* White with 80% opacity */
    border-radius: 17px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 655px;
    width: 520px;
    padding-top: 10px;
    margin-left: 314px;
    box-sizing: border-box;
}

#changePasswordButton{
    font-size: 15px;
    width: 150px;
    margin-left: 190px;
}
#new_password, #confirm_password{
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.input-group {
    margin-bottom: 25px;
    position: relative;
}
.indexlogo{
    background: rgba(21, 40, 60, 0.8);
}

.login-header { 
    text-align: center;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 40px;
    border-radius: 17px 17px 0 0;
}

.login-header img {
    width: 100px;
}
.admina a {
    display: flex;
    margin: -15px 0 0 202px;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    height: 45px;
    width: 122px;
    color: #551A8B;
}

.admina a:hover {
    color: red !important;
    text-decoration: underline;
}


@media screen and (min-width: 768px) and (max-width: 1340px){

.form-group{
    width: 360px;
    margin-left: 45px;
    margin-top: 10px;
}
.main-container{
    background-color: rgba(255, 255, 255, 0.8); /* White with 80% opacity */
    border-radius: 17px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 605px;
    width: 450px;
    padding-top: 6px;
    margin-left: 350px;
    margin-top: -25px;
    box-sizing: border-box;
}

#changePasswordButton{
    font-size: 15px;
    width: 150px;
    margin-left: 140px;
}
#new_password, #confirm_password{
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.input-group {
    margin-bottom: -10px;
    position: relative;
}
.indexlogo{
    background: rgba(21, 40, 60, 0.8);
}

.login-header { 
    text-align: center;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 40px;
    border-radius: 17px 17px 0 0;
}

.login-header img {
    width: 100px;
}
.admina a {
    display: flex;
    margin: -10px 0 0 155px;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    height: 45px;
    width: 122px;
    color: #551A8B;
}

.admina a:hover {
    color: red !important;
    text-decoration: underline;
}

}