body{ 
    
    background-color: #dbdbdb;
    background-image: url(../img/bglogin.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;

    
}

#logincontainer {

    position: absolute;
    border-right: 1px solid #bababa;
    border-left: 1px solid #bababa;
    width: 338px;
    height: 417px;
    top: 50%;
    left: 50%;
    margin-top: -208px;
    margin-left: -169px;
    background: rgba(255, 255, 255, 0.3);
    


}


@font-face {

    font-family: fuente;
    src: url(../fonts/HelveticaNeueLTStd-Lt.otf);

}

@-webkit-font-face {

    font-family: fuente;
    src: url(../fonts/HelveticaNeueLTStd-Lt.otf);

}

form {

margin-top: 30px;

}

span {

color: #758b97;
    font-family: fuente;


}

input {

    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    width: 169px;
    height: 27px;
    border-radius: 0 10px 10px 0;
    background: #cdcdcd;

}


.contenedorcampo {


position: relative;
    width: 245px;


}

.iconologin {
    border-radius: 10px 0 0 10px;
    box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 31px;
    width: 36px;
    background: #cdcdcd;


}

.iconologin img {

position: relative;
    top: 4px;
  



}

button
{
	background: url("../img/botton.png") no-repeat;
    width: 112px;
    height: 32px;
    border: none;
    -webkit-transition: all 1s;
}


button:hover
{
	background: url("../img/botton2.png") no-repeat;
    width: 112px;
    height: 32px;
    border: none;
}





p a{font-family: fuente; color: #8a9da9; font-size: 13px; text-decoration: none;}