button{
font-family: 'GongGothicLight' !important;
}

.login_btn {
  background: #042c47;
  background-image: -webkit-linear-gradient(top, #042c47, #20597d);
  background-image: -moz-linear-gradient(top, #042c47, #20597d);
  background-image: -ms-linear-gradient(top, #042c47, #20597d);
  background-image: -o-linear-gradient(top, #042c47, #20597d);
  background-image: linear-gradient(to bottom, #042c47, #20597d);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    vertical-align: middle;
}

.login_btn:hover {
  background: #32434d;
  background-image: -webkit-linear-gradient(top, #32434d, #123f5e);
  background-image: -moz-linear-gradient(top, #32434d, #123f5e);
  background-image: -ms-linear-gradient(top, #32434d, #123f5e);
  background-image: -o-linear-gradient(top, #32434d, #123f5e);
  background-image: linear-gradient(to bottom, #32434d, #123f5e);
  text-decoration: none;
}


.logout_btn {
  background: #042c47;
  background-image: -webkit-linear-gradient(top, #042c47, #20597d);
  background-image: -moz-linear-gradient(top, #042c47, #20597d);
  background-image: -ms-linear-gradient(top, #042c47, #20597d);
  background-image: -o-linear-gradient(top, #042c47, #20597d);
  background-image: linear-gradient(to bottom, #042c47, #20597d);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    vertical-align: middle;
}

.logout_btn:hover {
  background: #32434d;
  background-image: -webkit-linear-gradient(top, #32434d, #123f5e);
  background-image: -moz-linear-gradient(top, #32434d, #123f5e);
  background-image: -ms-linear-gradient(top, #32434d, #123f5e);
  background-image: -o-linear-gradient(top, #32434d, #123f5e);
  background-image: linear-gradient(to bottom, #32434d, #123f5e);
  text-decoration: none;
}


.login_box_btn {
  background: #34d960;
  background-image: -webkit-linear-gradient(top, #34d960, #32b82b);
  background-image: -moz-linear-gradient(top, #34d960, #32b82b);
  background-image: -ms-linear-gradient(top, #34d960, #32b82b);
  background-image: -o-linear-gradient(top, #34d960, #32b82b);
  background-image: linear-gradient(to bottom, #34d960, #32b82b);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    vertical-align: middle;
}

.login_box_btn:hover {
  background: #34d960;
  background-image: -webkit-linear-gradient(top, #34d960, #42d934);
  background-image: -moz-linear-gradient(top, #34d960, #42d934);
  background-image: -ms-linear-gradient(top, #34d960, #42d934);
  background-image: -o-linear-gradient(top, #34d960, #42d934);
  background-image: linear-gradient(to bottom, #34d960, #42d934);
  text-decoration: none;
}


