
html{
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-image: url("/static/images/background5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.cover-img{
    height: 100%;
    width: 100%;
}


.login-SP{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.login-P{
    height: 60%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb( 255, 255, 255, 0.5);
    border: 5px solid  rgb( 255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: #3a3a3a;
    transform: translate(50%, 25%)
}
.login-ch{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-ch-but{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}

.signup-P{
    height: 75%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb( 255, 255, 255, 0.5);
    border: 5px solid  rgb( 255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: #3a3a3a;
    transform: translate(50%, 10%)
}
.signup-ch{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.signup-ch-but{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}


.contact-P{
    height: 65%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb( 255, 255, 255, 0.5);
    border: 5px solid  rgb( 255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: #3a3a3a;
    transform: translate(50%, 25%)
}




.contact-ch{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cont-but{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}
.com-but{
    background-color: rgb(255, 255, 255);
    border: 2px solid  rgb( 255, 255, 255, 0.5);
    padding: 5px;
    margin: 5px;
    color: black;
    width: 150px;
    border-radius: 20px;
}
.log-but{
    background-color: rgb(255, 255, 255);
    border: 2px solid  rgb( 255, 255, 255, 0.5);
    padding: 5px;
    margin: 20px;
    color: black;
    width: 70px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    
}

.cal-but{
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid  rgb( 255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 5px;
    margin: 5px;
    margin-top: 10px;
    color: black;
    width: 20%;
}

.big-but{
    background-color: rgb( 255, 255, 255);
    border: 2px solid  rgb( 255, 255, 255, 0.5);
    font-size: 13px;
    padding: 5px;
    margin: 5px;
    color: black;
    width: 120px;
}
.singup-ch .inp-box{
    height: 28px;
    width: 350px;
    border-radius: 5px ;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
}
.inp-box{
    height: 28px;
    width: 250px;
    border-radius: 5px ;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
}

.con-inp-box{
    height: 34px;
    width: 250px;
    border-radius: 5px ;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    background-color: #ebfcff;
}
.main-SP{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.text{
    font-size: 20px;
    color: white; 
    display: none;
    white-space: nowrap;
    
    
}
.label{
    font-size: 20px;
    color: white; 
}
.text:hover{
    font-size: 23px;
    color: rgb(0, 195, 255); 
    display: none;
    white-space: nowrap;
}
.text-link{
    font-size: 20px;
    color: black;   
}
.text-link:hover{
    font-size: 23px;
    color: white;  
    text-shadow: 4px 4px 6px rgb(0,0 ,0, 0.7); 
}
.services-link{
    margin: 15px;
    margin-left: 10px;
    font-size: 30px;
    color: rgb(255, 255, 255);   
    font-family: bold;
}
.services-link:hover{
    transform: scale(1.1);
    color: rgb(0, 195, 255);  
    text-shadow: 4px 4px 6px rgb(0,0 ,0, 0.7); 
}
.com-but:hover{
    background-color: rgb(0, 0, 0);
    border: 2px solid  rgba(255, 255, 255, 0.5);
    padding: 5px;
    margin: 5px;
    color: rgb(0, 195, 255);
    height: 35px;
    width: 170;
}
.cal-but:hover{
    background-color: rgb(0, 0, 0);
    border: 2px solid  rgba(255, 255, 255, 0.5);
    padding: 5px;
    margin: 5px;
    margin-top: 11px;
    color: rgb(0, 195, 255);
    transform: scale(1.22);
}
.log-but:hover{
    background-color: rgb(0, 0, 0);
    padding: 8px;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    transform: scale(1.03);
    display: flex;
    justify-content: center;
}
.big-but:hover{
    background-color: rgb(0, 0, 0);
    border: 2px solid  rgb( 255, 255, 255, 0.5);
    font-size: 13px;
    padding: 5px;
    margin: 5px;
    color: rgb(255, 255, 255);
    width: 120px;
}
.services-top{
    min-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 100px;
    margin-top: 50px;

}
.services-P{
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(20%, 0%);
    margin-left: 100px    
}
.services-ch{
    min-height: 250px;
    width: 100%;
    margin-bottom: 170px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(72, 72, 72, 0.7);
    
}
.Serv-icon {
    
    margin: 15px;
    width: 100px;
    height: 100px;
}

.calendar-P{
    height: 70%;
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb( 255, 255, 255, 0.5);
    border: 5px solid  rgb( 255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: #3a3a3a;
    position: absolute;
    margin-top: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.calendar-ch{
    height: 97%;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(33, 33, 33, 0.5);
    border-radius: 6px;
}
.table{
    background-color: rgb(214, 214, 214);
}

.error-P{
    height: 50%;
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb( 255, 255, 255, 0.5);
    border: 5px solid  rgb( 255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: #3a3a3a;
    position: absolute;
    margin-top: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.buttonR{
    height: 50px;
    width: 50px;
    border: solid black 2.5px;
    color: black;
    background-color: white;
    border-radius: 40px;
    margin: 5px;
    transform: translate(180%, 0%);
    position: absolute;
}
.buttonL{
    height: 50px;
    width: 50px;
    border: solid black 2.5px;
    color: black;
    background-color: white;
    border-radius: 40px;
    margin: 5px;
    transform: translate(-180%, 0%);
    position: absolute;
}
.buttonL:hover{
    height: 50px;
    width: 50px;
    border: solid rgb(0, 195, 255) 2.5px;
    color: rgb(0, 195, 255);
    background-color: rgb(34, 34, 34);
    border-radius: 40px;

}
.buttonR:hover{
    height: 50px;
    width: 50px;
    border: solid rgb(0, 195, 255) 2.5px;
    color: rgb(0, 195, 255);
    background-color: rgb(35, 35, 35);
    border-radius: 40px;

}
.button-cont{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main-SP{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.main-P{
    width: 45%;
    height: 60%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb( 255, 255, 255, 0.5);
    border: 5px solid  rgb( 255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: #3a3a3a;
    transform: translate(0%, 25%)
}

.main-ch{
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.but-P{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }
.b-title{
    height: 40px;
    width: 60%;
    border-radius:10px;
    color: black;
    font-size: 17px;
    

}
.b-content{
    height: 100px;
    width: 80%;
    border-radius:10px;
    color: black;
    font-size: 15px;

}
.b-title:focus{
    height: 40px;
    width:62%;
    border-radius:10px;
    color: rgb(0, 195, 255);
    background-color: rgb(30, 30, 30) ;
    font-size: 17px;
    

}
.b-content:focus{
    height: 100px;
    width: 80%;
    border-radius:10px;
    color: rgb(0, 195, 255);
    background-color: rgb(30, 30, 30) ;
    font-size: 15px;

}
.b-ch{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -10px;
}

.b-inp{
    width: 200px;
    height: 80px;
}
.blog-but{
    background-color: rgb(255, 255, 255);
    border: 2px solid  rgb( 255, 255, 255, 0.5);
    padding: 5px;
    margin: 5px;
    color: black;
    width: 150px;
    border-radius: 20px;
}
.blog-but:hover{
  background-color: rgb(35, 35, 35);
  border: 2px solid  rgb(0, 195, 255, 0.5);
  padding: 5px;
  margin: 5px;
  color: rgb(0, 195, 255);
  width: 150px;
  border-radius: 20px;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(rgba(0, 183, 255, 0.6),rgba(255, 255, 255, 0.6)), url("/static/images/background5.jpg");
    color: white;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    top: 0;
    width: 100%;
}
.blog-butt{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: white;
    border: solid rgb(255, 255, 255,0.8) 3px;
    width: 140px;
    height: 35px;
    background-color: rgb(12, 0, 150);
}
.blog-butt:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid rgb(12, 0, 150,0.8) 3px;
    width: 140px;
    height: 35px;
    background-color: rgb(255, 255, 255);
    color: rgb(12, 0, 150);
}
.blog-p{
    width: 70%;
    height: 65%;
    border-radius: 10px;
    background-color: rgba(73, 73, 73, 0.8) ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(21%, 25%);
}
.blog-date{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}
.blog-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
}
