﻿

 
/**********************************************************
 * This is Generated Code
 * You should not modify this code as it may be overwritten.
 * Generated By Generative Objects 
 *********************************************************/
/*body {background-color: var(--go-dark) !important;}*/
.loginPage {
	width: 100%;
	max-width: 450px;
	margin: 10vh auto 5vh;
}
.loginPage .loginLeftColumn {
	display: none;
}
.loginPage.with-img {
	max-width: 980px;
}
.loginPage.with-img .zone-content {
	border-radius: 15px;
	background-color: #fff;
}
.loginPage.with-img .loginLeftColumn {
	display: block;
}
.loginPage.with-img .link-light {
	color: var(--go-dark-grey);
}
.loginPage.with-img .link-light:hover {
	color: var(--go-blue);
}
.loginPage header {
	background-color: transparent;
	padding: 0;
}
.loginPage .zone-content {
	background-color: transparent;
	margin: 0;
}

.loginPage h1 {
	text-transform: uppercase;
	color: var(--go-dark-grey);
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1.5em;
}
.loginPage .form-floating:focus-within {
  z-index: 2;
}
.loginPage .form-control:focus {
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 30%);
}

#LoginUser_UserName {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#LoginUser_Password {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.loginLeftColumn.bg-img {
	width: 100%;
	background-image: url(../images/bg-connexion.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0 0 15px;
}

.loginRightColumn {
	margin-top: 3em;
	margin-bottom: 3em;
}
.loginContent {
	width: 100%;
	max-width: 350px;
	padding: 20px;
	margin: auto;
}

#LoginUser_RememberMeLabel, #LoginUser_RememberMe {
display: none;
}
.loginPage .command-button {margin-top:30px}


  