/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
.white-bg {
  background: #ffffff; }

.gray-bg {
  background: #f5f5f5; }

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd; }

.white-bg {
  background: #ffffff; }

.black-bg {
  background: #16161a; }

.theme-bg {
  background: #E9A640; }

.brand-bg {
  background: #FEFBF7; }

.testimonial-bg {
  background: #f9fafc; }

/*--- color------*/
.white-color {
  color: #ffffff; }

.black-color {
  color: #16161a; }

.theme-color {
  color: #E9A640; }

/*--- Sean color------*/
.boxed-btn {
  background: #fff;
  color: #E9A640 !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Fredoka One", cursive;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #E9A640;
  letter-spacing: 3px;
  text-align: center;
  color: #E9A640;
  text-transform: uppercase;
  cursor: pointer; }
  .boxed-btn:hover {
    background: #E9A640;
    color: #fff !important;
    border: 1px solid #E9A640; }
  .boxed-btn:focus {
    outline: none; }
  .boxed-btn.large-width {
    width: 220px; }

#loginForm {
  margin: 20px 20px 40px 0; }
  #loginForm h5 {
    font-size: 24px;
    text-align: center;
    color: #53360A;
    padding: 0 0 10px 0; }
  #loginForm p {
    color: #fff;
    background: #E95140;
    text-align: center;
    padding: 40px 0;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700; }
  #loginForm .input-group-text {
    height: 30px; }
  #loginForm .form-control {
    font-family: "Concert One", cursive;
    font-size: 18px;
    height: 30px;
    color: #8A8D3F; }

/*# sourceMappingURL=blogin.css.map */
