Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

@import "common.less";

.auth-head{
  background:darken(@list-color2,5%);
  border-top:@list-color1 solid 1px;
  padding:0 1%;
  position:relative;
  .boxsize;
  width:100%;
  > a:nth-of-type(1), > a:nth-of-type(3){
    .float(left);
    width:49%;
    padding:10px 0;
    .font(1.6em);
    font-weight:bold;
    color:@grey;
    text-align:center;
    .boxsize;
    text-transform:uppercase;
    height:45px;
    line-height:22px;
  }
  > a:nth-of-type(3){
    .float(right)!important;  
  }
  > a:nth-of-type(2){
    .float(left);
    width:2%;
    margin: 5px 0 5px -0.5px;
    max-width:1px;
    height:35px;
    background:@grey;
    text-align:center;
    position:absolute;
    left:50%;
  }
  .selected{
    color:@ltblue!important;
    border-bottom:@ltblue solid 5px;
  }
  
}

.login-cont{
  padding:0px 0px 10px;
  margin-top:1px;
  .input-cont{
    padding:10px 10px;
    background:@list-color2;
    width:100%;
    .boxsize;  
  }
}
form{
  fieldset{
    border:none;
  label{
    font-weight:bold;
    display:block;
    .font(1.4em);
    color:@grey;
  }
  input{
    width:100%;
    appearance:none;
    -webkit-appearance:none;
    border:@list-color1 solid 1px;
    //background:@list-color1;
    color:@grey;
    border-radius:0;
    outline:none;
    padding:10px;
    display:block;
    .boxsize;
    .font(1.4em);
    margin:2px 0 8px 0;
  }
  }
}

.frgt-pwd{
  margin:3px 0;
  .float(right);
  color:@ltblue;
  text-decoration:underline;
  .font(1.2em);
}

.btn-cont,.registerbtn-cont{
  padding:0 10px;
  
}
input.login-btn, .register-btn{
  .float(left);
  width:100%;
  margin:10px 0;
  background:@ltblue;
  color:@white;
  .font(1.8em);
  text-align:center;
  padding:8px 0;
  text-transform:uppercase;
  appearance: none;
  -webkit-appearance: none;
}

.seperator{
  position:relative;
  border-top:@list-color1 solid 1px;
  width:100%;
  margin:20px 0 30px;
  span{
    
    .font(1.2em);
    font-weight:bold;
    text-align:center;
    line-height:32px;
    top:-15px;
    position:absolute;
    width:30px;
    height:30px;
    border-radius:20px;
    background:@white;
    color:@ltblue;
    left:50%;
    margin-left:-15px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);  
  }
}

.fb-login{
  .float(left);
  width:49%;
  padding:8px 0;
  text-align:center;
  .font(1.8em);
  color:@white;
  background: url("../images/facebook-icon.png") no-repeat -19px -6px;
  background-size: 58px;
  background-color:rgba(59,113,166,1);
  text-transform:uppercase;
}

.go-login{
  .float(right);
  width:49%;
  padding:8px 0;
  text-align:center;
  .font(1.8em);
  color:@white;
  background: url("../images/New-Google-Plus-icon.png") no-repeat -5px -9px;
  background-size: 50px;
  background-color:rgb(218,72,53);
  text-transform:uppercase;
}

/*------------------register-hldr---------------------------*/

.register-hldr{
  padding:0px 0px 10px;
  margin-top:1px;
.register-cont{
  padding:10px 10px;
  background:@list-color2;
  width:100%;
  .boxsize;  
  input{
    margin-bottom:0;
  }
  p{
      text-align:right;
      margin-bottom:5px;
    }  
}

}

/*----------------------error-msg---------------------------*/

.error_msg{
  padding:5px;
  display:block;
  border:red dotted 1px;
  background:@list-color2;
  color:red;
  .font(1.4em);
  margin:10px;
}