div#page-login {
  height:90%;
  min-height: 650px;
}

/* OUR METHOD BUTTON */

/* RED: #F3203E & BLUE: #ADCEEC */

button.btn-home-action:hover, button.btn-home-action:active {
  color: #FFF !important;
  background: #F3203E;
}

button.btn-home {
  overflow: hidden;
  border: 3px solid #F3203E;
  color: #F3203E !important;
  font-family: inherit;
  font-size: inherit;
  background: none;
  cursor: pointer;
  padding: 15px 50px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* OUR METHOD MODAL */

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body  {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 630px;
  min-width: 260px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #000;
  background: #FFF;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
  background-color: #F3203E;
  color: #FFF;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}

button.md-close {
  border: none;
  padding: 0.6em 1.2em;
  background: #F3203E;
  color: #FFF;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin: auto;
  border-radius: 2px;
}

button.md-close:hover {
  background: #FF203E;
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

a.no-decoration {
  text-decoration: none;
}

@media (min-width: 1px) and (max-width: 409px) {
  button.btn-home {
    padding: 10px;
    margin: none;
    font-size: 14px;
  }
  div#page-login {
    min-height: 550px;
  }
}

@media all and (max-width: 992px) {
  img.section {
    max-width: 130px;
    width: 80%;
  }
}

@media all and (max-height: 780px){
  .md-modal {
    position: absolute;
    height: 90%;
  }
}

/* NEW HOMEPAGE */

body.sky {
  background-color: rgba(189, 216, 241, .6)
}

body.sky-afternoon {
  background-color: rgba(253, 203, 10, .3);
}

body.sky-alternative {
  background-color: rgba(126, 255, 196, 0.33);
}

#cloud1{
  width:300px;
  height:100px;
  background:#FFF;
  top: 100px;
  position: absolute;
  border-radius:50px;
  -webkit-transform:translateX(-400px);
  -webkit-animation: move 30s linear infinite ;
  -moz-transform:translateX(-400px);
  -moz-animation: move 30s linear infinite ;
  transform:translateX(-400px);
  animation: move 30s linear infinite ;
  display:block-inline;
}
#cloud1:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  background:#FFF;
  border-radius:50%;
  margin:-100px 0 0 20px;
}
#cloud1:after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  background:#FFF;
  border-radius:50%;
  margin:-60px 0 0 165px;
}
#cloud2{
  width:200px;
  height:70px;
  background:#FFF;
  top: 150px;
  position: absolute;
  border-radius:50px;
  -webkit-transform:translateX(-520px);
  -webkit-animation: move 25s linear infinite ;
  -moz-transform:translateX(-520px);
  -moz-animation: move 25s linear infinite ;
  transform:translateX(-520px);
  animation: move 25s linear infinite ;
  display:block-inline;
}
#cloud2:before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  background:#FFF;
  border-radius:50%;
  margin:-70px 0 0 20px;
}
#cloud2:after{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  background:#FFF;
  border-radius:50%;
  margin:-40px 0 0 100px;
}
@-webkit-keyframes move {
  0%{-webkit-transform:translateX(-140px);opacity:0;}
  20%{opacity:.5;}
  90%{opacity:.7;}
  100%{-webkit-transform:translateX(1250px);opacity:0;}
}
@keyframes move {
  0%{transform:translateX(-140px);-moz-transform:translateX(-340px);opacity:0;}
  20%{opacity:.5;}
  90%{opacity:.7;}
  100%{transform:translateX(1250px);-moz-transform:translateX(1250px);opacity:0;}
}

section.full-screen-container {
  background-color: #bfe1dd;
  background-size: 100%;
  background-position: bottom;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: 300 !important;
  overflow-x: hidden;
}

section.full-screen-container div.especial-background {
  position: absolute;
}

section.full-screen-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

section.full-screen-container div.vertical-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-left: 50px;
  margin-top: -150px;
}

section.full-screen-container div.logo-container {
  margin-left: -330px;
}

