*{
    margin: 0;
    padding: 0;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
}
:root{
    --maincolor:#563B4C;
    --maincolor2:#163227;
    --maincolor1blur:#563b4ca1;
    --h2color:linear-gradient(red,black);
}
.mainpage{
    width: 100vw;
    height: 100vh;
}

.top{
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
}

.top .login h2{
    font-size: 17px;
}
.top .iconNname{
    position: relative;
    display: flex;
    width: 90%;
    height: auto;
    padding: 10px;
    align-items: center;
    box-shadow: 3px 3px 10px gray;
    background-color: rgba(95, 158, 160, 0.589);
    border-radius: 10px;
    margin-top: 20px auto 0 auto;
    cursor: pointer;
}
.top .iconNname img{
    margin-right: 20px;
}
.anonymus{
    position: absolute;
    padding: 10px;
    background: rgba(0, 0, 0, 0.342);
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
.top .iconNname h3{
    color: rgb(0, 0, 0);
    font-size: 14px;
}
.top .left{
    width: 25%;
    padding: 0px 0px;
    height:inherit;
    padding: 0 10px;
    background: linear-gradient(to bottom , rgba(95, 158, 160, 0.61),rgb(95, 158, 160));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top .contents p{
    color: rgb(0, 0, 0);
    text-align: center;
}
.top .content{
    background-color: rgba(95, 158, 160, 0.589);
    backdrop-filter: blur(10px);
    max-width: 90%;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 5px 10px;
    word-wrap: break-word;
    color: rgb(0, 0, 0);
    height: auto;
    box-shadow: 3px 3px 10px gray;
    
}
.top .contents, .login{
    margin: auto;
    padding: 10px;
    height: auto;
}
.top .login{
    border: 1px solid var(--maincolor2);
    border-radius: 20px;
    width: 35vw;
    backdrop-filter: blur(10px);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 25vh;
    background-color: rgb(95, 158, 160);
}
.top .login .conts{
    margin: 10px 0;
}
.top .content p{
    font-size: 14px; /**changed from 12px**/
    line-height: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.hide{
    display: none;
}
.loadwindow,.dialogholder,.changepasswindow{
    position: fixed;
    top: 0%;
    left: 0px;
    background: rgba(0,0,0,0.4);
    width: 100vw;
    height: 100vh;
    z-index: 4;
}
.loadwindow .loadingcontents{
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
    margin-top: calc(50vh - 25px);
}
.loadwindow .loadingcontents img{
    width: 50px;
}
.top .contents a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.top .contents a:hover{
    color: black;
    cursor: pointer;
    text-decoration: underline;
}
.top .datacollect{
    position: relative;
    text-align: center;
    color: rgb(0, 0, 0);
}
.top .datacollect .conts{
    position: relative;
}

.top .datacollect input[type=text], .top .datacollect input[type=password]{
    width: 60%;
    padding:10px 10px;
    border: 1px solid var(--maincolor2);
    border-radius: 10px;
    outline :none;
    text-align: center;
}
.conts #err, .conts #errors{
    background-color: white;
    width: 70%;
    margin: auto;
    padding: 10px;
}
.top .datacollect label{
    font-size: 14px;
    font-weight: 600;
}
.top .datacollect p{
    font-size: 14px; /**changed from 12px**/
}
.data{
    padding: 2px;
    background-color: gray;
    width: auto;
}
.top .datacollect button{
    margin: auto;
    width: 30%;
    height: auto;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 10px auto;
    text-align: center;
    border: 1px solid var(--maincolor2);
    cursor: pointer;
    background: rgb(250, 214, 214);
}
.top .datacollect button:hover{
    background: linear-gradient(rgb(255, 157, 157),rgba(0, 0, 0, 0.226));
}
.top .right{
    width: 75vw;
    height: auto;
    background-size: 90vw auto;
    background:  url("../../images/school.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.top .icons{
    width: 30px;
    padding: 2px;
    background-color: rgb(224, 224, 224);
    border-radius: 50%;
}

.footer{
    width: 100%;
    z-index: 10;
    position: fixed;
    bottom: 0%;
    right: 0%;
    text-align: right;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px; /**changed from 12px**/
    padding: 5px 10px;
}
.footer p{
    margin-right: 5px;
}

.mainpagePass{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.253),rgba(0, 0, 0, 0.479)),url("../../images/board.jpg");
    background-position: left;
    background-size: 100vw ;
}
.loginwindow{
    width: 35%;
    min-width: 400px;
    height: auto;
    margin: auto;
    position: relative;
    margin-top: 10%;
    backface-visibility: hidden;
    background: linear-gradient(rgba(255, 255, 255, 0.904),rgba(255, 255, 255, 0.781));
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}
.loginwindow h2{
    color: rgb(49, 39, 45);
    font-size: 20px;
    margin-bottom: 10px;
}
.loginwindow .conts p{
    margin: 10px 0;
}
.loginwindow .conts,.loginwindow .contsd{
    margin: 15px 0;
}
.hugefont{
    font-size: 15px;
    font-weight: 700;
}
.marfonts{
    margin: 10px 0;
}

.loginwindow small{
    font-size: 14px; /**changed from 12px**/
}

.loginwindow input[type=password]{
    padding: 5px 10px;
    width: 80%;
    outline: none;
    border-radius: 10px;
    border: 1px solid gray;
    margin: 10px auto;
    text-align: center;
}
.loginwindow .inforwin{
    width: 80%;
    margin: auto;
    position: relative;
    border: 1px rgb(148, 148, 148) dashed;
    border-radius: 10px;
    box-shadow: 2px 2px 10px gray;
}
.loginwindow button{
    width: 45%;
    outline: none;
    padding: 5px 10px;
    cursor: pointer;
    background: linear-gradient(rgb(255, 255, 255),rgba(255, 255, 255, 0.452));
    border: 1px solid gray;
    border-radius: 10px;
}
.loginwindow button:hover{
    background: linear-gradient(rgb(255, 157, 157),rgba(0, 0, 0, 0.226));
}
.notify{
    position: relative;
    background: gray;
    border-radius: 20px;
    padding: 5px;
    margin: 5px auto;
}
.notify P{
    font-size: 8px;
}
@media screen and (max-width: 800px){
    .top{
        flex-direction: column;
    }
    .top .left{
        width: calc(100% - 20px);
        height: 30%;
        background: linear-gradient(to bottom , rgba(95, 158, 160, 0.411),rgba(95, 158, 160, 0.616));
        backdrop-filter: blur(10px);
    }
    .top .right{
        width: 100%;
        background-size: cover;
        height: 70%;
    }
    .top .login{
        margin: 5vh auto;
        width: 65vw;
    }
    .content{
        width: 60%;
        margin: auto;
    }
    .iconNname{
        max-width: 70%;
        margin: auto;
    }
    .contacts{
        display: none;
    }
    .footer{
        display: none;
    }
}
@media screen and (max-width: 690px){
    
    .content{
        width: 75%;
        margin: auto;
    }
    .iconNname{
        max-width: 90%;
        margin: auto;
    }
    .contacts{
        display: none;
    }
}
@media screen and (max-width: 690px){
    
    .content{
        display: none;
    }
    .iconNname{
        width: 80%;
        margin: auto;
    }
    .contacts{
        display: none;
    }
    .top .left{
        height: 15%;
    }
    .top .right{
        width: 100%;
        background-size: cover;
        height: 80%;
    }
}
@media screen and (max-width: 600px){
    .login{
        min-width: 90vw;
    }
}