﻿body {
   overflow-x: hidden;
   margin: 0;
   padding: 0;
}


.main_btn{
    
}

.main_btn .button {
  border-radius: 4px;
  background:linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  float: right;
}

.main_btn_login .button {
  border-radius: 4px;
  background-color: #3498db /*linear-gradient(to top, #1db69f 0%, #3498db 100%)*/;
  border: none;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  float: right;
}

.main_btn .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.main_btn_login .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.main_btn .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.main_btn_login .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.main_btn .button:hover span {
  padding-right: 25px;
}

.main_btn_login .button:hover span {
  padding-right: 25px;
}

.main_btn .button:hover span:after {
  opacity: 1;
  right: 0;
}

.main_btn_login .button:hover span:after {
  opacity: 1;
  right: 0;
}


#main_section {
    margin: 0;
    padding-bottom: 5%;
    
}

#main_section .bannerImage {
    margin-top: 0%;
}

#welcome_page{
   background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
    text-align:center;
}

#register2 hr{
    margin-top:2%;
    margin-bottom:2%;
    background:#080808;
}

#register2 .result_pan{
    margin-top:5%; 
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
    text-align:center;
}

#register2{
    margin-top:2%;
    margin-bottom:2%;
}


#wlc_inner{
    margin-top:2%;
    margin-bottom:2%;
}

#wlc_important{
   
    background-color:#f3e2aa;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#wlc_important p{
   text-align:justify;    
}

#wlc_img{
    opacity:.5;
}

.login_left{
    margin-left:6%;
    background-color: #3498db;
    border:2px solid rgba(0, 0, 0, 0.19);
    border-radius: 5%;
    margin-top: 7%;
    margin-bottom:3%;
    padding-left: 4%;
    padding-bottom: 2%;
    color: whitesmoke;
}

#login_btn{
    margin-top: 7%;
    margin-right:2%;
}


#aboutUs {
    position:relative;
    width:100%;
    height:100%;
    padding-left: 3%;
    padding-right: 2%;
    padding-bottom: 2%;
    text-align: justify;
    

}



#about_inner{
    box-shadow: -3px 3px 5px 2px #808080;
}

#aboutUs #about_inner .headertitle{
     text-align: left;
     margin-bottom: 1%;
     width: 100%;
}

    #aboutUs #about_inner .headertitle h2 {
        position: relative;
        display: inline-block;
        border-bottom: 2px solid #ff6a00;
    }

#about_table{
    margin-left: 1%;
    margin-right: 1%;
}

.login{
    padding-top: 5%;
    margin-top: 5%;
    width: 100%;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 1%;
    background-color:#8eadd9;
    text-align: center;
    transition: transform .1s;
    z-index: 2;
}



.login:hover img{
     transform: scale(1.1);
}

.login p:hover{
     border-bottom: 2px solid #808080;
}


.login1{
    padding-top: 5%;
    margin-top: 5%;
    width: 100%;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 1%;
    background-color:#ffd800;
    text-align: center;
    transition: transform .1s;
    z-index: 2;
}

.login1:hover img{
     transform: scale(1.1);
}

.login1 p:hover{
     border-bottom: 2px solid #808080;
}
.login12{
padding-top: 5%;
    margin-top: 5%;
    width: 100%;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 1%;
    background-color:#ef2c79;
    text-align: center;
    transition: transform .1s;
    z-index: 2;
}
.login12:hover img{
     transform: scale(1.1);
}

.login12 p:hover{
     border-bottom: 2px solid #808080;
}


#userinner{
    margin-top: -5%;
}

#register{
    padding-top:3%;
   padding-bottom: 3%;
   background:linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
   
}

#question_register {
   padding:2%;
   /*background:linear-gradient(to bottom, #1db69f 0%, #3498db 100%);*/
}


#register1{
    padding-top:3%;
   padding-bottom: 3%;   
}

#upload_grid{
    margin-bottom: 2%;
    margin-top: 2%;
    border:1px solid rgba(0, 0, 0, 0.4);
}

