body {
    padding-top: 90px;
	background: #FFFFFF;
}
.panel-login {
	width: 522px;
	height: 522px;
	margin : auto;
	padding: 10px;
	
	/* Dark Portal Grey */
	background: #ffffff;
	/* BB Blue */
	border: 2px solid #004987;
	box-sizing: border-box;
	border-radius: 20px;
}
.panel-login>.panel-heading {
	padding-top: 30px;
	padding-left : 10%;
	padding-right: 10%;
}
.panel-login>.panel-body {
	padding-left : 10%;
	padding-right: 10%;
}

hr {
	color: #232428;
	background : #232428;
}
p{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 12px;
display: flex;
align-items: flex-end;
	color: #AAAAAA;
}

p2{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 12px;
display: flex;
align-items: flex-end;
	color: #DB534B;	
}
.form-group{
	padding-top: 20px;
	padding-bottom: 10px;
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	box-shadow: inset 0px 0px 0px 0px red;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
background-color : transparent;
/* Ultra Light Grey */
color: #232428;
	
	/* Ligne en dessous des box*/
	border : 0;
	outline : 0;
	border-bottom : 1px solid #AAAAAA;
	
	/* coller le texte du dessus*/
	padding-top: 0px;
	margin-top:0px;
	
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-login {
	background-color: #004987;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: 44px;
	font-weight: normal;
	padding-left: 10%;
	padding-right: 10%;
	text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-style: normal;
}
.btn-login:hover,
.btn-login:focus {
color: #fff;
}

.btn-register {
	background-color: #004987;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #004987;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #3b69c5;
	border-color: #3b69c5;
}
h2{
	/* H2 */
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 108%;
color : #232428;
}
