* { 
  box-sizing: border-box; 
}

html{
  -webkit-font-smoothing: antialiased;
}

html , body{
  height:100%;
}

body {
  color: #73879C;
  background: #2A3F54;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.471
}

body .container.body .right_col {
  background: #F7F7F7;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px
}

a {
  color: #5A738E;
  text-decoration: none
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0
}

a:hover,
a:focus {
  text-decoration: none
}

.header{
  height:50px;
  /*background-color: #A9B2FA;
  background-color: #E2E2E2;*/
  background-color: #262626;
}

.login {
    /*background: #F7F7F7*/
    background: #EAEAEA
}

.login .fa-paw {
    font-size: 26px
}

.login_wrapper {
  width: 960px;
  height: 450px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  overflow: hidden;

  right: 0px;
  margin: 0px auto;
  margin-top: 1%;

  padding: 30px 100px 33px 45px;

  position: relative;
}

.recover_form,
.registration_form,
.login_form {
  position: absolute;
  top: 8%;
  left: 45%;
  width: 400px;
}

.recover_form {
  z-index: 21;
  opacity: 0;
  /*width: 100%*/
  top: 8%;
  left: 50%;
  width: 290px;
}

.registration_form {
  z-index: 21;
  opacity: 0;
  /*width: 100%*/
  top: 8%;
  left: 50%;
  width: 290px;
}

.login_form {
  z-index: 22
}

#signup:target ~ .login_wrapper .registration_form,
#signin:target ~ .login_wrapper .login_form {
  z-index: 22;
  animation-name: fadeInLeft;
  animation-delay: .1s;
  left: 5%;
  width: 400px;
}

#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .registration_form {
  animation-name: fadeOutLeft;
  left: 50%;
  width: 290px;
}

#recover:target ~ .login_wrapper .recover_form,
#signin:target ~ .login_wrapper .login_form {
  z-index: 22;
  animation-name: fadeInLeft;
  animation-delay: .1s;
  left: 5%;
  width: 400px;
}

#recover:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .recover_form {
  animation-name: fadeOutLeft;
  left: 50%;
  width: 290px;
}

.animate {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px;
}

.login_content a,
.login_content .btn-default:hover {
    text-decoration: none;
}

.login_content a:hover {
    text-decoration: underline
}

.login_content h1 {
  font: normal 25px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin: 10px 0 30px;
}

.login_content h1:before,
.login_content h1:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 27%;
}

.login_content h1:before {
  background: #7e7e7e;
  background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
  left: 25px;
  max-width: 65px;
}

.login_content h1:after {
  background: #7e7e7e;
  background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
  right: 25px;
  max-width: 65px;
}

.login_content h1:before,
.login_content h1:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 20%
}

.login_content form {
  margin: 20px 0;
  position: relative
}

.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
  border-radius: 3px;
  -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  border: 1px solid #c8c8c8;
  color: #777;
  margin: 0 0 20px;
  width: 100%
}

.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #A97AAD inset;
  background-color: #fff;
  border: 1px solid #A878AF;
  outline: none
}

#username {
  background-position: 10px 10px !important
}

#password {
  background-position: 10px -53px !important
}
.login_content form div a {
  font-size: 12px;
  margin: 10px 15px 0 0
}

.reset_pass {
  margin-top: 10px !important
}

.login_content div .reset_pass {
  margin-top: 13px !important;
  margin-right: 39px;
  float: right
}

.separator {
  border-top: 1px solid #D8D8D8;
  margin-top: 10px;
  padding-top: 10px
}

.button {
  background: #f7f9fa;
  background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #CFD5D9;
  padding: 15px 0
}

.login_content form input[type="submit"],
#content form .submit {
  float: left;
  margin-left: 38px
}

/***********************************************************************/

.titulo-header{
  color: #00052B;
  /*font-size: 20px;
  padding: 10px 15px;*/
}

#div-login{
  position: relative;
  top: -450px;
}

.titulo-header{
    color: #fff !important;
    font-size: 20px;
    /*padding: 10px 15px;*/
}

.div-form-input{
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.form-control-input-symbol {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form-control-login{
  background-color: #E5E5E5 !important;
  color: #4d4d4d !important;

  padding: 0 30px 0 68px;
}

.form-control-login::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666666;
}
.form-control-login:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1;
}
.form-control-login::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1;
}
.form-control-login:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}

.form-control-login:focus {
  /*border: 1px solid rgba(221, 226, 232, 0.49) !important;*/
  /*border-right: 0*/
  background-color: #f2f2f2 !important;
}

.div-centered{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-rounded {
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 1.5;

  width: 50%;
  height: 50px;
  border: 0px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #262626;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.submit:hover{
  background: #000;
  color: #FFF;
  width: 60%;
}

.login-pic {
	z-index: 23;
	/*width: 316px;
	height: 316px;

	position: absolute;
	top: 20%; 
	left: 5%;*/

	width: 250px;
	height: 250px;

	position: absolute;
	top: 22%; 
	left: 10%;

	/*transform: translate(-50%,-50%);
	width: 200px;
	height: 200px;*/

	background-color: rgba(204, 204, 204, 0.3);
    padding: 20px 20px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}

.login-pic img {
  max-width: 100%;
}