.page-login-new-version {
  background-color: #eceefc;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
}

.page-log {
  height: 100%;
  font-family: 'Ubuntu', sans-serif !important;
}

.log-container {
  width: 100%;
  background-color: #eceefc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14vh;
}
.log-container-fullh {
  height: 100%;
}

.log-content {
  min-height: 550px;
  background-color: white;
}

.log-first-step {
  border-radius: 1.25rem 0 0 1.25rem;
  box-shadow: rgba(88, 88, 88, 0.28) -1px -1px 30px 2px;
}

.log-brand-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 3.75rem 0 5rem;
  position: relative;
}
.log-brand-info > img {
  margin: 0 2.1rem;
}

.log-info {
  display: flex;
  flex-direction: column;
  margin-top: 3.5rem;
  padding-top: 0.938rem;
  /* border-left: 3px solid #e05349; */
  border-left: 3px solid #ed7416;
}

.brand-groupe {
  margin: 0 auto;
  margin-bottom: 0.938rem;
  color: #b7b7b7;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-groupe > img {
  margin-bottom: 0.438rem;
}

.log-content.over {
  position: relative;
  background-color: #3f51b5;
  color: #eceefc;
  height: 650px;
  box-shadow: rgba(0, 0, 0, 0.38) -1px -1px 30px 10px;
  padding: 8.6rem 6.3rem 12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48rem;
}

.log-content.over h4 {
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 2.5rem;
  color: #eceefc;
  letter-spacing: 0.1rem;
}

.log-content.over p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: #ced0df;
  width: 87%;
}

.log-contact-us {
  display: flex;
  flex-direction: row;
}

.log-contact-us i {
  color: #eceefc;
  font-size: 1.5rem;
  margin: 0 8px;
}
.phone-logo {
  position: relative;
  display: inline;
  margin: 0;
  overflow: hidden;
  width: 23px;
  transition: width 1s ease-in-out;
}

.phone-logo.hover-cust {
  width: 110px;
}

.phone-logo i {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.phone-logo p {
  display: inline;
  position: absolute;
  margin: -5px 0 0 -5px;
  padding-left: 5px;
  z-index: 0;
}
/*
.phone-logo:hover  {
    animation: name duration timing-function delay iteration-count direction fill-mode;
    animation: fade-in-left-custum 1s ease-in-out 0;
    width: 110px;
}

@keyframes fade-in-left-custum {
    0% {
        width: 23px;
    }
    100% {

        width: 110px;
    }
}

@keyframes out-fade-left-custum {
    0% {

        width: 110px;
    }
    100% {
        width: 23px;
    }

} */

.log-last-step {
  border-radius: 0 1.25rem 1.25rem 0;
  box-shadow: rgba(88, 88, 88, 0.28) -1px -1px 30px 2px;
  padding: 5.5rem 4.52rem 1rem;
  min-width: 28.125rem;
}

.text-to-log p {
  color: #474747;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.text-to-log span {
  color: #3f51b5;
  font-size: 1.3rem;
}

.log-button {
  position: initial;
  margin: 40px auto;
  display: flex;
  justify-content: center;
}

.log-button button {
  background-color: transparent;
  position: relative;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0.85rem 2.1rem 0.85rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
}

.log-button button:hover::after {
  background-color: #3f51b5;
  top: 0;
  left: 0;
}

.log-button i {
  color: #ffffff;
  font-size: 1.7rem;
  margin: 0 0 0 10px;
  padding: 6px 6px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.log-button button:hover i {
  position: relative;
  margin-left: 20px;
}

.log-button button:before {
  content: '';
  background-color: transparent;
  border: 1px solid #3f51b5;
  width: 100%;
  position: absolute;
  height: 100%;
  transition: 0.2s;
  top: 0;
  left: 0;
}
.log-button button:after {
  content: '';
  background-color: #ed7416;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 6px;
  left: -8px;
  transition: 0.2s;
}

.log-footer {
  margin-top: 5.625rem;
}

.log-footer p {
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .log-content.over {
    position: absolute;
    top: 0;
    padding: 5px 50px 30px;
    min-height: 50px;
    max-height: 233px;
    margin: 3vh 41px 0 41px;
    max-width: 100%;
  }
  .log-first-step {
    z-index: 10;
  }
  .log-last-step {
    z-index: 10;
  }
  .log-container {
    padding: 120px 5vh 0;
  }
}

@media only screen and (max-width: 768px) {
  .log-content.over {
    width: 90%;
  }
  .log-first-step {
  }
  .log-last-step {
  }
  .log-container {
  }
}
