* {

    font-family: "Montserrat", sans-serif;

}

form {

    margin: 20px auto;



    width: 400px;

    padding: 20px;

    background: #e8e8e8;

    border-radius: 20px;

    border-color: #cf5303;

    font-family: 'Montserrat', sans-serif;

    text-align: center;

    }

h1 {

text-align: center;

margin-bottom: 50px;

text-shadow: #cf5303;

}

h2 {

    text-align: center;

}



h5 {

    font-weight: 200;

    display: inline;

    margin-left: 10px;

     

}



label {

    display: block;

    font-weight: bold;

    margin-bottom: -25px;

}



input[type=text], input[type=password] {

    width: 60%;

    padding: 10px;

    border: 1px solid #ccc;

    border-radius: 8px;

    margin-bottom: 20px;

    margin-left: -10px;

    border: 2px solid black;



}

button {

    cursor: pointer;



}



html {

    background-color:rgb(128, 127, 127); 

    background-size: cover;

   

    height: 100%;

    margin: 0;

    padding: 0;
    



}



.redfont {

    color: red;

    font-style: italic;

    }

body {
margin: 0px;
margin-top:-20px;



padding: 0px;

height: 100%;
backdrop-filter: blur(5px);


}
.button2 {
    position: relative;
    background: #cf5303;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    
    left: 20px;
}


#login {
        background: #cf5303;
        color: #fff;
        border: none;
        padding: 15px 25px;
        border-radius: 5px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: larger;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
}
#login:hover {
    background: #cf5303;
    transform: scale(1.1);
}

.button2:hover {
    background: #cf5303;
    transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
    /* Add your mobile-specific styles here */
    body {
        font-size: 14px;
        overflow-x: hidden; /* Hide horizontal overflow */
        
    }
    form {
        max-width: 100%; /* Adjust the percentage to your preference */
        margin: 0 auto; /* Center the form horizontally */
        overflow: hidden; /* Hide any content overflowing the form */
        border-radius: 0;
        
        padding: 20px; /* Add padding to the form for better visual appearance */
    }

    #button1{
        display: none;
    }
}

.showpassword{
    border-radius:5px;
    border: solid 1px black;

}
.link {
    color: #cf5303;
    text-decoration:underline;
}

.link1 {
    color: #cf5303;
    text-decoration:underline;
    font-size: small;


}
.school_logo1{
    align-items: right;
    justify-content: right;
    display: flex;
    text-align: right;
    width: 90%;
    margin:  0 auto 0;


}