.page-header {
    margin: 60px 0 20px;
    border-bottom: none;
}
.page-header h1{font-size:27px;}

 /* Style buttons */
.btn-green {
  background-color: #8cc63f; /* Blue background */
  border: none;
color: white;
padding: 12px 30px;
font-size: 20px;
cursor: pointer;
border-radius: 30px;
width: 150px;
}

.btn-green1 {
  background-color: #8cc63f; /* Blue background */
  border: none;
color: white;
padding: 12px 30px;
font-size: 20px;
cursor: pointer;
border-radius: 30px;
width: 150px;
line-height:50px;
}

.btn-green2 {
  background-color: #8cc63f; /* Blue background */
  border: none;
color: white;
padding: 12px 10px;
font-size: 15px;
cursor: pointer;
border-radius: 30px;
width: 150px;
display:block;
text-align:center;line-height:20px;
}
.btn-green3 {
  background-color: #8cc63f; /* Blue background */
  border: none;
color: white;
padding: 12px 10px;
font-size: 15px;
cursor: pointer;
border-radius: 30px;
width: 150px;
display:block;
text-align:center;
}
.btn-green4 {
  background-color: #8cc63f; /* Blue background */
  border: none;
color: white;
padding: 12px 30px;
font-size: 20px;
cursor: pointer;
border-radius: 30px;
width: 150px;
line-height:20px;
}
input.btn-green3{width:150px;}
/* Darker background on mouse-over */
.btn-green:hover {
  background-color: #94d839;
}
a.btn-green:hover, a.btn-green1:hover, a.btn-green2:hover,a.btn-red:hover{text-decoration:none;color:#FFFFFF;}
.login .righta{line-height:50px;}
.form-group .form-control{
border: 0px;
border-bottom: 1px solid #adaeb3;
background: none;
box-shadow: none;
border-radius: 0px;
}
.invalid,label{font-weight:normal;}
.container-fluid h2{margin-top:20px;margin-bottom:40px;}

.btn-red {

    background-color: #FF0000;
    border: none;
    color: white;
    padding: 12px 10px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 30px;
    width: 150px;
    display: block;
    text-align: center;
    line-height: 20px;

}
.admin-s-btn{display:flex;align-items:center;justify-content:center;}
@media only screen and (min-width: 320px) and (max-width: 768px){
	.admin-s-btn{margin-top:20px;}
}