.loginform{
    margin-top: 15%;
    margin-left: 35%;    
    height: 300px;
    width: 500px;
    align-self: center;
    text-align: center;
    background-color:white;
    padding: 1.5rem 1rem;
    border-radius: 5rem;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
.logininputs{
    font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
  width: 200px;

}
.logininputs:focus {
    outline: none !important;
    border:1px solid #4e73df;
    box-shadow: 0 0 10px #719ECE;
  }

.loginbutton{
    width:100px;
    border-radius: 10rem;
    background-color: #4e73df; 
    height: 40px;
    border-color:  #4e73df;
    color: white;
    font-weight: 500;
}
.updatebutton{
  width:150px;
  border-radius: 10rem;
  background-color: #4e73df; 
  height: 40px;
  border-color:  #4e73df;
  color: white;
  font-weight: 500;
  margin-left: 45%;
  padding: 8px;
}
.usercreatbutt{
    width:130px;
    border-radius: 10rem;
    background-color: #4e73df; 
    height: 40px;
    border-color:  #4e73df;
    color: white;
    font-weight: 500;
}
.sidebarheading{
  color: rgb(215, 215, 232);
  font-weight: 700;
  font-size: 25px;
  padding:15px;
}
.user-creation-form{
  padding:20px;
  
}
.adminforms{
  height: 500px;
  max-width:70%;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  box-shadow: 0 0 10px #719ECE;
  margin-left: 20px;
  border-radius: 10px;
}
.adminforms:focus{
  border:1px solid #4e73df;
  border-color:#4e73df ;
  
  box-shadow: 0 0 10px #719ECE;
  width: 220px;
}
.secs-btn{
  margin-top: 420px;
  margin-right: 20px;
}
.secs{
  padding: 10px;
}
.createinputs{
  font-size: 0.8rem;
border-radius: 10rem;
padding: 1.5rem 1rem;
width: 200px;

}
.createinputs:focus {
  outline: none !important;
  border:1px solid #4e73df;
  box-shadow: 0 0 10px #719ECE;
}
.patient-search{
  display: flex;
}
.search-formgrp{
  padding: 8px;
}
.search_formgrp{
  padding: 8px;
}
.patient-search-page{
  padding: 10px;
  align-content: center;
}
.patient-search-page-form{
  margin-top: 5%;
  margin-left: 35%;    
  display: flex;
  height: 50%;
  width: 100%;
}
ul{
  list-style-type: none; 
}
.waiting-table{

}
.modal-btn-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  height: 10px;
  font-weight: bold;

}
.patient-personals{
  display: flex;
  justify-content: space-evenly;
}
.personals-heading{
  text-align: center;

}
.pat-per-heading{

}
.pat-per-info{

}
.pat-per-group{
  padding: 10px;
}
.doc-form-group{
  padding: 10px;

}
.doc-nav-item{
  color: rgb(215, 215, 232);
  font-size: 15px;
  font-weight: 600;
}
.normal-btn{
  background-color: #4e73df;
  color: aliceblue;
  border-radius: 15px;
  height: 35px;
  padding: 8px;
  margin: auto;
  text-align: center;
}
.normal-btn-table{
  background-color: #4e73df;
  color: aliceblue;
  border-radius: 15px;
 
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
}
label{
  padding: 8px;
}
.doc-form-group-in{
  width:400px ;
  height:150px ;
  border-radius: 8px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  
  border-color: #4e73df;
  border-radius: 15px;
  width: 28%; /* Could be more or less, depending on screen size */
  
  
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.doc-table{
  width :80%;
  margin-left: auto;  
  margin-right: auto;  
  text-align: center;
  
  
  border-collapse: collapse;
  border: 2px solid #727ea5;
}
.docheading{
  padding:20px;
  font-size: 35px;
}
.doc-table td ,th{
  padding: 5px;
  text-align: center;
  border: 1px solid #727ea5;
}
.recep-nav-group{
  padding: 8px;
}
.pat_search{
  width: 200px;
  height: 40px;
  border-radius: 8px;
}
.welcome-msg{
  float: right;
}
nav{
  display: flex;
  justify-content: space-around;
  background-color: rgb(248, 244, 244);
  width: 100%;
}
.topnav{
  background-color: rgb(248, 241, 241);
  margin: 0;
  padding-top: 8px;
  width:100%;
  height: 60px;
}
.pat-form-in{
  padding: 10px;
  width: 200px;
  margin-left: 20px;
  border-radius: 10px;
}
.pat-form-in:focus{
  border:1px solid #4e73df;
  border-color:#4e73df ;
  
  box-shadow: 0 0 10px #719ECE;
  width: 220px;
}
.pat-form-grp{
  padding: 10px;
}
.pat-form-grp{
  padding: 10px;
}
.pat-creation-form{
  margin-left: 50px;
  display: flex;
  width: 80%;
  justify-content: space-evenly;
}
.pat-creation{
  padding: 10px;
  margin-left: 130px;   
  border-radius: 8px;
  box-shadow: 0 0 10px #719ECE;
  width: 80%;
}
.btn-sect{
  text-align:justify;
  padding: 10px;
  margin-left: 400px;
}
label{
  display: inline-block;
  width: 100px;
}
.iconz{
  color: rgb(215, 215, 232);
  text-align: center;
  padding: 10px;
  font-size: 120px;
}
.iconz-bar{
  color: rgb(215, 215, 232);
  padding: 5px;
  margin-left: 10px;
  font-size: 40px;
}
.sidegrp{
  text-align:justify;
  margin-left: 15px;
  padding: 5px;
}
.landing-msg{
  float: right;
  padding: 10px;
  font-size: 25px;
  margin-right:50px;
 
}
.landnav{
  padding: 8px;
  width:100%;
  height: 50px;
}


.clin-name{
  float: left;
  padding: 10px;
  font-size: 25px;
  margin-left:50px;
}

.land_intro{
  text-align: center;
  margin-left: 100px;
  font-weight: 700;
  font-size: 80px;
  padding: 20px;
  width: 750px;
  color: white;
}