/**
* @author nicole q
* @copyright 2024
*
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body{
    background-image: url(../img/bg.png);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 10px;
}


*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.limiter {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer-logos {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; 
}

.container-login100 {
  width: full;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
}
    /* background: #ebeeef; */

.wrap-login100 {
  width: 700px;
  /* height: 80vh; */
  max-height: 78%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.login100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 74px 15px;
}

.login100-form-title-1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 0 5px #000;
}

.f12 {
    font-size: 14px;
}

.mar-t-5 {
    margin-top: 5%;
}

.wrap-input101 {
    width: 73%;
    position: relative;
    text-align: center;
    margin: 10px 0 -20px 100px;
}
.f15 {
    font-size: 20px;
}
.m-b-26 {
    margin-bottom: 26px;
}
.m-b-18 {
    margin-bottom: 18px;
}
.flex-sb-m {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.w-full {
    width: 100%;
}

.p-b-30 {
    padding-bottom: 10px;
}
input:focus {
    border-bottom: 2px solid #01ba23;
    outline: none; /* Remove outline if needed */
}
.login100-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #57b846;
    border-radius: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    outline: none !important;
    border: none;
    background: transparent;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

div {
    display: block;
    unicode-bidi: isolate;
}
.url--google{
    background-color: #E74B37;
  }
  .url--facebook{
    background-color: #4267b2;
  }
  .url--website{
    background-color: #006633;
  }
  .url--twitter{
    background-color: #55acee;
  }
  .url--instagram{
    background-color: #bc2b8e;
  }
  .url{
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background-position: center;
  }
  .url:hover{
    box-shadow: 0 0 3px;
  }
  .fa-twitter:before,.fa-google:before,.fa-instagram:before,.fa-globe:before{
    font-size: 25px;
    padding: 3px;
    color: #fff;
  }
  .fa-facebook:before{
    font-size: 25px;
    padding: 7px;
    color: #fff;
  }
.login100-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 100px 60px 170px;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -130px;
    width: 110px;
}
input.input100 {
    height: 45px;
}
.input100 {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000000;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.copyright{
  width: full;
  justify-content: center;
  align-items: center;
}

.footer{
  position: absolute;
  bottom: 0;
  margin: 0;
}