﻿
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-color: none;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: #1d1d1d inset;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #fff;
}

.login-hunter-header-right {
    display: none;
}

.login-hunter {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.login-hunter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/BackgroundLoginHunterTG.jpg') 90% 60% no-repeat padding-box;
    background-repeat: no-repeat;
    background-size: 200%;
    background-color: rgba(36, 43, 56, 0.95); 
    mix-blend-mode: multiply;
    filter: blur(5px) brightness(30%);
    z-index: -1;
    transform: scale(1.02);
}

.container-md.container-login {
    position: relative;
    z-index: 1;
}

.logo-login {
    height: 60px;
    margin-top: 50px;
}

.form-login {
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f6f6f6;
    color: #fff;
}

    .form-login:focus {
        background: none;
        color: #fff;
    }

.login-header-text {
    color: #fff;
    font-size: 30px;
    margin-top: -50px;
}

.login-hunter-container {
    flex: 1;
    text-align: -webkit-center;
}

.login-hunter-body {
    border-radius: 0 30px 30px 0;
    height: 800px;
    padding: 30px;
    background: linear-gradient(338deg, rgba(60,59,59,1) 41%, rgba(30,30,30,1) 100%);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.09), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.login-hunter-content {
    padding: 0;
    color: #adb5bd;
    max-width: 500px;
    margin: 180px auto;
}

.login-hunter-button {
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    transition: 0.2s;
    background-color: #00acac;
}

.login-hunter-button:hover {
    background-color: #44dcc3;
    color: #fff;
}


.login-hunter-footer {
    margin-top: 195px;
    margin-bottom: -10px;
}

.container-login {
    padding: 0;
    border-radius: 100px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.09), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    max-width: 1170px !important;
    height: auto;
}

.login-left-card {
    position: relative;
    background: transparent;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

    .login-left-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('images/BackgroundLoginHunterTG.jpg');
        background-position: 30% 0%;
        background-repeat: no-repeat;
        background-size: 300%;
        filter: brightness(90%);
        z-index: -1;
    }

    .login-left-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(36, 43, 56, 0.95); 
        z-index: -1;
    }

.login-hunter-header {
    width: 100%;
    height: 100%; 
}

.brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo-login {
    max-width: 80%; 
    height: auto;
    filter: brightness(120%) contrast(110%);
}

.login-hunter-header {
    text-align: center;
}

.login-hunter-header h5 {
    font-size: 30px;
    color: #06d8d8;
}

.login-hunter-header hr {
    text-align: center;
}

.login-hunter-left-content {
    color: #fff;
    text-align: center;
    margin: 50px auto;
}

.login-hunter-left-content h5 {
    padding: 0 20px;
}

.login-hunter-left-footer {
    position: relative;
    top: 60%;
    margin-bottom: 40px;
    text-align: center;
}

.btn-hunter-info {
    width: 100%; 
    background-color: transparent; 
    border: 1px solid #fff; 
    border-radius: 25px; 
    color: #ffffff; 
    font-size: 16px; 
    font-weight: 500;
    padding: 10px 20px; 
    text-align: center;
    transition: all 0.3s ease; 
}

.btn-hunter-info:hover {
    background-color: #1e1e1e; 
    color: #ffffff;
}

.page-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

@media (max-width: 1200px) {
   .container {
    transition: 0.2s;

        max-width: 900px;
   }

    .login-left-card {
        background: transparent url('images/BackgroundLoginHunterTG.jpg') 30% 0% no-repeat padding-box;
        background-size: 300%;
        border-radius: 30px 0 0 30px;
        transition: 0.2s;
    }

}

