.header-block{
    background-color: rgb(61, 59, 92);
    color: white;
    display:flex;
    height:120px;
}
.logo{
    width:100px;
    height:80px;
    margin-top:40px;
    margin-left: 50px;
    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{
width:10%;
height:583px;
border:1px solid rgb(61, 59, 92);
/*background-color:rgb(27, 22, 93) ;*/
background-color: rgb(61, 59, 92);

}
.slogan-vertical{
    height:90%;
    width: 63%;
    margin-left:34%;
    margin-top:14%
}

.middlesection{
    width:55%;
    /*padding:20px;
    /*background-color:rgb(124, 124, 246) ;*/
    background-color: rgb(61, 59, 92);
    height:583px;

    color:blue;
    border:1px solid rgb(61, 59, 92);
    font-family: Tahoma;
}
.students-pic{
    height:65%;
    width: 80%;  
    margin-top:5%; 
    border-radius:5px;
    margin-left:20%;
}

.rightsection{
    width:35%;
    height:583px;
    border:1px solid rgb(61, 59, 92);
    /*background-color:rgb(137, 137, 233);*/
    background-color: rgb(61, 59, 92);

    }

  .login-section{
    padding:2%;
    margin:6%;
    border:1px solid rgb(61, 59, 92);
    border-radius:5px;

    }

  .students-login{
    text-align: center;
    padding:0% 3%;
    border:1px solid rgb(61, 59, 92);
    background-color: rgb(61, 59, 92);
    letter-spacing: 3px;
    color:white;
    margin-top:12%;
    margin-left:28px;
    border-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: 2px 20px;
  margin: 10px 37px;
  display: inline-block;
  border: 1px solid #f6f2f2;
  box-sizing: border-box;
  border-radius:5px;
}

button {
  background-color: rgb(50, 50, 49);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 80%;
  border-radius:5px;

}

button:hover {
  opacity: 0.8;
}

.container {
  padding: 16px;
  margin-left:10%;
  width:90%;
}
.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(27, 22, 93);
        margin:0px;
        background-color: rgb(27, 22, 93);
        color:white;
    }
    
    .website{
    border:1px solid  rgb(27, 22, 93);
    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;
    
    }