﻿html, body {height: 100%;margin: 0;background-color:#2571b4;color:#404040}

body
{
    position: relative;
    background-image: url('./fondo.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.contenido
{
    position: absolute;
    width: 700px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -350px;
}
.mcontenido
{
    width: 380px;
    margin: 0 auto;
}
.password
{
    margin: 0 auto;
    margin-top: 220px;
}
.mpassword
{
}
.login1
{
    margin: 0 auto;
    margin-top: 220px;
}
.mlogin
{
    position: absolute;
    height: 150px;
    margin: 20px auto;
    text-align: center;
}
.mlogin1
{
    margin: 20px auto;
    border: none 0px black;
}
.LtextBox
{
    font-size: 9pt;
    width: 200px;
    border: solid 1px #96bada;
    height: 14pt;
    margin-top: 2px;
}
.Llabel
{
    font-size: 10pt;
}
.mLtextBox
{
    font-size: 13pt;
    width: 200px;
    border: sollid 1px gray;
    height: 14pt;
    color: #000;
}
.mLlabel
{
    font-size: 14pt;
    color: White;
}
.fpass
{
    font-size: x-small;
    color: #404040;
}
.mfpass
{
    font-size: 14pt;
    color: White;
}
