@charset "UTF-8";
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/**
 * Usage:font-size: em(12);
 */
/**
 * Usage:
 * @include keyframes(Name of Animation) {
 *     rules...
 * }
 * 
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .logged .user-info .ico, .logged .logout .ico,
.logged .logout2 .ico, .msg.success h4 .ico {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .logged .user-info .pull-left.ico, .logged .logout .pull-left.ico,
.logged .logout2 .pull-left.ico, .msg.success h4 .pull-left.ico {
  margin-right: .3em;
}
.fa.pull-right, .logged .user-info .pull-right.ico, .logged .logout .pull-right.ico,
.logged .logout2 .pull-right.ico, .msg.success h4 .pull-right.ico {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.logged .user-info .ico:before {
  content: "";
}

.logged .logout .ico:before {
  content: "";
}

.msg.success h4 .ico:before {
  content: "";
}

.logged .logout2 .ico:before {
  content: "";
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
/**
 * Usage:font-size: em(12);
 */
/**
 * Usage:
 * @include keyframes(Name of Animation) {
 *     rules...
 * }
 * 
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .logged .user-info .ico, .logged .logout .ico,
.logged .logout2 .ico, .msg.success h4 .ico {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .logged .user-info .pull-left.ico, .logged .logout .pull-left.ico,
.logged .logout2 .pull-left.ico, .msg.success h4 .pull-left.ico {
  margin-right: .3em;
}
.fa.pull-right, .logged .user-info .pull-right.ico, .logged .logout .pull-right.ico,
.logged .logout2 .pull-right.ico, .msg.success h4 .pull-right.ico {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.logged .user-info .ico:before {
  content: "";
}

.logged .logout .ico:before {
  content: "";
}

.msg.success h4 .ico:before {
  content: "";
}

.logged .logout2 .ico:before {
  content: "";
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.box-form form button,
.btn-default {
  color: #FFF;
  border: none;
  outline: none;
  padding: 12px 8px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  background-color: #4A6087;
}

/* ==========================================================================
   Competition Header
   ========================================================================== */
.competition-header {
  min-width: 1000px;
  padding: 40px;
  min-height: 150px;
  position: relative;
  background-image: url(../../img/faperp-concurso.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.competition-header .competition-name,
.competition-header .competition-description,
.competition-header .competition-date {
  color: #fff;
}
.competition-header .competition-name {
  font-size: 1.75em;
  margin: 0 0 10px 0;
  width: 700px;
}
.competition-header h2,
.competition-header p,
.competition-header .competition-description,
.competition-header .competition-date {
  font-size: 1.125em;
  margin: 0;
  font-weight: 400;
}
.competition-header .box-competition-logo {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 20px;
  background-color: #ffffff;
}

/* ==========================================================================
   Dashed
   ========================================================================== */
.logged {
  padding: 14px 0;
  font-size: 0.9375em;
  position: relative;
}
.logged:before, .logged:after {
  content: " ";
  display: table;
}
.logged:after {
  clear: both;
}
.logged.dashed .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  border-bottom: 1px solid #e0dfdf;
}
.logged .user-info {
  float: left;
  font-size: 0.875em;
}
.logged .disconect {
  float: right;
  font-size: 0.875em;
}
.logged .logout,
.logged .logout2 {
  text-decoration: none;
  color: #4d4d4d;
}
.logged .logout:hover,
.logged .logout2:hover {
  color: #4A6087;
  text-decoration: underline;
}
.logged .logout .ico,
.logged .logout2 .ico {
  margin-right: 6px;
}

/* ==========================================================================
   Msgs success
   ========================================================================== */
.msg.success {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0 auto;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  border: solid 4px #01AF58;
}
.msg.success:before, .msg.success:after {
  content: " ";
  display: table;
}
.msg.success:after {
  clear: both;
}
.msg.success .register {
  float: left;
  color: #fff;
  padding: 14px;
  text-align: center;
  background-color: #01AF58;
}
.msg.success .register p {
  margin: 0;
}
.msg.success .register strong {
  display: block;
  font-size: 1.375em;
}
.msg.success .status {
  float: left;
}
.msg.success h4 {
  margin: 0;
  color: #01AF58;
  font-size: 1.25em;
  line-height: 72px;
  padding-left: 20px;
}
.msg.success h4 .ico {
  font-size: 1.625em;
  vertical-align: middle;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.box-form {
  width: 400px;
  padding: 20px;
  display: table;
  border-radius: 3px;
  margin: 40px auto 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.box-form .error {
  padding: 10px 30px 10px 10px;
  color: #8a6d3b;
  margin-top: 5px;
  font-size: 0.875em;
  line-height: 20px;
  border-radius: 3px;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  position: relative;
  display: inline-block;
  width: 100%;
  white-space: pre;
}
.box-form.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.box-form h3,
.box-form h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}
.box-form h3 {
  font-weight: 700;
  font-size: 1.125em;
  color: #4A6087;
}
.box-form h4 {
  font-size: 0.875em;
}
.box-form form button {
  width: 100%;
}

.fieldset {
  margin: 10px 0;
  padding: 0;
  border: none;
  position: relative;
}
.fieldset label {
  display: none;
  position: absolute;
  top: -8px;
  left: 8px;
  font-size: 12px;
  padding: 0 3px;
  background-color: #fff;
}
.fieldset input:focus + label {
  display: inline-block;
}

/* ==========================================================================
   New Page
   ========================================================================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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