﻿body#forgotten {
    background: #3C3779; /* Custom */
}
.forgotten
{
    padding: 16px;
    width: 512px;
    border: 1px solid #808080;
    background: #ffffff;
    position: inherit;
    margin: 20px auto;
    box-shadow: 0 0 15px #333333;
    border-radius: 8px;
}
.forgotten h3
{
    display: block;
    margin: 0px;
    padding: 0 8px;
    font-size: 20px;
    color: #3C3779;                                     /* Custom */
}
.forgotten h2
{
    display: block;
    margin: 0px;
    padding: 8px;
    font-size: 12px;
    color: #808080;
    font-weight: normal;
}
.forgotten input[type="text"]
{    
    background: #ffffff; /* Old browsers */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background:linear-gradient(#ffffff, #eeeeee);
}
.forgotten a
{
    display:inline-block;
    padding:2px 20px;
    border:1px solid #cccccc;
    font-weight:bold;
    color: #3C3779;                                     /* Custom */
    margin:0 20px;
    border-radius:5px;
    background: #eeeeee; /* Old browsers */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#3C3779 100%); /* IE10+ */                                                         /* Custom */
    background: linear-gradient(to bottom,  #eeeeee 0%,#3C3779 100%); /* W3C */                                                         /* Custom */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#3C3779',GradientType=0 ); /* IE6-9 */    /* Custom */
    background:linear-gradient(#eeeeee, #3C3779);                                                                                       /* Custom */
}
.forgotten a:hover
{
    background: #3C3779; /* Old browsers */                                                                                             /* Custom */
    background: -ms-linear-gradient(top,  #3C3779 0%,#eeeeee 100%); /* IE10+ */                                                         /* Custom */
    background: linear-gradient(to bottom,  #3C3779 0%,#eeeeee 100%); /* W3C */                                                         /* Custom */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C3779', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */    /* Custom */
    background:linear-gradient(#3C3779, #eeeeee);                                                                                       /* Custom */
}
.forgotten .buttons 
{
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
}
.forgotten .buttons .volver 
{
}
.forgotten .buttons .enviar
{
}
.cabecera {
    background: url(/images/custom/logo.png) no-repeat 10px 30px #cccccc; /* Custom */
    height: 55px;
    padding-top: 25px;
    min-width: 520px;
}
.cabecera h3
{
    font-size: 22px;
    font-weight: normal;
    color:#3C3779;                                                                                                                      /* Custom */
    text-align:center;
}
.forgotten .requerido 
{
    margin-left:10px;
}
.esquina-bot {
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cccccc;                                                                                                     /* Custom */
    display: inline-block;
    display: none;
    height: 0;
    margin-left: 23px;
    width: 0;
}