.timinicio {
    border-radius: 250px;
    width: 250px;
    height: 250px;
    background-position: center;
    background-size: 100%;
    background-color: #c0c0c0;
    text-align: center;
}

body {
    /* background: linear-gradient(135deg, #0f2027,rgb(4, 14, 61), #2c5364); */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', sans-serif;
}

.login-card {
    /* background: rgba(255, 255, 255, 0.08); */
    background: linear-gradient(135deg, #0f2027, rgb(4, 14, 61), #2c5364);
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 40px;
    width: 100%;
    max-width: 400px;
    color: white;
}

.form-control {
    /* background: rgba(255, 255, 255, 0.1); */
    border: none;
    /* color: #fff; */
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: none;
    border: 1px solid #0d6efd;
    color: #fff;
}

.form-label {
    color: #eee;
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
    border-radius: 30px;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #0b5ed7;
}

.recaptcha-wrapper {
    padding: 0;
    border: none;
    display: inline-block;
    background: transparent;
    transform: scale(0.95);
    transform-origin: center;
}

.g-recaptcha > div {
    margin: 0 !important;
}

.forgot {
    font-size: 0.9rem;
}

.g-recaptcha {
    transform: scale(0.95);
    transform-origin: 0 0;
}
