﻿/* full page such as 404, login, register */
/* line 80, ../../sass/partials/_general.scss */
.full-page-wrapper.wrapper {
  min-height: 96%;
  height: 96%;
}
/* line 85, ../../sass/partials/_general.scss */
.full-page-wrapper .inner-page {
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  /* line 79, ../../sass/partials/_general.scss */
  .full-page-wrapper {
    position: initial;
    padding-top: 5em;
    margin-top: 0;
  }
  /* line 95, ../../sass/partials/_general.scss */
  .full-page-wrapper .inner-page {
    position: relative;
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  /* line 79, ../../sass/partials/_general.scss */
  .full-page-wrapper {
    padding-top: 0;
  }
  /* line 104, ../../sass/partials/_general.scss */
  .full-page-wrapper .inner-page {
    padding: 5em 1em;
  }
}
/*------------------------------------------------*/
/*	Page: Authentication (login, register)
/*------------------------------------------------*/
/* line 5, ../../sass/partials/pages/_authentication.scss */
.btn-auth-facebook {
  background-color: #3B5998;
  color: #fff;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 40px;
}
/* line 13, ../../sass/partials/pages/_authentication.scss */
.btn-auth-facebook:hover, .btn-auth-facebook:focus {
  color: #fff;
  background-color: #37538d;
}
/* line 19, ../../sass/partials/pages/_authentication.scss */
.btn-auth-facebook:before {
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f09a";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  background-color: #2d4373;
}
@media screen and (min-width: 768px) {
  /* line 5, ../../sass/partials/pages/_authentication.scss */
  .btn-auth-facebook {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 5, ../../sass/partials/pages/_authentication.scss */
  .btn-auth-facebook {
    width: 30%;
  }
}

/* line 43, ../../sass/partials/pages/_authentication.scss */
.page-auth .logo {
  margin-bottom: 30px;
}
/* line 47, ../../sass/partials/pages/_authentication.scss */
.page-auth .separator {
  margin: 30px auto;
  position: relative;
  width: 100%;
}
/* line 52, ../../sass/partials/pages/_authentication.scss */
.page-auth .separator:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  vertical-align: middle;
  height: 0;
  border-top: 1px solid #ddd;
  position: absolute;
  top: 9px;
  left: 10px;
  right: 10px;
}
/* line 65, ../../sass/partials/pages/_authentication.scss */
.page-auth .separator span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  background-color: #ececec;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  /* line 47, ../../sass/partials/pages/_authentication.scss */
  .page-auth .separator {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 47, ../../sass/partials/pages/_authentication.scss */
  .page-auth .separator {
    width: 31%;
  }
}
/* line 82, ../../sass/partials/pages/_authentication.scss */
.page-auth .center-block {
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px;
  text-align: left;
  background-color: #f1f1f1;
}
/* line 89, ../../sass/partials/pages/_authentication.scss */
.page-auth .center-block .title {
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 15px;
}
/* line 95, ../../sass/partials/pages/_authentication.scss */
.page-auth .center-block form > input {
  margin-bottom: 15px;
}
/* line 98, ../../sass/partials/pages/_authentication.scss */
.page-auth .center-block form > input:focus {
  border-color: #ccc;
}
/* line 103, ../../sass/partials/pages/_authentication.scss */
.page-auth .center-block .btn-auth {
  margin-top: 20px;
}
/* line 107, ../../sass/partials/pages/_authentication.scss */
.page-auth .center-block .links {
  margin-top: 30px;
  text-align: center;
}
/* line 111, ../../sass/partials/pages/_authentication.scss */
.page-auth .center-block .links p {
  margin-bottom: 0;
  font-size: 0.9em;
}
/* line 115, ../../sass/partials/pages/_authentication.scss */
.page-auth .center-block .links p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  /* line 82, ../../sass/partials/pages/_authentication.scss */
  .page-auth .center-block {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 82, ../../sass/partials/pages/_authentication.scss */
  .page-auth .center-block {
    width: 30%;
  }
}
}