

.header-block{
    border: 1px solid rgb(73, 73, 75);
    box-sizing: border-box;
    background-color:rgb(73, 73, 75) ;
    color: white;
    display:flex;
    height:auto;
    width:auto;
}
.logo{
    width:90px;
    height:70px;
    margin:10px;
    margin-left: 15px;
    padding: 5px;
    border: 2px solid white;
    
}
.title{
    width:500px;
    margin-left:60%;
    margin-top:10px;
    margin-bottom: 10px;
    align-items: center;

}

.sectionbar{
    box-sizing: border-box;
    display: flex;
}
.leftsection{
display:none;
width:5%;
height: 611px;
border:1px solid hwb(73, 73, 75);
background-color:rgb(73, 73, 75) ;

}
.slogan-vertical{
    height:100%;
    margin-left:10%;

}

.middlesection{
    width:60%;
    background-color:rgb(73, 73, 75) ;
    color:blue;
    border:1px solid rgb(73, 73, 75);
    font-family: Tahoma;
    height: 611px;
    padding:85px 80px;
}
.students-pic{
    height:80%;
    width: 95%;  
    border-radius:5px;
    margin-left:10%;
}

.rightsection{
    width:40%;
    height: 611px;
    border:1px solid rgb(73, 73, 75);
    background-color:rgb(73, 73, 75) ;

    padding:60px 60px;

    }
.rightsection p{
    background-color: #a83838;
    border-top-left-radius: 5px;;
    border-top-right-radius: 5px;;

}
  

  .staff-login{
    
    color:white;
    text-align: center;
    padding:10px 20px;
    font-size:x-large;
    width: 90%;
    letter-spacing: 2px;
    margin: 27px 0 0 0;
    border-bottom: 1px solid white;

  }
.login-section{
    height: 60.5%;
    width:90%;
    margin-top:0%;
    background-color: #c55252;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    }

.hrline{
    border:2px solid white;
    width:60%;
    margin:0px;
    margin-bottom:5px;
}

body {font-family: Arial, Helvetica, sans-serif;}

input[type=text], input[type=password], select{
  width: 60%;
  padding: 5px 15px;
  margin: 10px 20px;
  display: inline-block;
  box-sizing: border-box;
  border-radius:5px;
  border: none;
  letter-spacing: 1px;

}

button {
  background-color: #4c4c4e;
  color: white;
  padding: 8px 18px;
  margin: 8px 0;
  margin-top:3%;
  border: none;
  cursor: pointer;
  border-radius:5px;
  letter-spacing: 2px;

}

button:hover {
  opacity: 0.8;
}

.container {
  
}

.login-btn{
}
span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

    .footerbar{
        width:100%;
        height:40px;
        box-sizing: border-box;
        border:1px solid rgb(71, 71, 77);
        margin:0px;
        background-color: rgb(55, 55, 56);
        color:white;
        display:none;
    }
    
    .website{
    border:1px solid  rgb(62, 62, 64);
    margin:5px 0 0 0;
    padding:0px;
    box-sizing: border-box;
    
    }
    .facebook-logo {
        margin:0px;
        margin-left:22%;
        padding:0px;
        width:20px;
        height:18px;
        border:1px solid white;
        border-radius: 2px;
    
    }
    .instagram-logo{
        margin:0px;
        margin-left:.5%;
        padding:0px;
        width:20px;
        height:18px;
        border-radius: 2px;
    
    }
     .twitter-logo{
        margin:0px;
        margin-left:.5%;
        padding:0px;
        width:20px;
        height:18px;
        border-radius: 2px;
    
    }