﻿

.DivCadreLoginBox
{
    text-align: left;
    margin-left: 5px;
}

.DivLoginBoxBloc1
{
    background-color: white;
    padding-top: 5px;
    text-align: right;
    width: 100px;
    height: 25px;
    float: left;
}

.DivLoginBoxBloc2
{
    background-color: white;
    width: 120px;
    height: 30px;
    float: left;
}

.DivLoginBoxBloc3
{
    background-color: white;
    padding-top: 5px;
    text-align: right;
    width: 100px;
    height: 25px;
    float: left;
}

.DivLoginBoxBloc4
{
    background-color: white;
    width: 120px;
    height: 30px;
    float: left;
}

.DivLoginBoxRemember
{
    background-color: white;
    width: auto;
    text-align:center;
}

.DivLoginBoxFailure
{
    background-color: white;
    width: auto;
    height: auto;
    text-align:center;
    color:Red;
}

.DivLoginBoxButton
{
    background-color: white;
    width: auto;
    height: 20px;
    text-align:center;
}

.LoginBoxTextBox
{
    width: 100px;
}
