﻿

 





.login .formButtons
{
	text-align:center;
	margin-top:30px;
}








@media screen and (max-width: 950px) {
    
     

     
     

}



/********** Nuevo estilo ***********/

html.newui {
  background: url(/public/images/login_newui_bkg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
}

.newui body {
  background-color: rgba(0,55,52,0.35);
  background-image: -webkit-linear-gradient(20deg, rgba(0,55,52,0.35) 68%, white 68%);
  margin-bottom: 0;
}

.newui .title {
  width: 60%;
  float: left;
  color: white;
} 

.newui .title-content {
  margin: 0 37px;
  background: url(/public/images/syltek_transparent.png) left bottom no-repeat;
  padding-bottom: 50px;
}

.newui .title img.logo,
.newui .title h1,
.newui .title h2 {
  margin: 0 20px; 
}

.newui .title h1,
.newui .title h2 {
  width: 688px;
}

.newui .title img.logo {
  height: 43px;
  margin-top: 192px;
}

.newui .title h1 {
  height: 319px;
  font-family: WorkSans-Bold;
  font-size: 64px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: -0.8px;
  color: #ffffff;
}

.newui .title h2 {
  font-family: WorkSans-ExtraLight;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newui .login {
  width: 40%;
  float: right;
}

.newui .login form{
  overflow: hidden;
  background-color: #fff;
  box-shadow: -1px 5px 17px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  
  /*border: solid 1px rgba(36, 35, 43, 0.05);*/
  border-radius: 5px;
  padding: 32px;
  font-family: WorkSans-Regular;
  text-align: center;
  width: 452px;
  float: left;
  margin-top: 214px;
}

.newui .login form h4{
  font-family: WorkSans-Light;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  font-size: 20px;
}

.newui .login form h3 a {
  font-family: WorkSans-Regular;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-decoration: underline;
}

.newui .login .formRow {
  margin-top:20px;
}

.newui input:-webkit-autofill,
.newui input:-webkit-autofill:hover, 
.newui input:-webkit-autofill:focus, 
.newui input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.newui input {
  width: 388px;
  height: auto;
  border: solid 1px rgba(36, 35, 43, 0.2);
  background-color: white;
  font-size: 17px;
  font-weight: 500;
  color: #23272b;
  padding: 8px 6px 8px 6px;
  border-radius: 4px;
  height: 48px;
  line-height:22px;
}

.newui input:-internal-autofill-selected {
  background-color: white !important;
}

.newui input.button {
  background-color: #A4D96C;
  color: white;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 4px;
  width: 388px;
  height: 49px;
  border: none;
}

@media screen and (max-width: 1200px) {
  
  .newui body {
    background: none;
    background-color: rgba(0,55,52,0.35);
  }

  .newui .title {
    width: 100%;
    float: none;
  }

  .newui .login {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
   
  .newui .login form {
    margin: 0 auto;
    text-align: center;
    float: none;
  }  

     
     

}
