a:hover{
    text-decoration: none !important;
}

label{
    
    font-size: 14px;
    font-weight: bold;
    color: #3a496b;
}

form{
   color: #3a496b; 
}

form input{
    
    font-size: 14px;
}

.well{
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #3a496b ; 
}

.well h2{
  
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3a496b;
}

.gv_btns {
  margin-bottom: 30px;
  font-size: 18px;
  margin-left: 19px;
}

.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    background-color: #3d496a;
    border: medium none;
    color: #9dbfd3;
}

.info_text{
    font-size: 12px;
		color: #3a496b;
		font-weight:normal;
		margin-top: 5px;
		display: inline-block;
}

