*{
    font-family: 'Lexend Deca', sans-serif;
}
:root{
--myblue: #0056B9;
}
.container { 
  padding: 16px; 
} 
  .modal { 
    display: none; 
    position: fixed; 
    z-index: 30; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.8); 
    padding-top:80px; 
  } 
  /*style the model content box*/ 
  .modal-content {
    width: 400px;
    height: 400px;
    background-color: white;
    z-index: 1;
}
  .modal_dialouge { 
    display: none; 
    position: fixed; 
    z-index: 30; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height:100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.8); 
    padding-top:150px; 
  } 
  .modal_content_dialouge {
    width: 400px;
    height:200px;
    background-color: white;
    z-index: 1;
}
/* Styling the Admin submit login button */
#AdmnSubmitBtn{
  width: 140px;
  margin-left: 50%;;
  transform: translate(-50%);
  height: 44px;
  display: inline-block;
  padding: 2.5% 3.2%;
  position:relative;
  background-color: #4CAF50;
  border-radius: 30px;
  text-align: center;
  color:white;
  cursor: pointer;
  margin-top:30px;
}
/* Styling the Student submit button */
#StudentSubmitBtn{
  width: 140px;
  margin-left: 50%;;
  transform: translate(-50%);
  height: 44px;
  display: inline-block;
  padding: 2.5% 3.2%;
  position:relative;
  background-color: #4CAF50;
  border-radius: 30px;
  text-align: center;
  color:white;
  cursor: pointer;
  margin-top:30px;
}
/* Styling the Parent Login Button */
#parentSubmitBtn{
  width: 140px;
  margin-left: 50%;;
  transform: translate(-50%);
  height: 44px;
  display: inline-block;
  padding: 2.5% 3.2%;
  position:relative;
  background-color: #4CAF50;
  border-radius: 30px;
  text-align: center;
  color:white;
  cursor: pointer;
  margin-top:30px;  
}

/*style the close button*/ 
  .close { 
    position: absolute; 
    top: 0; 
    right: 10px;
    color: #000; 
    font-size: 25px; 
    font-weight: bold; 
  } 
  .close:hover, 
  .close:focus { 
    color: black; 
    cursor: pointer; 
  }
  #SignInLabel{
      color:white;
      font-family: 'Lexend Deca', sans-serif; 
      padding:0px;
      margin:0 10px;
  }
  
  /* add zoom animation*/ 
  .animate { 
    -webkit-animation: animatezoom 0.6s; 
    animation: animatezoom 0.6s 
  } 
  
  @-webkit-keyframes animatezoom { 
    from { 
      -webkit-transform: scale(0) 
    } 
    to { 
      -webkit-transform: scale(1) 
    } 
  } 
  
  @keyframes animatezoom { 
    from { 
      transform: scale(0) 
    } 
    to { 
      transform: scale(1) 
    } 
  } 
  
  .modal-content h1{
   font-weight: normal;
    text-align: center;

  }

input,
.login,
label {
  display: block;
  margin: 10px;
  padding:0px 5px;
  border: none;
}
input:focus {
  outline: 0;
}
/* Question */
input.question {
  font-size: 16px;
  font-weight: 200;
  border-radius: 2px;
  margin: 0;
  border: null;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  transition: padding-top 0.2s ease, margin-top 0.2s ease;
  overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
}
/* Underline and Placeholder*/ 

input.question + label{
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0px;
  margin: 0;
  width: 100%;
  border: 0.8px solid #1b181833;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
}

input.question:focus + label{
  width: 100%;
}

input.question:focus,
input.question:valid {
  padding-top: 28px;
}

input.question:focus + label > .login,
input.question:valid + label > .login {
  top: -43px;
  font-size: 12px;
  color:var(--myblue);
}
input.question:valid + label,input.question:focus + label 
{
  border-color: var(--myblue);
}

input.question:invalid{
  box-shadow: none;
}
input.question + label > .login{
  font-weight:200;
  margin: 0;
  position: absolute;
  color: #8F8F8F;
  font-size: 16px;
  top: -25px;
  left: 0px;
  z-index: -1;
  -webkit-transition: top 0.1s ease, font-size 0.2s ease, color 0.2s ease;
  transition: top 0.1s ease, font-size 0.2s ease, color 0.2s ease;
}

input[type="submit"] {
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #EEE;
}

input[type="submit"]:active {
  background: #999;
}
.forget{
  position: absolute;
  left: 30px;
}
.mybtn{
  width: 140px;
  margin-left: 50%;;
  transform: translate(-50%);
  height: 44px;
  margin-top: 50px;
  background-color: transparent;
  border-radius: 50px;
  border: 1.2px solid var(--myblue);
  color:  var(--myblue)
}

@media(max-width: 600px){
    .modal-content
    {
        width:  300px;
        height: 400px;
    }
    h3{
        font-size: 20px;    
    }
}
    @media(min-width: 601px){
    .modal-content
    {
        width:  350px;
        height: 400px;
    }
    h3{
        font-size: 22px;    
    }   
  }
    @media(min-width: 1020px){
    .modal-content
    {
        width:  400px;
        height: 400px;
    }
    h3{
        font-size: 24px;    
    }   
  }