body{
    position:relative;
    height: 100vh;
    margin: 0;

}
.container{
    transform: translateY(-50%);
    display: flex;
    position: relative;
    text-align: center;
    background-size: cover;
    max-width: 1170px;
    overflow: hidden;
    /* border-radius: 6px; */
    margin: auto;
    /* -webkit-box-shadow: 0px 0px 27px 0px rgb(50 50 50 / 75%); */
    -moz-box-shadow: 0px 0px 27px 0px rgba(50, 50, 50, 0.75);
    /* box-shadow: 0px 0px 27px 0px rgb(50 50 50 / 75%); */
    max-height: 640px;
    min-height: 330px;
    height: 96%;
    box-sizing: border-box;
    transform: translateY(-50%);
    top: 50%;
}


.wrapper1::before{
    background: url('../images/app/logo.png') no-repeat;
    background-size: 100px auto;
    content: "";
    display: inline-block;
    height: 105px;
    width: 251px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 42px;
} 

.wrapper1::after, .container::after{
    content: url('../images/universale/logo_fida1.png');
    background-size: 120px auto;
    display: inline-block;
    height: 72px;
    width: 120px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translatex(-50%);
}
.container::after{
    display:none;
}  
 
/* BASIC */
body { 
    font-family: "Poppins", sans-serif;
    /* height: 100vh; */
}

a {

    display: inline-block;
    text-decoration: none;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

/* STRUCTURE */ 
.wrapper1 {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100% - 140px);
	box-sizing: border-box;
	background-image: linear-gradient(to top, #34722c , #020403);
	position: relative;
}
.wrapper2  {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100% - 140px); 
	width: 70%;  
	background: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.1)), url(../images/index/background3.jpg);
	background-size: cover;
	box-sizing: border-box;
} 

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    /* background: #fff; */
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    /* -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3); */
    text-align: center;
    opacity: 0;
    -webkit-animation: fadeIn ease-in .3s;
    -moz-animation: fadeIn ease-in .3s;
    animation: fadeIn ease-in .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
}

#formFooter {
   /* right: 0px; */
   width: 100%;
   max-width: 450px;
   position: absolute;
   bottom: 315px;
   text-align: right;
}
#formFooter a {
    color: #0d0d0d; 
    font-weight: 700
}
/* TABS */
h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

/* FORM TYPOGRAPHY*/
[type=button], [type=submit], [type=reset] {
    background-color:  #1d8a0d;
    border: none;
    color: #f5f5f5;
    padding: 15px 35px;
    width: 80%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase; 
    font-size: 13px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 5px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 700;
}
[type=button]:hover, [type=submit]:hover, [type=reset]:hover
    {
    background-color: #93c619;
    color:  #0d0d0d;  
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active
    {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95); 
    transform: scale(0.95);
}

input[type=text], input[type=password], input[type=number], input[type=email] {    
  
    background-color: #f5f5f5 !important;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none; 
    display: inline-block;
    font-size: 13px;
    margin: 5px; 
    width: 80%;
/*     border: 2px solid #ccc; */  
    border-bottom: 2px solid #443f39;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px; 
    border-radius: 5px 5px 5px 5px;
    box-sizing: border-box;
}

input[type=text]:focus, input[type=password]:focus, input[type=text]:hover, input[type=password]:hover{
    background-color: #f5f5f5;
    border-bottom: 2px solid  var(--main-color);
}

input[type=text]:placeholder, input[type=password]:placeholder {
    color: #cccccc;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown { 
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
    100%{
        opacity : 1;
        -webkit-transform:translateY(-50%);    
        transform:translateY(-50%);  
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(-50%);    
        transform:translateY(-50%);  
    }
}


@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from { opacity:0;}to {opacity: 1;}
}
@-moz-keyframes fadeIn {
    from { opacity:0;}to {  opacity: 1;}
}
@keyframes fadeIn {
    from { opacity:0;}to {  opacity: 1;}
}
.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in .3s;
    -moz-animation: fadeIn ease-in .3s;
    animation: fadeIn ease-in .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #0d0d0d;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after {
    width: 100%;
}

/* OTHERS */
*:focus {
    outline: none;
}

#icon {
    width: 60%;
}

.mt-40{
    margin-top: 40px
}
.mb-40{
    margin-bottom: 40px
}

@media (max-height: 640px) {
    #coverLogin {
        transform: translateY(0);
        top:2%;
    }
    .fadeInDown{
        -webkit-animation-name: fadeInDownSmall;
        animation-name: fadeInDownSmall;
    }
    .mt-40{
        margin-top: 20px
    }
    .mb-40{
        margin-bottom: 20px
    }
}
@media (max-width: 1170px) {
    #coverLogin {        
        margin: 0 2%;
    }
}

.buttonPlateste button {
	background-color: #93c619;  
	color: #0d0d0d;
}
 
.buttonPlateste button[type=submit]:hover  
    {
    color: #f5f5f5;
    background-color:  #1d8a0d ;
}  

.text {
	text-align: center;
	color: #f5f5f5;
	font-size: 14pt;
	line-height: 2.4rem;
}

.text-logo{
	float: left;
	position: absolute;
	left: 43%;
	top: 67px;
	color: #e8e7ce;
	font-size: 15px;
	font-weight: bold;
	TEXT-ALIGN: LEFT;
	line-height: 28px;
	text-shadow: 0 0 9px black;
}

.text-login{
		margin-bottom: 15px;
}  
@media ( max-width : 700px) {
	.container {
		display: block;
		min-height: 438px;
		height: 100vh;
		max-height: 100%;
	}
	.wrapper1 {
		width: auto;
		min-height: 210px;
	}
	.wrapper2 {
		width: auto;
		min-height: calc(100% - 210px);
	}
	.wrapper1::before {
		top: 14px;
		background-size: 86px auto;
	}
	.text {
		display: none;
	}
	.text-logo {
		top: 33px;
		left: calc(50% - 29px);
		line-height: 20px;
	}
	.wrapper1::after {
		bottom: 10px;
		left: calc(50% - 50px);
		display: none;
	}
	.container::after {
		bottom: 10px;
		display: block;
	}
	#formFooter {
		top: -55px;
		font-size: 14px;
	}
	#formContent {
		margin-bottom: 23px;
	}
	.buttonPlateste button {
		width: 68%;
	}
	.platesteDirect {
		margin-top: 57px;
	}
	.card-body {
		z-index: 0;
	}
}

.btn-renunta {
	background-color: #6c757dcc;
}

.btn-renunta:hover, .btn-default:hover {
	background-color: #5a6268;
	color: white;
}

.btn-autentif {
	background-color: var(--autentif-button);
}

.btn-autentif:hover {
	background-color: var(--autentif-button-hover);
	color: #fff;
}