﻿body {
    width: 1880px;
    height: 970px;
    background-color: #f5f5f5;
}

.bkg {
    background-image: url(../Images_New/backgoundBySoClinic.png); /*IM*/
}

.loginimg {
    width: 600px;
    /*height: 200px;*/ /*IM*/
    vertical-align: top;
}

.logintext {
    width: 600px;
    /*height: 700px;*/ /*IM*/
    margin: auto;
    text-align: center;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;*/ /*IM*/
    background-color: transparent;
}

.titre {
    width: 600px;
    height: 51px;
    text-align: center;
    margin-top: 260px;
    color: #43425d;
    font-size: 39px;
    letter-spacing: 7.8px;
    line-height: 23px;
    font-family: "Segoe UI";
    font-weight: 700;
}

.bienvenue {
    width: 600px;
    height: 27px;
    text-align: center;
    opacity: 0.5;
    color: #4d4f5c;
    font-size: 20px;
    line-height: 14px;
    font-family: "Segoe UI";
    font-weight: 400;
}

.erreur {
    width: 600px;
    height: 27px;
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
    color: red;
    font-size: 20px;
    line-height: 14px;
    font-family: "Segoe UI";
    font-weight: 400;
}
.messageLog {
    width: 600px;
    height: 27px;
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
    color: darkslategray;
    /*font-size: 20px;
    line-height: 14px;*/
    font-size: 15px;
    line-height: 15px;
    font-family: "Segoe UI";
    font-weight: 400;
}

.identifiant {
    width: 500px;
    height: 25px;
    margin-top: 50px;
    color: #43425d;
    font-size: 15px;
    line-height: 25px;
    font-family: "Segoe UI";
    font-weight: 400;
    border: solid 1px #43425d;
    border-radius: 6px;
}

.souvenir {
    width: 600px;
    height: 28px;
    margin-top: 50px;
    color: #43425d;
    font-size: 15px;
    line-height: 25px;
    font-family: "Segoe UI";
    font-weight: 400;
}

.hlforgot {
    margin-left: 0px;
}

.divconnecter {
    width: 600px;
    text-align: center;
    margin-top: 50px;
}

.connecter {
    width: 259px;
    height: 57px;
    border-radius: 4px;
    border: 1px solid #43425d;
    background-color: #43425d;
    color: #ffffff;
    font-size: 20px;
    font-family: "Segoe UI";
    font-weight: 400;
}

.identifiantforgot {
    width: 300px;
    height: 25px;
    margin-top: 25px;
    color: #43425d;
    font-size: 15px;
    line-height: 25px;
    font-family: "Segoe UI";
    font-weight: 400;
    border: solid 1px #43425d;
    border-radius: 6px;
    text-align: center;
}
