
#login-content {
	background-image: url(../images/fond-login-circles.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #007bc0;
    background-position: center;
}

#login {
    position: absolute;
    top: 0;
    background: #fff;
    width: 25%;
    bottom: 0;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
}

.loginButton {
	border: 1px solid #007bc0;
	background: #fff;
	transition: 200ms ease;
	color: #007bc0;
	height: 35px;
    width: 100%;
    border-radius: .25rem;
}

.loginButton:hover {
	transition: 200ms ease;
	background: #007bc0;
   	color: #fff
}

.versionDeploy {
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	margin-top: 35px;
	text-align: center;
	text-transform: uppercase;
}

#login-title {
	background: url(../images/icone-symphonie.png) no-repeat;
	background-position: 20px 20px;
	background-color: #E7EFF1;
	background-size: 60px 60px;
	padding: 15px 0 25px 0;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	font-family: "Ubuntu", sans-serif;
	box-shadow: -1px 4px 20px 2px #adadad;
}

#login-title > span {
	font-style: italic;
	color: #777777;
}

#login-wrapper {
	padding: 30px 30px 5px;
}

.loginError {
	font-family: "Ubuntu", sans-serif;
}
