Subversion Repositories SmartDukaan

Rev

Rev 22415 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#welcome {
        width: 600px;
        margin:0 auto;
        padding-top:30px;
}

#login-box {
        position: relative;
    padding: 10px;
    margin:0 auto;
    width: 400px;
    height: 400px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
    overflow: hidden;
}

#login-logo {
    padding: 10px;
    margin:0 auto;
    width: 194px;
    border-radius: 2px;
    background: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
    overflow: hidden;
}

#customBtn{
        position: relative;
        margin:0 auto;
        top:5%;
        width:310px;
        height:50px;
        cursor:pointer;
}

h2{
        font-family: 'Lato', Helvetica, sans-serif;
        font-size:16px;
        color:gray;
        font-weight:800;
        text-align:center;
}

h1{
        font-family: 'Lato', Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #333333;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align:center;
}

strong {
    font-weight: 500;
}

p{
        text-align:center;
        color:gray;
        font-size:16px;
        font-family: 'Lato', Helvetica, sans-serif;
}