#welcome{
	
}

.box-connexion {
	background-image: url('../images/bg-connexion.png') !important; 
	background-repeat: no-repeat; 
	background-position: center;
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    min-height: 500px;
}

.box-connexion .box-body{
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

@media screen and (max-width: 767px){
  }
@media screen and (max-width: 540px){
  .box-connexion .box-body {
    width: 80%;
}
}
@media screen and (min-width: 541px) and (max-width: 660px){
    .box-connexion .box-body {
      width: 69%;
  }
  }
  @media screen and (min-width: 661px) and (max-width: 767px){
    .box-connexion .box-body {
      width: 59%;
  }
  }
  @media screen and (min-width: 366px) and (max-width: 767px){
    #welcome {
        padding-top: 62px ;
  }
  
  }

.box-connexion .form-control{
	background-color: transparent;
	border: 1px solid #fff;
}

.box-connexion .form-control:focus {
    border-color: #7fe426;
    box-shadow: none;
}

.box-connexion img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn-sign-in {
    color: #08a6f3;
    background-color: #fff;
}

.box-connexion .checkbox{
	margin-left: 20px;
}

.box-connexion .checkbox input{
	margin-top: 10px;
}

.gate {
  display: inline-block;
  padding: 10px 0 10px 50px;
  font-weight: 400;
  color: #fff;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-indent: 65px;
  transition: all 0.3s ease-in-out; 
}

.gate1{
  border: none !important;
  border-bottom: 1px solid #fff !important;
  display: inline-block;
  padding: 10px 0 5px 0px;
  font-weight: 400;
  color: #fff;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.gate1 option{
  background-color: #08a5f2;
} 
.box-connexion li a{
	color: #fff !important;
}

.box-connexion .dropdown-menu>li>a {
    color: #777 !important;
}

.box-connexion .dropdown-menu {
    margin-left: 40px;
}

.box-connexion .form-control::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

.gate::-webkit-input-placeholder {
    color: transparent;
    text-indent: 0;
    font-weight: 300; 
}

.gate::input-placeholder {
    color: transparent;
    text-indent: 0;
    font-weight: 300; 
}


.gate + label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 2px 10px;
    text-shadow: 0 1px 0 rgba(19, 74, 70, .4);
    background: #0086c8;
    transition: all 0.4s ease-in-out;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transform-origin: left bottom;
    z-index: 99; }
.gate + label:before, .gate + label:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 3px;
      background: #0085c7;
      transform-origin: left bottom;
      transition: all 0.4s ease-in-out;
      pointer-events: none;
      z-index: -1; 
}
.gate + label:before {
      background: rgba(3, 36, 41, .2);
      z-index: -2;
      right: 20%; 
}

.gate:focus, .gate:active {
  color: #e7e7e7;
  text-indent: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; 
  border: 1px solid #fff !important;
}

.gate:focus::-webkit-input-placeholder, .gate:active::-webkit-input-placeholder {
    color: #d9d9d9; 
}

.gate:focus::input-placeholder, .gate:active::input-placeholder {
    color: #d9d9d9; 
}

.gate:focus + label, .gate:active + label {
    transform: rotate(-66deg);
    border-radius: 3px; 
}
.gate:focus + label:before, .gate:active + label:before {
      transform: rotate(10deg); 
}

