﻿/*/////////////////////////////////////////Ucafleet//////////////*/

#divAthlon {
    display: flex;
    flex-direction: row;
    height: 100%;
    text-align: center;
    justify-content:center;
}

#TopAuthentification {
    background-position-x: left;
    background-position: top;
    background-image: url('../../Images/UCF/conseiller.jpg');
    background-repeat: no-repeat;
    width: 670px;
    height: 525px;
}

.Authentification {
    background-image: url("../../Images/UCF/Login_pave vert_vide.jpg");
    background-size: auto;
    background-position-x: center;
    height: 525px;
}

#AuthentificationCenter {
    height: 100%;
    background-position-x: center;
    text-align: center;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    width:250px;
}

#UserNameGroup {
    justify-content: center;
    flex-direction: row;
}

#UserText {
    margin-top: 3px;
    width: 100%;
    text-align: center;
}

#UserBox {
}

#PassWordGroup {
    justify-content: center;
    flex-direction: row;
}

#PassWordText {
    margin-top: 3px;
    width: 100%;
    text-align: center;
}
}

#PassWordBox {
}

#divOublieMdpAthlon {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
    display: flex;
    justify-content: center;
}

#BtnLogin {
    margin-right: 40px;
    width: 100%;
    text-align: center;
}

.Descriptiontext
{
    width:100px;
}

#ContactInfo
{
    font-size:11px;
    margin-top:250px;
    
}
#ContactMessage
{
   color: #4B5356;
}
#ContactNumber
{
   font-weight: 700; 
   color: #FFFFFF;
}

#header
{
    height:80px;
}

#LoginAction{
    padding-top: 10px;
}

#PasswordRecover
{
    float:none;
    clear:both;
}