section.full-screen-container div.logo-container.guardian {
  margin-left: -100px;
}

section.full-screen-container img.logo {
  max-width: 350px;
  width: 100%;
  position: absolute;
  z-index: 0;
}

section.full-screen-container img.sm-logo {
  height: 100px;
  margin-top: -80px;
  margin-right: -10px;
  display: inline-block;
}

section.full-screen-container img.text-logo {
  max-height: 50px;
  display: inline;
  margin-bottom: 5px;
}

section.full-screen-container div.img-text {
  display: inline-block;
  text-align: left;
}

section.full-screen-container div.img-text h1 {
  font-size: 38px;
  font-weight: 400;
}

section.full-screen-container div.img-text h2 {
  font-weight: 300;
  color: #264653;
  font-size: 28px;
  display: inline;
  margin-left: 2px;
}

section.full-screen-container img.text-logo.guardian {
  margin-left: 0px;
  margin-top: 0px;
}

section.full-screen-container h2.guardian {
  font-weight: 300;
  color: #5b4b43;
  font-size: 26px;
  margin-top: 5px;
}

section.full-screen-container input {
  height: 50px;
  font-size: 20px;
  margin-bottom: 10px;
  width: 90%;
  max-width: 400px;
  display: inline;
}

section.full-screen-container input#password {
  margin-left: 25px;
}

section.full-screen-container button.login, section.full-screen-container button.recover {
  height: 50px;
  width: 160px;
  font-size: 20px;
  background-color: #e9c46a;
  /*background: #ff1a3d;*/
  border: none;
  color: #560707;
  text-shadow: none;
  font-weight: 300;
}

section.full-screen-container button.login.guardian {
  background: #FDCB0A;
}

section.full-screen-container button.login[disabled] {
  background-color: #a2884a;
  border-color: none;
}

section.full-screen-container.guardian button.login[disabled] {
  background-color: #FDCB0A;
  border-color: none;
}

section.full-screen-container button.login:focus {
  border: 1px solid #FFF;
}

section.full-screen-container a {
  color: #264653;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
}

section.full-screen-container a.forgot-input {
  margin-left: 10px;
}

section.full-screen-container a:hover {
  color: #a6a5a5;
}

section.full-screen-container a.explanation {
  color: #ff1a3d;
}

section.full-screen-container a.parents-teacher {
  font-size: 18px;
  text-decoration: underline;
}

section.full-screen-container b {
  font-weight: 400;
}

section.full-screen-container div.help {
  bottom: -35px;
  font-size: 16px;
  color: #a6a5a5;
  margin-bottom: 20px;
}

section.full-screen-container div.help .title{
  color: #5b4b43;
}

section.full-screen-container img.background-plane {
  position: fixed;
}

section.full-screen-container a.classic-login {
  font-size: 18px;
  color: #ff1a3d;
}

section.full-screen-container input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(189, 216, 241, 1);
  box-shadow: inset 0 1px 1px rgba(189, 216, 241, 1);
}

section.full-screen-container input.error {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ff1a3d;
  border-color: #ff1a3d !important;
  border-radius: 4px;
}

