.grid-members {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 1fr;
      grid-template-columns: 400px 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 850px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px #dddddd;
          box-shadow: 2px 2px #dddddd;
}

.grid-members .grid-item {
  position: relative;
}

.grid-members .grid-item .img {
  position: absolute;
  left: 0;
}

.grid-members .grid-item .text {
  position: absolute;
  top: 410px;
  left: 20px;
}

.grid-members .grid-item .text h4 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.grid-members .grid-item .text p {
  color: #fff;
  margin-bottom: 14px;
}

.grid-members .grid-item .text p svg {
  margin-right: 10px;
}

.grid-members .grid-item2 {
  margin: 30px;
}

.top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddddd;
}

.top-title a {
  font-weight: 700;
  color: #777777;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  height: 39px;
  padding-left: 25px;
  padding-right: 25px;
}

.top-title .active {
  color: #333333 !important;
  border-bottom: solid 2px #2e6ed5;
}

.box {
  margin-bottom: 20px;
}

.box br {
  display: none;
}

.box .label_error {
  padding-top: 10px;
}

.box input {
  padding: 5px 20px;
  color: #333333;
  font-size: 14px;
  height: 40px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.box .forgot-password {
  font-size: 14px;
  color: #034da2;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.box .forgot-password:hover {
  color: #e75a4d;
}

.box .submit-btn {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2e6ed5;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.box .submit-btn:hover {
  background: #034da2;
}

.fullname {
  position: relative;
}

.fullname .image {
  position: absolute;
}

.fullname .image img {
  padding: 14px 17px;
  background: #f8f8f8;
  border-radius: 5px 0 0 5px;
  border: solid 0.5px #cccccc;
}

.phone {
  position: relative;
}

.phone .image {
  position: absolute;
}

.phone .image img {
  padding: 13.5px 18px;
  background: #f8f8f8;
  border-radius: 5px 0 0 5px;
  border: solid 0.5px #cccccc;
}

.email {
  position: relative;
}

.email .image {
  position: absolute;
}

.email .image img {
  padding: 14px 14px;
  background: #f8f8f8;
  border-radius: 5px 0 0 5px;
  border: solid 0.5px #cccccc;
}

.password {
  position: relative;
}

.password .image {
  position: absolute;
}

.password .image img {
  padding: 14px 17.5px;
  background: #f8f8f8;
  border-radius: 5px 0 0 5px;
  border: solid 0.5px #cccccc;
}

.box .image {
  display: none !important;
}

.function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 10px !important;
}

.function .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.function .left input {
  border: none;
  height: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin: 0;
  width: 16px;
  height: 16px;
}

.function .left p {
  margin-bottom: 0;
  font-size: 14px;
  color: #111111;
  padding-left: 10px;
}

.or {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0px;
  color: black;
}

.or::before {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 11px;
  left: 0;
}

.or::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 11px;
  right: 0;
}

.wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: normal;
}

.wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.log-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-top: 20px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.log-social span {
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.log-social.log-google {
  background: #d54b3d;
}

.log-social.log-facebook {
  background: #3c5a98;
}

.log-social:hover {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 769px) {
  .container {
    max-width: unset !important;
  }
  .grid-members {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    width: 95%;
    padding: 0 !important;
  }
  .grid-members .grid-item img {
    max-width: unset !important;
  }
  .grid-members .grid-item2 {
    margin-bottom: 0 !important;
  }
  .grid-members .or::after,
  .grid-members .or::before {
    width: 20% !important;
  }
  .grid-members .grid-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .grid-members .grid-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px 10px;
  }
  .top-title a {
    font-size: 16px;
  }
  .box .submit-btn {
    font-size: 14px;
  }
  .log-social {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .grid-members {
    -ms-grid-columns: unset;
        grid-template-columns: unset;
    margin-top: 15px;
  }
  .grid-members .grid-item {
    display: none;
  }
  .container-forgot {
    width: 95% !important;
  }
}

.alert_modal {
  display: none;
  position: fixed;
  width: 100%;
  top: 5%;
  left: 0;
  z-index: 1060;
  opacity: 1;
}

.alert_modal .alert_body {
  background: beige;
  width: 500px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  font-size: 16px;
  margin-top: 10%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
  -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.alert_modal .alert_body svg:not(:root) {
  width: 30px;
}

.alert_modal .alert_body p {
  margin: 20px 0;
}

.alert_modal .alert_body p a {
  width: auto;
  background: none;
  color: #333;
  height: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.alert_modal .alert_body p a:hover {
  color: #faaf40;
}

.alert_modal .alert_body a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #034da2;
  color: #fff;
  font-weight: 700;
  width: 60px;
  margin: auto;
  border-radius: 5px;
  height: 30px;
}

.alert_modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.alert_modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.alert_modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.alert_modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}
/*# sourceMappingURL=log.css.map */