﻿body
{
    font-family: Calibri, Sans-Serif;
    font-size: 10pt;
}

h1
{
    font-family: Century Gothic, Sans-Serif;
    font-weight: normal;
}

label
{
    display: block;
    float: left;
    width: 78px;
    padding-right: 7px;
    text-align: right;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input[type="text"], input[type="password"] {
    font-family: Calibri, Sans-Serif;
    font-size: 10pt;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#box
{

 margin-top:70px;
 position: absolute;
 left: 40%; /* posiciona a 90px para a esquerda */



     
}

#box #card
{
    width: 300px;
    height: 520px;
    padding: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#box .error
{
    width: 280px;
    margin-left:7px;
    padding: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#box .error p
{
    
    padding: 5px;
    
    
}

.center
{
    text-align: center;
}