
/* Removes the blue outline from all buttons when clicked/focused */
 .btn:focus, .btn:active {
     outline: none !important;
     box-shadow: none !important;
 }

.enter_btn{
 margin-left: 10px;
 background-color: #ffa500;
 color: white; padding: 6px 20px;
}