body{
    background-color: #f9f9f9;
    font-size: 16px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif'!important; 
}


/*INDEX*/

.greet{
    line-height: 40px;
    text-align: center;
    color:white;
}

.passinputdiv{
     text-align:center;
     margin-top:23px;
}

.downbut{
     width:200px;
     margin-top:10px;
     margin-right:5px;
     display:none;
}

/*PANEL*/

.cont2{
    margin-top: 90px;    
    margin-bottom: 20px;
}

.secondrow{
    padding: 20px;
    border-radius: 15px;
    /*background-color: rgba(255,255,255,0.7);*/
}

.labemail{
    margin-right:14px;
}

.sendbut{
    width:230px;
    margin-left:25px;
}

.autosendalert{
    margin-top: 6px;
}

.opa{
    background-color: rgba(223,240,216,0.4)!important;
}

.opa2{
    background-color: rgba(255,255,255,0.2)!important;
}

.downbtn{
    color: #f2feff;
}