﻿body, html{
    background-color: #76b4cf;
    background-image: url(../Content/degrade_1px.jpg);
    background-repeat: repeat-x;
}

.Logo
{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 100px;
}

.inputButton
{
    background-color: #eee !important;
    color: Black;
    border: 1px solid gray !important;
}

.MarcaDagua
{
    background: none;
    /*background-image: url(../Content/marca_dagua.png);*/
    background-position: 50px 25px;
    background-repeat: no-repeat;
    min-height: 400px;
}

input{
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e2f4fd !important;
    border: none !important;
    border-top: 2px solid #daebf4 !important;
    
}

#panButErro
{
    padding-top: 20px;
    text-align: center;
}

#FormBlock
{
    padding: 10px;
    background-color: White;
    -moz-border-radius: 5px;
    border-radius: 8px;
    border: 10px solid #cee6f2;
    
    opacity: 0.8;
}

/*#FormBlockBorder
{
    padding: 10px;
    background-color: #cee6f2;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/

#helpinfo
{
    font-weight: bold;
}

.notice, .error, .success
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.8;
}

.SubmitButton
{
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none !important;
    background-color: white !important;
    
    float: right;
    padding-top: 5px;
}
