.container_info{
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 25px;
}   

.info>div{
    display: flex;
    margin-top: 25px;
}
h6{
    font-size: 15px;
}

label{
    width:120px;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    
}
input{
    margin-left: 0px;;
}
.other{
    width: 24.7vw;
}
.gradeler{
    display: flex;
    
}
.gradeler>div{
    margin-left: 100px;
}
.gradeler>div{
    position: absolute;
    margin-left: 150px;
}
@media (max-width:600px){
    .past_info{
        display: flex;
        position: absolute;
        margin-top: 650px;
    }
    table tr th{
        padding:0.5vw;
    }
}
.checkbutton{
    margin-left: auto;
    margin-right: auto ;
    margin-top: 5px;
}
.date_select{
    margin-left: 25px;
}
#former_submit{
    margin-left: 100px;
}
#label_former{
    width: 180px;
}
.add_update_grades{

    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-left: 22px;
    margin-right: 22px;
}
.add_update_grades>label{
    width: 50px;
}
.add_update_grades>input{
    width: 100px;
    margin-left: 0px;
}
.submit{
    width: 100px;
    background-color: blue;
    color: white;
    border: none;
    padding: 2px;
}
.second_table{
    width: 55vw;
}
.letter{
    width: 30px;
}
.button2 {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.3em 0.7em;
    font-size: 12px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #c5c5c5,
               -6px -6px 12px #ffffff;
  }
  
  .button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5,
               inset -4px -4px 12px #ffffff;
  }
  
  .button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: red;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .button2:hover {
    color: #ffffff;
    border: 1px solid red;
  }
  
  .button2:hover:before {
    top: -35%;
    background-color: red;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .button2:hover:after {
    top: -45%;
    background-color: red;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }

a{
    text-decoration: none;
    margin: none;
    color: black;
}
input[type='checkbox']{
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid blue;
    border-radius: 100px;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
input[type='checkbox']:checked{
    background-color: blue;
}

.student_info_table{
    width: 430px;
}

@media(max-width:1530px){
    
    .col-xl{
        margin-top: 0px;
    }
}

@media(max-width:2000px){
    
    .row  {
        width: 200px;
    }
}