@import url("http://fonts.googleapis.com/css?family=Lato:400,400i|Montserrat:300,400,500,600,700&subset=latin");

body {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/assets/img/slider/1.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #87bfe0, #112f5a);
  opacity: 0.6;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 100%;
  max-width: 360px;
  min-width: 300px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 5px;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;

  border: 1px solid #ccc;
  border-radius: 4px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #023254;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,
.form button:active,
.form button:focus {
  background: #0d5588;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4caf50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.logo {
  width: 80%;
  margin: 0 auto 30px auto;
}
.logo img {
  width: 100%;
}

.t-painel {
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  padding: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #162943;
}

.swal-footer {
  text-align: center;
}

.swal-title {
  font-size: 22px;
}

@media screen and (max-width: 360px) {
  .login-page {
    width: 90%;
  }
  .login-page .g-recaptcha {
    -moz-transform: scale(0.87) translateX(-19px);
    -webkit-transform: scale(0.87) translateX(-19px);
    -o-transform: scale(0.87) translateX(-19px);
    -ms-transform: scale(0.87) translateX(-19px);
    transform: scale(0.87) translateX(-19px);
  }
}
