/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Jul 15, 2018, 2:21:51 PM
    Author     : caroline
*/

.guestCheckout input.btn_active_compaign {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  padding: 1em 1.5em !important;
  border-radius: 0;
  color: #fff !important;
  background-color: #444;
  border: 2px solid #444;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.guestCheckout input.btn_active_compaign:hover {
  color: #444 !important;
  background-color: #fff !important;
  border-color: #444;
}
