.section-login {
  width: 100%;
  height: 100vh;
  display: inline-block !important;
  position: relative;
  overflow: hidden;
  float: left;
  background-image: url('../img/bg-login.jpg');
  height: 100vh;
  width: 100vw;
}
.login {
  float: left;
  display: inline-block;
  width: calc(30% + 0px);
  height: 100vh;
  min-height: 100%;
  max-width: calc(30% + 0px);
  min-width: 550px;
  background: #fff;
  z-index: 2;
  padding-right: 0px;
  text-align: center;
  left: 0px;
  top: 0;
  box-shadow: 0px 0px 40px 20px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 40px 20px rgb(0 0 0 / 30%);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00049E;
}
.select2-results__option {
  font-size: 15px;
}
.select2-container {
  width: 100% !important;
  z-index: 1000000;
}
.logo {
  display: flex;
  justify-content: center;
  margin: 10px 0 10px 0;
}
.logo-img{
  width: 38%;
  height: 17vh;
}
.name{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 10px 0;
}
.name-title{
  margin: 0;
  font-size: 2.0rem;
  color: #666666;
  font-weight: 100;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 30px;
}
.name-subtitle {
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  width: 100%;
  color: #666666;
}
.logo-kuhlmann{
  width: 13%;
  height: 8vh;
}
.logo-indacta{
  width: 20%;
  height: 5vh;
}
.footer-legal{
  width: 100vw;
  position: fixed;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  min-height: 70px;
}
.footer-legal ul li a {
  color: inherit;
  text-decoration: none;
}
.lcc-modal .lcc-modal__close {
  background: none !important;
  color: black !important;
  display: flex !important;
  justify-content: center !important;
}
.lcc-modal .lcc-modal__close:hover {
  background: none !important;
}
.lcc-modal button {
  margin: 5px 0 !important;
  border: none !important;
  padding: 8px 20px !important;
  border-radius: 0.5rem !important;
  color: white !important;
  font-style: normal !important;
  text-decoration: none !important;
  background-color: #00049E !important;
}
.lcc-modal button:hover  {
  background-color: #847C6D !important;
}
.lcc-modal {
  border-radius: 0.5rem !important;
  border: 1px solid rgba(0,0,0,0.75) !important;
}
input[type="email" i]:focus {   
  border-color: #00049E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
  outline: 0 none;
}
input[type="password" i]:focus {   
  border-color: #00049E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
  outline: 0 none;
}

input[type="text" i]:focus {   
  border-color: #00049E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
  outline: 0 none;
}
input[type="checkbox" i]focus {   
  border-color: #00049E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00049E;
  outline: 0 none;
}
.btn:hover {
  background-color: #00049E;
  opacity: 0.8;
}
.form-group {
  position: relative;
}
.bg-login input.valid_password.ok{
  border: 1px solid #1c8935;
}
.bg-login input.valid_password.error{
    border: 1px solid #8D213D;
}
.validated_password{
    position: absolute;
    left: calc(100% + 20px);
    width: 210px;
    background: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    top: calc(50% - 65px);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 30%);
    font-size: 12px;
    border: 0px solid #d7d7d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}
.validated_password.active {
    max-height: 140px;
    padding: 5px;
    overflow: initial;
    border: 1px solid #d7d7d7;
    opacity: 1;
    z-index: 0;
}
.validated_password.active:after {
    left: -20px;
    opacity: 1;
}
.validated_password:after {
    content: '';
    width: 20px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: calc(50% - 20px);
    filter: drop-shadow(0px 0px 0px #979494);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.validated_password span.linha {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
    text-align: left;
}
.validated_password span.linha svg {
    margin-right: 4px;
    margin-top: 3px;
    display: none;
    float: left;
}
.validated_password span.linha.ok{
    color: #1c8935;
}
.validated_password span.linha.ok svg.error{
    display: none;
}
.validated_password span.linha.ok svg.ok{
    display: block;
}
.validated_password span.linha.error{
    color: #8D213D;
}
.validated_password span.linha.error svg.ok{
    display: none;
}
.validated_password span.linha.error svg.error{
    display: block;
}
.bg-login input.valid_password.ok{
    border: 1px solid #1c8935;
}
.bg-login input.valid_password.error{
    border: 1px solid #8D213D;
}
@media screen and (max-width: 1400px) {
.footer-legal ul li a {
    font-size: 12px !important;
}
}

.mobile.mob-sub-menu {
  position: fixed;
  top: 0;
  right: 0px;
  width: 60px!important;
}

.mobile.mob-sub-menu span.line{
  background: #6f6c6c !important;
}
.mobile.mob-sub-menu .hamburger {
  max-width: 100%;
}

/*MOBILE/TABLET*/
@media only screen and (min-width : 0px) and (max-width : 768px) {
  .login {
    width: 100vw;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    min-width: 100vw;
    padding-bottom: 200px;
    height: calc(100vh + 140px);
    min-height: 770px !important;
  }
  .footer-legal{
    display: none;
  }
}

@media only screen and (min-width : 600px) and (max-width : 980px) {}

@media only screen and (min-height : 0px) and (max-height : 500px) {

}
/*MOBILE/TABLET*/