/* Enter Your Custom CSS Here */
select {width:225px;
height: 30px;
padding: 0px;
padding-left: 7px;}

input[type="text"] {width:225px;
height: 30px;}



input[type="submit"] {
    margin-left: 30%;
  padding: 20px;
    font-size: 17px;
  background: #0e225e;
}

#Top_bar .menu > li > a:hover {
    color: #A3D55C;
  background: white;
}
#Top_bar .menu > li > a:active {
    color: #A3D55C;
  background: white;
}

#Top_bar .logo {
  background:white;
    border-bottom: 1px solid #a3d55c;
    padding-right: 10px;
}

label {
  margin-bottom: -2px; 
    margin-top: -14px
}

.rano {margin-top: -20px;}

input[type="submit"]:hover {
    background:#27ae60;
    color: white;
}
form {font-size: 12px;}