/*login*/
.login_img_brand{
    margin-top: 70px;
    max-width: 300px;
}
.FLs-lang{
    float:right;
    margin: 1px;
    max-height: 40px;
    max-width: 120px;
}
.FLS-flag{
    width:30px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    cursor: pointer;
}
.text-center{
    float:left;
    width: 100%;
    text-align: center;
}
.btn-userLogin{

    background-color: #f5f5f5;
    border-color: #dddddd;
    margin: 1px;!important;

    cursor: pointer; /* Mouse pointer on hover */
    width: 265px;
    height: 30px;
    /*box-shadow: inset 0 -1px 0 1px rgba(0,0,0,.1), inset 0 -10px 20px rgba(0,0,0,.1);*/
}
.message{
    color: black;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width:50%;
    margin: 20px auto;
    text-align: center;
}
.message.success{
    background-color: rgba(0, 255, 0, 0.2);
}
.message.error{
    background-color: rgba(255, 0, 0, 0.2);
}