﻿/*!

    This XWord Info CSS file (c) 2010-2018 by Jim Horne.
    All rights reserved.

*/

/*
    Styles for Login and Register pages
*/

body {
    font-size: 14px;
}

input[type=text], input[type=password] {
    margin-top: 4px;
    padding: 2px 4px;
}

.pppan { width: 100%; }


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 4px 0;
    padding: 4px;
    border: 1px solid #ccc;
}

fieldset legend 
{
    padding: 0 12px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset.register, fieldset.login
{
    padding-right: 14px;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 100%;
    border: 1px solid #ccc;
    background-color:#FFFFE0;
    margin-top:2px;
}

input.passwordEntry 
{
    width: 100%;
    border: 1px solid #ccc;
    background-color:#FFFFE0;
    margin-top:2px;
}

div.accountInfo
{
    max-width: 380px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    color: Red;
}

.submitButton
{
    margin-left: 16px;
    margin-top: 30px;
}