/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 juin 2017, 09:55:38
    Author     : saoussen
*/

.main-center {
	margin: 0 auto;
	max-width: 330px;
	padding: 40px;
}
.login {
    margin-top:10px;
}
.set-logo {
    border-radius:80%;
    padding:11px;
    font-size:20px;
    border: solid #ddd 14px;
}
.logo {
    margin-top:18px;
    margin-bottom:35px;
}

span.req {
    color:maroon;
    font-size: 112%;
}

.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 50px;
    box-shadow:10px 2px 5px #cfcfcf;
}

.input-group-addon
{
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
    color: rgb(255, 255, 255);
}