﻿body {
    font-family: "Karla", sans-serif;
    min-height: 100vh;
    background-image: url("../../media/images/login.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.brand-wrapper {
    padding-top: 7px;
    padding-bottom: 8px;
    width: 100%; 
    margin: 0;
}

.movil {
	display: none;
}

.login-title {
    color: #808080;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.15;
    margin: 0;
    text-align: center;
}

.login-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(4px, 1.2vh, 12px);
    padding: clamp(6px, 1.5vh, 16px) 0;
}
.login-header .logo {
    width: 240px;
    height: auto;
    margin: 0 auto;
}

.login-section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 82px;
    background-color: rgba(255, 255, 255, 0.99);
    height: 65vh;
    min-height: 500px;
    width: 36%;
    max-width: 480px;
    position: absolute;
    left: 15%;
    top: 18vh;
    bottom: auto;
    overflow-y: visible;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
  @media (max-width: 991px) {

    .login-section-wrapper {
        width: 80%;
        left: 10%;
        padding-left: 36px;
        padding-right: 36px;
    }
}
  @media (max-width: 575px) {
    .login-section-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: 100vh; 
    } }

.login-wrapper {
    padding: clamp(8px, 1.2vh, 18px) 0 24px;
}

@media (max-height: 750px) {
    .login-header {
        gap: 6px;
        padding: 8px 0;
    }

    .login-title {
        font-size: clamp(18px, 2.1vw, 26px);
    }
}
@media (max-width: 575px) {
    .login-header .logo {
        width: 150px !important;
        margin-top: 20px !important;
    }
}

.login-content {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px; 
}

.user-email {
    color: #309b86;
    margin: 10px 0 30px;
    font-weight: bold;
}

.form-check {
    text-align: left;
    margin: 20px 0;
    padding-left: 25px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
}

.social-logo {
    height: 35px; 
    width: auto;
    transition: transform 0.2s ease-in-out;
}
.social-logo:hover {
    transform: scale(1.1);
}

@media (max-width: 575px) {
    .brand-wrapper.fixed-logo {
        top: 15%;
    }
    .login-content {
        padding-top: 80px;
    }
    .social-icons {
        margin-top: 2px !important;
        gap: 15px;
    }
}

.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
}

.partner-logo {
    height: 40px; 
    width: auto;
    max-width: 120px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

@media (max-width: 575px) {
    .partner-logos {
        gap: 15px;
        flex-direction: column;
    }
    .partner-logo {
        height: 35px;
        max-width: 100px;
    }
}

@media (max-width: 575px) {
    body {
        background-image: url("../../media/images/loginMovil.jpg");
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .login-section-wrapper {
        width: 100% !important;
        max-width: 350px !important;
        min-height: 0;
        height: auto !important;
        padding: 0 !important;
        background-color: transparent !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 0;
        margin-top: -220px;
        overflow: visible !important;
    }
    .brand-wrapper {
      padding: 15px 0 !important;
      text-align: center;
    }
    .brand-wrapper .logo {
        width: 100px !important;
        margin: 15px auto 10px !important; 
    }
    .login-wrapper {
        background-color: rgba(255, 255, 255, 1);
        border-radius: 8px;
        padding: 2px 30px !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .login-wrapper .login-title {
        margin: 30px 0 4px 0 !important; 
        font-size: 20px !important;
        line-height: 1 !important;
        text-align: center;
        height: 5px !important;
    }
    .login-wrapper .form-group {
        position: relative;
        margin-bottom: 10px !important; 
    }
    .login-wrapper .form-control {
        border-bottom: 1px solid #e7e7e7;
        padding: 8px 44px 8px 12px !important; 
        font-size: 15px !important;
        border-radius: 18px !important;
        height: auto !important;
        box-sizing: border-box;
    }
    .login-wrapper .form-check {
        margin: 6px 0 8px 0 !important;
        font-size: 13px;
    }

    .login-wrapper .form-check-label {
        color: #333333 !important; 
        font-weight: 200; 
        font-size: 12px !important; 
    }
    .login-title {
        color: #808080;
        font-size: 22px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    .form-control {
      background-color: white !important;
      border: 1px solid #e7e7e7 !important;
      border-radius: 4px !important;
      padding: 12px 15px !important;
      margin-bottom: 15px !important;
    }
    .login-wrapper .login-btn {
        padding: 8px 12px !important; 
        font-size: 16px !important;
        border-radius: 22px !important;
        margin: 6px 0 4px 0 !important;
    }
    .forgot-password-link {
      color: #0a0a0a !important;
      margin: 15px 0 !important;
      display: block;
      text-align: center;
    }
    .partner-logos {
      flex-direction: row !important;
      justify-content: center !important;
      gap: 20px !important;
      margin: 25px 0 !important;
    }
    .partner-logo {
      height: 30px !important;
      max-width: 80px !important;
    }
    .social-icon {
        margin: 8px 0 !important;
        font-size: 18px !important;
        gap: 25px !important;
        height: 1px !important;
    }
    .healthtech-text, .partner-text {
      font-size: 11px !important;
      text-align: center;
      margin: 5px 0 !important;
      color: #555 !important;
    }
}

  .login-wrapper label {
    font-size: 14px;
    color: #777777; }

  .login-wrapper .form-control {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 22px;
    min-height: 40px;
    font-size: 18px;
    font-weight: normal;
}
    .login-wrapper .form-control::-webkit-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::-moz-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control:-ms-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::-ms-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::placeholder {
      color: #b0adad; }
    .login-wrapper .login-btn {
    padding: 13px 20px;
    background-color: #309b86;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
}

.login-wrapper a.forgot-password-link {
    color: #030303;
    text-align: center;
    margin: auto;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-bottom: 14px;
    margin-top: 6px;
}

    @media (max-width: 575px) {
		
      .login-wrapper a.forgot-password-link {
        margin-bottom: 2px !important;
		}
        .login-title {
            font-size: 30px;
            color: #808080;
            margin-bottom: 25px;
        }
 .login-wrapper label {
	 color: #ffffff; }
}
  .login-wrapper-footer-text {
    font-size: 15px;
    color: #000;
    margin-bottom: 0; }

.password-btn {
    color: #309b86;
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin: 4.5px 5px 0 0;
}
    .password-btn:hover {
        transition: 1s;
        color: #309b86;
    }

.login-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left; }

.floating-microsoft-logo {
    position: fixed; 
    top: 24px;
    right: 24px; 
    width: 140px;
    height: auto;
    z-index: 9999;
}

.VContainer {
    display: flex !important;
    flex-direction: column !important;
}

.HContainer {
    display: flex !important;
    flex-direction: row !important;
}

.a-Center {
    display: flex !important;
    align-items: center !important;
}

.j-Center {
    display: flex !important;
    justify-content: center !important;
}