*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html,
body {
  margin:0;
  padding:0;
  min-height: 100%;
}

body {
  background: url("../images/bg-login.jpg") center center no-repeat;
  background-size: cover;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
/* content */

a {
  color: #fff;
  text-decoration: none;
}

.view-projects {
  text-align: center;
}

.content {
  padding: 40px 0;
}

@media (min-width: 960px) {
  html,
  body {
    height:100%;
  }

  .wrapper {
    position: relative;
    height: 100%;
  }

  .content {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .content {
    padding: 20px 0;
  }
}

h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
}

p {
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
}

.logo-container p {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px 0 0 25px;
  padding: 10px 0 10px 65px;
  display: inline-block;
  border-left: 2px solid #9CA1A6;
}

@media (max-width: 840px) {
  .logo-container p {
    text-indent: -9999px;
    font-size: 0;
  }
}

.logo {
  float: left;
}

.icon-locker {
  background: url("../images/login-red.png") 25px 5px no-repeat;
}

.welcome-msg-mobile {
  margin-top: 20px;
  display: none;
}

@media (max-width: 640px) {
  .welcome-msg-desktop {
    display: none;
  }

  .welcome-msg-mobile {
    display: block;
    text-align: center;
  }

  h1 {
    font-size: 36px;
    line-height: 1;
    margin: 0;
  }
}

.reset-form {
  display: none;
}
/* footer */

.main-footer {
  z-index: 5;
  font-size: 16px;
  padding: 40px 0 50px;
  margin-top: 125px;
}

.main-footer a {
  color: inherit;
  text-decoration: none;
}

.footer-content {
  padding-top: 30px;
  border-top: 1px solid #DFDFDF;
}

.assinatura-katon {
  padding: 7px 10px 5px 5px;
  border-radius: 2px 0 0 2px;
  position: fixed;
  bottom: 10px;
  right: -82px;
  border: none;
  z-index: 100;
  box-shadow: inset 0 0 10px #ccc;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.assinatura-katon:hover {
  box-shadow: none;
}

.assinatura-katon img {
  vertical-align: middle;
}

.footer-icon {
  padding: 8px 0 8px 45px;
  margin-left: 30px;
  text-align: right;
  background-position: left center;
  float: right;
}

.icon-facebook {
  background: url('../images/icon-facebook-white.png') left top no-repeat;
}

.icon-map {
  background: url('../images/icon-map-white.png') left top no-repeat;
}

.icon-phone {
  background: url('../images/icon-phone-white.png') left top no-repeat;
}

.footer-info {
  float: right;
  display: inline-block;
}

.footer-info div {
  float: left;
}

@media (max-width: 840px) {
  .footer-content img {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .footer-info {
    text-align: center;
    display: block;
    float: none;
  }

  .footer-info div {
    float: none;
    margin: 30px auto 0;
  }

  .footer-icon {
    float: none;
    padding: 8px 45px 8px 45px;
    margin-left: 0;
  }
  .other-info {
    display: none;
  }
}

@media (max-width: 768px) {
  .main-footer {
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-content {
    border: none;
    padding-top: 0;
  }
}

/* form */

.login-form,
.reset-form {
  background: rgba(0,0,0,.45);
  padding: 60px 60px 70px;
}

@media (max-width: 640px) {
  .login-form,
  .reset-form {
    background: transparent;
    padding: 20px 0;
  }
}

label {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

input[type=text],
input[type=password] {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  padding: 7px 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.btn {
  background: #DE4215;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  border: none;
}

.lost-pass {
  color: #fff;
  font-size: 16px;
  position: relative;
  float: right;
  margin-top: 12px;
}

@media (max-width: 820px) {
  .lost-pass {
    margin-top: 0;
    float: none;
    text-align: right;
    display: block;
  }

  .btn {
    margin: 20px auto 0;
    display: block;
    clear: both;
  }
}


/* `Container
----------------------------------------------------------------------------------------------------*/

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 960px) {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* `Grid >> Children (Alpha ~ First, Omega ~ Last)
  ----------------------------------------------------------------------------------------------------*/

  .alpha {
    margin-left: 0;
  }

  .omega {
    margin-right: 0;
  }

  /* `Grid >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/

  .grid_1 {
    width: 60px;
  }

  .grid_2 {
    width: 140px;
  }

  .grid_3 {
    width: 220px;
  }

  .grid_4 {
    width: 300px;
  }

  .grid_5 {
    width: 380px;
  }

  .grid_6 {
    width: 460px;
  }

  .grid_7 {
    width: 540px;
  }

  .grid_8 {
    width: 620px;
  }

  .grid_9 {
    width: 700px;
  }

  .grid_10 {
    width: 780px;
  }

  .grid_11 {
    width: 860px;
  }

  .grid_12 {
    width: 940px;
  }
}

@media screen and (min-width: 641px) and (max-width: 959px) {
  .medium-1,
  .medium-2,
  .medium-3,
  .medium-4,
  .medium-5,
  .medium-6,
  .medium-7,
  .medium-8 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .medium-1 {
    width: 12.5%;
  }

  .medium-2 {
    width: 25%;
  }

  .medium-3 {
    width: 37.5%;
  }

  .medium-4 {
    width: 50%;
  }

  .medium-5 {
    width: 62.5%;
  }

  .medium-6 {
    width: 75%;
  }

  .medium-7 {
    width: 87.5%;
  }

  .medium-8 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .small-1,
  .small-1-of-3,
  .small-2,
  .small-3,
  .small-4 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .small-1 {
    width: 25%;
  }

  .small-2 {
    width: 50%;
  }

  .small-3 {
    width: 75%;
  }

  .small-4 {
    width: 100%;
  }

  .small-1-of-3 {
    width: 33.33%;
  }
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}