﻿
.home-page header .navbar-default {
    background: rgb(255, 255, 255);
    /* position: absolute; */
    width: 100%;
}

.hello {
    border: 2px solid green; !important;
  
  border-radius: 15px;
  background-color:#4F6228;
   width:auto;
    height: auto;
    border: 1px solid #fff;
    background: #ffd800;
    margin-right:10px;
    color: #fff;    
   margin-top:25px !important;

    
    padding-left:15px;
    padding-right:15px;
   
}

 .logoff {
    border: 2px solid green; !important;
  
  border-radius: 15px;
  background-color:#4F6228;
   width:auto;
    height: auto;
    border: 1px solid #fff;
    background: #ff0000;
    margin-right:10px;
    color: #fff;    
   margin-top:15px;
    
    padding-left:15px;
    padding-right:15px;
   
}

  .gotoadmin {
    border: 2px solid green; !important;
  
  border-radius: 15px;
  background-color:#4F6228;
   width:auto;
    height: auto;
    border: 1px solid #fff;
    background: green;
    margin-right:10px;
    color: #fff;    
   margin-top:5px;
    
    padding-left:15px;
    padding-right:15px;
   
}



 .signin {
    border: 2px solid green; !important;
  
  border-radius: 15px;
  background-color:#4F6228;
   width:auto;
    height: auto;
    border: 1px solid #fff;
    background: #ffd800;
    margin-right:10px;
    color: #fff;    
   margin-top:5px;
    margin-bottom: 10px;
    padding-left:15px;
    padding-right:15px;
   
}

.call-us {
    border: 2px solid green;
    !important;
    border-radius: 15px;
    background-color: cadetblue;
    width: auto;
    height: auto;
    border: 1px solid #fff;
    background: cadetblue;
    margin-right: 10px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}


 .singup {
    border: 2px solid green; !important;
  
  border-radius: 15px;
  background-color:#4F6228;
   width:auto;
    height: auto;
    border: 1px solid #fff;
    background: #4F6228;
    color: #fff;    
   margin-top:5px;
    margin-bottom: 10px;
    padding-left:15px;
    padding-right:15px;
   
}
.form-control-grid {
    display: block;
    width: 125px !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.error 
{

    font-size: 1rem !important;
    position: relative;
    line-height: 1;
    width: 12.5rem;
  }

.form-control-desc {
    display: block;
    width: 250px !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}