  
#note1 {  
line-height: 0;

  }
#maindiv1 {  
font: 4.7em "Times new roman", sans-serif;
text-align: center;
color: Black;
line-height: .7;
}
#maindiv1 {  
font: 4.7em "Times new roman", sans-serif;
text-align: center;
color: Black;
line-height: .7;
}
.button_green {
  display: inline-block;
  padding: 10px 8px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50 ;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;

 }

.button_green:hover {background-color: #3e8e41}

.button_green:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button_red {
  display: inline-block;
  padding: 10px 8px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: red ;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;

 }

.button_red:hover {background-color: #ff5c33}

.button_red:active {
  background-color: #ff5c33;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


*for register.php
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}
 
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 11, 2021 */
@font-face {
    font-family: 'kruti_dev_010regular';
    src: url('k010-webfont.woff2') format('woff2'),
         url('k010-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