#change_pwd{
    background-color:#1db69f /*linear-gradient(to bottom, #1db69f 0%, #3498db 100%)!important*/;
}

#main_login{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
}



.logImg{
    opacity: 0.4;
}

.sch_login{
    width:100%;
    height:100%;
    text-align:center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
    box-shadow:4px 4px 4px 4px rgba(0, 0, 0, 0.4);
    padding-bottom: 8%;
}

.th_login{
    width:100%;
    height:100%;
    text-align:center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
    box-shadow:4px 4px 4px 4px rgba(0, 0, 0, 0.4);
    padding-bottom: 8%;
}

.stu_login{
    width:100%;
    height:100%;
    text-align:center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
    box-shadow:4px 4px 4px 4px rgba(0, 0, 0, 0.4);
    padding-bottom: 8%;
}

#staff_login{
    padding: 1% 2%;
    background:linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
}

#staff_inner{
    margin-top: 8%;
    padding-bottom:2%;
     box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     /*background:linear-gradient(to bottom, #E61D8C 0%, #C7E9FB 100%);*/
     background:url("/imgs/stu.png") no-repeat center;
     width:100%;
     height: auto;
     position:relative;
     background-size:cover;
}

.tips{
    position: relative;
    padding-left: 2%;
    width: 90%;
    color: whitesmoke;
    font-weight: 700;
}

#s_inner{
    margin-top: -5%;
}

#std_inner{
    margin-top: -5%;
}

#reg_inner{
   box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   margin-top:5%;
   margin-bottom: 2%;
}



#reg_form{
    padding-top:2%;
    padding-bottom:2%;
    padding-right:2%;
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
}

.reg_inner{
  
    color:#061d01;
    border-right: 1px solid #808080;
     border-left: solid 4px #808080;
     border-top: 4px solid #808080;
     border-bottom: solid 1px #808080;
     overflow: hidden;
     margin-left: 1%;
     padding-left: 1%;
}

#gridshadow{
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#gridshadow1{
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#desc{
    margin:3%;
    padding-top:2%;
    padding-bottom:2%;
    background: linear-gradient(to bottom, #ecd6a14d 0%, #1046485e 100%);
    box-shadow: 0 4px 8px 0 rgba(2, 2, 2, 0.86), 0 6px 20px 0 rgba(11, 11, 11, 0.19);
    color: #fff;
}

#class_det{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
}

#class_det_desc{
    margin:4%;
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
}

#class_det12{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
    margin-left:2%;
    margin-right:5%;
}
#class_det17{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
    margin-right:5%;
}
#class_det14{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
    margin-right:5%;
}
#class_det15{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
    margin-right:5%;
}
#class_det16{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
    margin-right:5%;
}
#class_det13{
    background: linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:whitesmoke;
    margin-left:2%;
    margin-right:5%;
}

#class_details{
   margin:3%;
}

#subject_action{
  
}

#teacher_main{
    margin:2%;
}

#teacher_add{
    position: relative;
    width: 100%;
    height:initial;
   border-right:2px solid #808080;
   border-bottom:2px solid #808080;
   border-left: 2px solid #808080;
   border-top: 2px solid #808080;
   text-align:justify;
   background:linear-gradient(to bottom, #1db69f 0%, #3498db 100%);
   color:whitesmoke;
   font-size:smaller;
   font-weight:700;
}

#notes_css{
    margin-top:2%;

}

#vl{
    border-left: 1px solid #808080;
  height: 400px;
  
}

.card{
    box-shadow:5px 4px 20px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product {
    font-size:medium; 
    font-family:'Century Gothic'; 
    margin-left: 30%;
}

@media screen and (max-width: 768px) { 
    .product {
     margin-left:0%;
    }
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
}


.footer1 .about {
    text-align: center;
}

.footer1 .about p {
    text-align: justify;
    padding-left: .6rem;
    padding-right: .6rem;
}

.footer1 #footerText {
   color: #ffffff;
   padding-top: 1rem;
   padding-bottom: 1rem;
    background-color:  #343a40!important;
}