#divlogin{
    border: 10px solid rgba(0, 0, 0, 0.397);
    background-clip: padding-box; 
    background-color: rgba(255, 255, 255, 0.726);  
    border-radius: 33px 33px 33px 33px;
    -moz-border-radius: 33px 33px 33px 33px;
    -webkit-border-radius: 33px 33px 33px 33px;
}

#divform{
    padding-right:5%;
    padding-left: 5%;
}

#labelform{
    text-shadow: 0 0 50px rgb(102, 170, 102);
}

.cajastexto{
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.788);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.788);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.788);
}

#parrafo{
    font-size: 16px;
    color: rgb(15, 6, 153);
  }

  #parrafo2{
    color: rgb(36, 35, 35);
    font-family: 'Lobster', cursive;
    font-size: 38px;
    text-shadow: 2px 2px 2px rgba(46, 46, 46, 0.411);
}

    .footer {
        margin-top: 20px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        overflow: visible;
        z-index: 99;
        clear: both;
        background-color: rgba(0, 0, 0, 0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
    }

.textoFooter{
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 5px;
    text-align: right;
    color: white;
    font-size: 12px;
}