﻿/* Login form */
body
{
    background: #fff url('../Images/ReSkin/Background Login.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    line-height: 20px;
}

div.positionform
{
    background-position: center center;
    background-image: url('../Images/ReSkin/WSP Logo Transparent.png');
    background-repeat: no-repeat;
    background-size: 250px 140px;
}

div .login.centred
{
    height: 170px;
    border-radius: 50px;
}


.login div.centred
{
    text-align: center;
    border-radius: 50px;
}
.login fieldset
{
    display: block;
    margin: 10px auto 0 auto;
    text-align: left;
    width: 320px;
    border: none;
}

.login p.marginBottom
{
    margin-bottom: 30px;
}

.login ol li
{
    vertical-align: baseline;
}

.login fieldset label
{
    display: inline-block;
    color: #6d6f72;
    width: 100px;
}

.login fieldset input[type="text"], .login fieldset input[type="password"]
{
    color: #000;
    font-weight: bold;
    border: 1px solid #5e9cae;
}

.login .buttonList
{
    margin: 20px auto;
}

.login .buttonList input[type="submit"]
{
    padding: 5px;
    width: 72px;
    margin-right: 20px;
}

.login input[type="checkbox"] + label
{
    float: none !important;
    margin-left: 20px;
    font-weight: normal;
}

.positionform
{
    height: 280px;
}

.TarantoLogo
{
    width: 50%;
    height: 50%;
    margin-right: auto;
    text-align: center;
    padding-left: 25%;
    padding-top: 10px;
    margin-bottom: 20px;
}

a {
    color: #e6391c;
}
#ForgotButton 
{
    margin-top:20px;
    margin-bottom:20px;
}

#form2
{
    height: auto;
    border: 1px solid #000000;
    width: 360px;
    border-radius: 50px;
    background: #fff;
    margin: auto auto auto auto;
    font-family: "Mosquito Pro" , "Segoe UI" , Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

#form2 fieldset.mouchel, 
#form2 fieldset.mouchel label, 
#form2 fieldset.mouchel input[type="text"], 
#form2 fieldset.mouchel input[type="password"], 
#form2 fieldset.mouchel input[type="submit"], 
#form2 fieldset.mouchel input[type="button"], 
#form2 fieldset.mouchel select
{
    font-size: inherit !important;;
    font-family: inherit  !important;
    line-height: inherit !important;
}

#txtUsername
{
    margin-left: 0%;
    width: 180px;
}

#txtPassword
{
    margin-left: 0%;
    width: 180px;
}

.LogInButton
{
    font-weight: bold;
    padding-left: 17%;
}

.txtboxes
{
    background: #000;
}

.loginlink
{
    width: 75%;
    color: #306c65;
    padding-left: 15%;
}

.Version
{
    color: #306c65;
    width: 400px;
    padding-left: 40%;
    padding-top: 10px;
}

fieldset.mouchel
{
    height: 150px;
}

#LogInButton
{
    margin-left: 23%;
}