section.full-screen-container input.guardian:focus {
  border-color: #FDCB0A;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.full-screen-container img.background-plane.red {
  -webkit-animation: moveAroundRed 15s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: moveAroundRed 15s infinite;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: .5;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moveAroundRed {
  0%   {top: 1600px; left: 2400px;}
  100% {top: -100px; left: -100px;}
}

@keyframes moveAroundRed {
  0%   {top: 1600px; left: 2400px;}
  100% {top: -100px; left: -100px;}
}

section.full-screen-container img.background-plane.pink {
  -webkit-animation: moveAroundPink 7s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: moveAroundPink 12s infinite;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: .5;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moveAroundPink {
  0%   {top: -100px; right: -200px;}
  100% {top: 2000px; right: 1000px;}
}

@keyframes moveAroundPink {
  0%   {top: -100px; right: -200px;}
  100% {top: 2000px; right: 2000px;}
}

section.full-screen-container img.background-plane.blue {
  -webkit-animation: moveAroundBlue 30s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: moveAroundBlue 30s infinite;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: .5;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moveAroundBlue {
  0%   {bottom: -100px; left: -200px;}
  100% {bottom: 3000px; left: 2000px;}
}

@keyframes moveAroundBlue {
  0%   {bottom: -100px; left: -200px;}
  100% {bottom: 3000px; left: 2000px;}
}

section.full-screen-container img.background-plane.yellow {
  -webkit-animation: moveAroundYellow 10s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: moveAroundYellow 20s infinite;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: .5;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moveAroundYellow {
  0%   {bottom: -100px; right: -200px;}
  100% {bottom: 2000px; right: 2000px;}
}

@keyframes moveAroundYellow {
  0%   {bottom: -100px; right: -200px;}
  100% {bottom: 2000px; right: 2000px;}
}

section.full-screen-container img.background-plane.black {
  -webkit-animation: moveAroundBlack 15s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: moveAroundBlack 15s infinite;
  -ms-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
  opacity: .5;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moveAroundBlack {
  0%   {top: 300px; left: -200px;}
  100% {top: 75px; left: 2000px;}
}

@keyframes moveAroundBlack {
  0%   {top: 300px; left: -200px;}
  100% {top: 75px; left: 2000px;}
}

@media all and (max-height: 700px){
  section.full-screen-container {
    padding-bottom: 100px;
  }
  section.full-screen-container div.vertical-box {
    margin-top: 20px;
  }
}

@media all and (max-width: 900px){
  section.full-screen-container img.text-logo {
    max-height: 44px;
  }
}

@media all and (min-width: 767px){
  .img-text.alternative  {
    margin-left:70px;
  }
}

@media all and (max-width: 767px){
  section.full-screen-container {
    background-size: 220%;
  }
  section.full-screen-container div.help {
    text-align: left;
  }
  section.full-screen-container:before {
    content: none;
  }
  section.full-screen-container div.vertical-box {
    margin-top: 0px;
  }
  section.full-screen-container div.img-text {
    margin-left: -10px;
  }
  section.full-screen-container img.text-logo {
    margin-top: 10px;
  }
  section.full-screen-container form {
    padding-top: 10px;
  }
  section.full-screen-container div.login-form-container, section.full-screen-container div.lower-form, section.full-screen-container div.forgot-form-container {
    text-align: left;
  }
  section.full-screen-container div.logo-container, section.full-screen-container div.logo-container.guardian {
    margin-left: 0px;
  }
  section.full-screen-container img.text-logo.guardian {
    margin-top: 20px;
  }
}

/* RECOVER PASSWORD & USERNAME */

section.full-screen-container div.forgot-box {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  padding-left: 50px;
  z-index: 3000;
  position: absolute;
}

section.recover h2.recover-title {
  color: #5b4b43;
  font-weight: 300;
}

section.recover p {
  font-size: 16px;
}

section.recover label {
  font-size: 18px;
  font-weight: 400;
}

section.full-screen-container button.recover {
  width: 200px;
  margin-right: 20px;
  background-color: #FFF;
  color: #ff1a3d;
  margin-bottom: 10px;
}

section.full-screen-container button.recover {
  width: 230px;
  margin-right: 20px;
  background-color: #FFF;
  color: #264653;
  margin-bottom: 10px;
}

section.full-screen-container button.recover.guardian {
  margin-right: 0px;
  color: #FDCB0A;
}

section.full-screen-container p.recover {
  font-size: 16px;
}

section.recover a.red {
  color: #ff1a3d;
  text-decoration: underline;
}

.numbers-decoration {
  background: url(/images/trainer/numbers.png) repeat-x;
  background-size: 100%;
  background-position: bottom;
  width: 100%;
  height: 155px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.numbers-decoration.relative {
  position: relative;
}
