﻿.noPtop {
    padding-top: 0px !important;
}

.login-register {
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 18px;
    position: relative;
    width: 100%;
}

.login-box {
    margin: 0 auto;
    max-width: 440px;
    width: 100%;
}

.public-shell {
    background:
        radial-gradient(circle at top left, rgba(38, 92, 255, 0.22), transparent 34%),
        linear-gradient(135deg, rgba(9, 2, 70, 0.96) 0%, rgba(15, 39, 120, 0.92) 52%, rgba(6, 120, 201, 0.78) 100%),
        url(../Content/Images/fondo.jpg) center/cover no-repeat;
    min-height: 100vh;
}

.public-shell:before {
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
}

.auth-brand {
    margin-bottom: 24px;
}

.auth-brand-link {
    background-color: #090246;
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.auth-brand-logo {
    display: block;
    height: auto;
    max-width: 170px;
    width: auto;
}

.auth-brand-copy {
    color: #5f6b85;
    font-size: 14px;
    margin: 12px 0 0;
}

.auth-card-title {
    color: #0f1631;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
    text-align: center;
}

.auth-card-subtitle {
    color: #65708a;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 26px;
    text-align: center;
}

.auth-field {
    margin-bottom: 18px;
}

.auth-field .form-control {
    border: 1px solid #d8e0f0;
    border-radius: 14px;
    box-shadow: none;
    color: #1f2a44;
    font-size: 15px;
    height: 48px;
    padding: 12px 16px;
}

.auth-field .form-control:focus {
    border-color: #285bff;
    box-shadow: 0 0 0 4px rgba(40, 91, 255, 0.12);
}

.auth-row {
    margin-bottom: 22px;
}

.auth-link {
    color: #14067a;
    font-weight: 600;
    text-decoration: none;
}

.auth-link:hover,
.auth-link:focus {
    color: #285bff;
    text-decoration: none;
}

.auth-submit {
    background: #090246;
    border: 1px solid #090246;
    border-radius: 6px;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    min-height: 50px;
    text-shadow: none;
    transition: background-color .2s ease, border-color .2s ease;
}

.auth-submit:hover,
.auth-submit:focus {
    background: #14067a;
    border-color: #14067a;
    color: #fff;
    outline: none;
}

.auth-feedback {
    margin-top: 18px;
    text-align: center;
}

.auth-feedback .text-danger,
.auth-feedback .text-info {
    display: block;
    margin: 0;
}

.auth-back {
    margin-top: 20px;
    text-align: center;
}

    .login-box .footer {
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .login-box .social {
        display: block;
        margin-bottom: 30px;
    }

#recoverform {
    display: none;
}

.login-sidebar {
    padding: 0px;
    margin-top: 0px;
}

    .login-sidebar .login-box {
        right: 0px;
        position: absolute;
        height: 100%;
    }

.login-box-style {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(6, 12, 38, 0.28);
    padding: 28px 26px;
}

@media screen and (max-width: 480px) {
    .login-register {
        padding: 20px 14px;
    }

    .login-box-style {
        border-radius: 20px;
        padding: 22px 18px;
    }

    .auth-card-title {
        font-size: 24px;
    }
}
