.container-signin {
  max-width: 570px;
  padding: 0 auto;
  margin-top: 30px;
}

.container-signup {
  max-width: 570px;
  padding: 0 auto;
  margin-top: 30px;
}

.logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.logo-container p {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
}

.logo-container p a {
  color: #207850;
}

.signin-forms {
  display: flex;
  flex-direction: column;
}

.signin-forms input {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  max-width: 550px;
  height: 50px;
  padding-left: 10px;
}

.signin-forms input:active,
.signin-forms input:focus {
  border: 1px solid #207850 !important;
}

.signin-forms label {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
}
.items-container{
  
  align-self: flex-end;
  position: relative;
  top: -36px;
  right: 15px
}
.items-container i{
  cursor: pointer;
}
.signin-forms button {
  width: 546px;
}

.social_login a {
  width: 270px;
}

.social_login .social_box-fb {
  clear: both;
  padding: 10px 30px;
  margin-bottom: 10px;
  background: #1877f2;
  color: #fff;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 10px;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
}

.social_login .social_box-google {
  clear: both;
  padding: 10px 30px;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #b7b7b7;
  color: #737373;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
}

.social_login .fb-icon {
  background-image: url("../images/reverse_fb_logo.png");
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.social_login .google .icon {
  background-image: url("../images/google.png");
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
}

.btn-sign-in,
.btn-resetPass {
  max-width: 100%;
  height: 50px;
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

.altern-log {
  color: #737373;
}

.footer {
  position: absolute !important;
  bottom: 0 !important;
  margin: 0 auto !important;
  width: 100%;
}

.forgot-password {
  border: none;
  color: #737373;
  padding: 0px;
  background-color: transparent;
  text-align: start;
  margin: 10px 0px;
}

.forgot-password:hover {
  color: #207850;
}

#resetPassContainer,
.container-reset {
  display: none;
  margin-bottom: 11.55%;
}

.container-success,
#resetSuccess {
  display: none;
  margin-bottom: 12%;
  max-width: 570px;
  padding: 0 auto;
  margin-top: 30px;
  text-align: center;
}

#buttonSubmit {
  background-color: #207850;
  color: #ffffff;
  border-radius: 8px;
  width: 546px;
  height: 50px;
  font-family: "Inter Medium", sans-serif;
}

.reset-form {
  padding: 0 auto !important;
}

.links-footer-div ul {
  padding: 0px;
}

.container-resetPass {
  margin: 0 auto !important;
  max-width: 570px !important;
}

.link-terms {
  color: #358c65 !important;
  text-decoration: underline !important;
}

body {
  background: none !important;
}

body::before {
  content: "";
  background: url("../images/background-signins.jpg");
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-height: 900px) {
  .logo-container {
    margin-top: 0px !important;
  }
  .footer {
    position: relative !important;
    padding-top: 30px !important;
  }
}

@media (max-height: 900px) and (max-width: 600px) {
  .footer {
    position: relative !important;
    padding-top: 30px !important;
  }
}

@media (max-width: 400px) {
  .social-logs {
    flex-direction: column !important;
  }
  .social_login .social_box-fb,
  .social_login .social_box-google {
    width: 100%;
  }
}
