*{
  font-family: 'Montserrat', serif !important;
}
body{
  background-color: #EFEFEF !important;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.login_novo{
  background:#FFF url(../img/bg_login_red.png) left center no-repeat;
  width: 930px;
  height: 585px;
  display: block;

  margin:0 auto;

  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;

  -webkit-box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.3);
  box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.3);
}
.welcome{
  color:#FFF;
  font-size:20px;
  margin-left:135px;
  margin-top:515px;
  float: left;
  display: block;
  font-weight: bold;
  letter-spacing: 8px;
}
.login_form{
  width: 330px;
  float: right;
  display: block;
  height: 585px;
  margin-right: 80px;
}
.login_form .logo{
  margin:80px auto 0 auto;
  display: block;
  width:66px;
}
.login_form .titulo{
  margin: 60px 0;
  color:#000;
  display: block;
  font-weight: bold;
  font-size: 19px;
  width: 100%;
  text-align: center;
}

.login_form .btn_login{
  padding: 10px 60px !important;
  font-weight: bold !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #EB0029;
  color:#FFF;
  border:none;
  margin: 50px auto 35px auto;
  display: block;
}

.login_form .btn_login:hover{
  background-color: #D70029;
}

.login_form .remeber{
  color:#000;
  display: block;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}

.login_form .remeber:hover{
  color:#666;
}

.login_form .alert{
  font-size: 13px;
  padding: 5px 20px;
  text-align: center;
  float:left;
  margin-top:30px;
  display: block;
  width: 100%;
}

.float-label-control { position: relative; margin-bottom: 1.5em; }
  .float-label-control ::-webkit-input-placeholder { color: #666; }
  .float-label-control :-moz-placeholder { color: #666; }
  .float-label-control ::-moz-placeholder { color: #666; }
  .float-label-control :-ms-input-placeholder { color: #666; }
  .float-label-control input:-webkit-autofill,
  .float-label-control textarea:-webkit-autofill { width:100%; background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
  .float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 16px; box-shadow: none; -webkit-box-shadow: none; }
      .float-label-control input:focus,
      .float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0; }
      .float-label-control textarea:focus { padding-bottom: 4px; }
  .float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #aaa; outline: none; margin: 0px; background: none; }
  .float-label-control textarea { padding: 0.1em 0em 5px 0em; }
  .float-label-control label { position: absolute; font-weight: normal; top: -1.0em; left: 0.08em; color: #aaaaaa; z-index: -1; font-size: 0.85em; -moz-animation: float-labels 300ms none ease-out; -webkit-animation: float-labels 300ms none ease-out; -o-animation: float-labels 300ms none ease-out; -ms-animation: float-labels 300ms none ease-out; -khtml-animation: float-labels 300ms none ease-out; animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/ animation-play-state: running !important; -webkit-animation-play-state: running !important; }
  .float-label-control input.empty + label,
  .float-label-control textarea.empty + label { top: 0.1em; font-size: 1.5em; animation: none; -webkit-animation: none; }
  .float-label-control input:not(.empty) + label,
  .float-label-control textarea:not(.empty) + label { z-index: 1; }
  .float-label-control input:not(.empty):focus + label,
  .float-label-control textarea:not(.empty):focus + label { color: #aaaaaa; }
  .float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
  .float-label-control.label-bottom input:not(.empty) + label,
  .float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; }


@keyframes float-labels {
  0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
  20% { font-size: 1.5em; opacity: 0; }
  30% { top: 0.1em; }
  50% { opacity: 0; font-size: 0.85em; }
  100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
  0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
  20% { font-size: 1.5em; opacity: 0; }
  30% { top: 0.1em; }
  50% { opacity: 0; font-size: 0.85em; }
  100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
  0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
  20% { font-size: 1.5em; opacity: 0; }
  30% { top: 0.1em; }
  50% { opacity: 0; font-size: 0.85em; }
  100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
  0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
  20% { font-size: 1.5em; opacity: 0; }
  30% { top: 0.1em; }
  50% { opacity: 0; font-size: 0.85em; }
  100% { top: 3em; opacity: 1; }
}

#mobile{
  display: none;
}

@media  (max-width: 991.98px){
  #desktop{
    display: none;
  }
  #mobile{
    display: block;
    padding: 0;
    margin: 0;
  }

  #mobile .login_novo{
    margin-top: 20px !important;
    background:#FFF;
    width: 90%;
  }

  #mobile .login_form .logo{
    margin-top:40px;
    margin-bottom:80px;
    width:66px;
  }

  #mobile .login_form{
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }
  .h-100{
    margin: 0 !important;
    padding: 0;
  }
}
