html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box; 
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #27333f !important;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.login-txt {
    color: #ffffff;
    font-size: 16px;
}
.form-signin {
    width: 100%;
    max-width: 500px !important;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}
.input-signin {
    max-width: 260px !important;
    background-color: #3f4750 !important;
    margin-bottom: 20px !important;
    border: 1px solid #3f4750 !important; 
    border-radius: .25rem !important;
    color: #74828d !important;
    font-size: 18px !important;
    margin: auto;
}
.separador-signin {
    max-width: 3px;
    background-color: #3F474F;
    max-width: 4px; 
    width: 3px; 
    height: 100%; 
    
}
.btn-knotion {
    margin: auto;
    width: 202px;
    background-color: #579adc !important;
    color:#ffffff;
    
}
.margin-bottom{
    margin-bottom: 64px;
    
}
.col-logo{
   max-width: 49%;
    
}
.logo-knotion{
    max-width: 192px;
    
}
.logo-partner{
    max-width: 172px;
    
}

.login-error {
	font-size: 18px;
	font-style: italic;
	text-align: left;
	color: #fe6e80;
}



/* 
  ##Device = Desktops
  ##Screen = 1800px to higher resolution desktops
*/

@media (min-width: 1451px) {
  
  
  
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to  1500 higher resolution desktops
*/

@media (min-width: 1281px)  and (max-width: 1450px){
       
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
     
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
       

  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
        .logo{
                width: 90%;
            } 
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
      
            .m-none{
                display: none;
            } 
             .logo{
                width: 90%;
            } 

            
}
