/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}


/* Hide  preheader of theme clarico */
.custom_login_page div.te_header_before_overlay {
  display: none;
}


/* floating label */
.form-label-group {
  position: relative;
}
.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}
.input100:focus + .form-control-placeholder,
.input100:valid + .form-control-placeholder {
  font-size: 85%;
  transform: translate3d(0, -70%, 0);
  opacity: 1;
  margin-left: -10px;
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/


body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
    color: #666666;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
    color: #6a7dfe;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt2 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
  background-image: url('../../img/fond2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap-login100 {
  width: 420px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 35px 15px 35px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*-----------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 15px 15px 15px 15px;
  }
  .txt2 {
    font-size: 11px;
  }
}

  .imgtitle {
    height:240px;
  }