@media (max-width: 991px) {
    .container {
        transition: 0.2s;

         max-width: 900px;
    }
    .logo-login {
        height: 50px;
        margin-top: 50px;
    }

    .login-hunter-left-footer {
        position: relative;
        top: 50%;
        left: 8%;
        text-align: center;
    }

    .login-hunter-body {
        transition: 0.2s;
        border-radius: 0px 30px 30px 0px;
        height: 600px;
        padding: 30px;
        background: linear-gradient(338deg, rgba(60,59,59,1) 41%, rgba(30,30,30,1) 100%);
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.09), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    }

    .login-left-card {
        background: transparent url('images/BackgroundLoginHunterTG.jpg') 30% 0% no-repeat padding-box;
        background-size: 300%;
        border-radius: 30px 0 0 30px;
    }

     .login-hunter-content {
        transition: 0.2s;
        padding: 0;
        color: #adb5bd;
        max-width: 500px;
        margin: 100px auto;
    }
 
 }

 @media (max-width: 768px) {
    .login-hunter-header-right {
        display: block;
        text-align: center;
    }
    .col-6 {
        width: 60%;
    }
    .container {
         transition: 0.2s;
         max-width: 900px;
    }

    .container-login {
        box-shadow: none;
        place-content: center;

    }
    .logo-login {
        height: 50px;
        margin-top: 50px;
    }

    .login-hunter-left-footer {
        position: relative;
        top: 50%;
        left: 8%;
        text-align: center;
    }
    
    .login-hunter-body {
        transition: 0.2s;
        border-radius: 0px 30px 30px 0px;
        height: 600px;
        padding: 30px;
        background: linear-gradient(338deg, rgba(60,59,59,1) 41%, rgba(30,30,30,1) 100%);
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.09), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    }

    .login-left-card {
        display: none;
        border-radius: 30px 0 0 30px;
    }

     .logo-login {
        height: 40px;
        margin-top: 0;
    }

    .login-hunter-content {
        padding: 0;
        color: #adb5bd;
        max-width: 500px;
        margin: 50px auto;
    }

    .login-hunter-header h5 {
        font-size: 24px;
    }
  
 
 }

 @media (max-height: 860px) {
    .login-hunter-left-footer {
        position: relative;
        top: 55%;
        left: 8%;
        text-align: center;
        transition: 0.2s;

    }
    .container {
        transition: 0.2s;
        max-width: 700px;
    }
    .login-hunter-content {
        transition: 0.2s;
        padding: 0;
        color: #adb5bd;
        max-width: 500px;
        margin: 100px auto;
    }
    .login-hunter-body {
        transition: 0.2s;
        border-radius: 0px 30px 30px 0px;
        height: 700px;
        padding: 30px;
        background: linear-gradient(338deg, rgba(60,59,59,1) 41%, rgba(30,30,30,1) 100%);
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.09), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    }
 }

 @media (max-width: 768px) {
    .login-hunter-header-right {
        display: block;
        text-align: center;
    }
    .col-6 {
        width: 60%;
    }
    .container {
         transition: 0.2s;
         max-width: 900px;
    }

    .container-login {
        box-shadow: none;
        place-content: center;

    }
    .logo-login {
        height: 50px;
        margin-top: 50px;
    }

    .login-hunter-left-footer {
        position: relative;
        top: 50%;
        left: 8%;
        text-align: center;
    }

    .login-hunter-body {
        transition: 0.2s;
        border-radius: 0px 30px 30px 0px;
        height: 600px;
        padding: 30px;
        background: linear-gradient(338deg, rgba(60,59,59,1) 41%, rgba(30,30,30,1) 100%);
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.09), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    }
 
    .login-left-card {
        display: none;
     }

     .logo-login {
        height: 40px;
        margin-top: 0;
    }

    .login-hunter-content {
        padding: 0;
        color: #adb5bd;
        max-width: 500px;
        margin: 50px auto;
    }

    .login-hunter-header h5 {
        font-size: 24px;
    }
  
 
 }

 @media (max-height: 620px) {
    .login-hunter-left-footer {
        position: relative;
        top: 45%;
        left: 8%;
        text-align: center;
        transition: 0.2s;

    }
 
    .container-md {
        transition: 0.2s;
        max-width: 900px;
    }
    .login-hunter-content {
        transition: 0.2s;
        padding: 0;
        color: #adb5bd;
        max-width: 400px;
        margin: 55px auto;
    }

    .login-hunter-header h5 {
        font-size: 24px;
    }
    .login-hunter-body {
        transition: 0.2s;
        border-radius: 0px 30px 30px 0px;
        height: 550px;
        padding: 30px;
        background: linear-gradient(338deg, rgba(60,59,59,1) 41%, rgba(30,30,30,1) 100%);
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.09), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    }
 }

 .validate-login ul {
    list-style-type: none;

 }