/*
|--------------------------------------------------------------------------
| WEBHATSHOSTING.NET
|--------------------------------------------------------------------------
| Module Authentification Client PRO
*/

.authpro-box,.authsec-page{
    max-width:560px;
    margin:60px auto;
    background:#11141d;
    border:1px solid #2a3040;
    border-radius:26px;
    padding:30px;
    color:#fff;
}
.authpro-box.wide{
    max-width:980px;
}
.authpro-box h1,.authsec-page h1{
    font-size:34px;
    margin-bottom:10px;
}
.authpro-box p,.authsec-page p{
    color:#aeb6c8;
    margin-bottom:22px;
}
.authpro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}
.authpro-grid .full{
    grid-column:1/-1;
}
.authpro-box label,.authsec-page label{
    display:block;
    font-weight:900;
    margin:12px 0 8px;
}
.authpro-box input,.authpro-box select,.authsec-page input{
    width:100%;
    background:#07080d;
    border:1px solid #303747;
    color:#fff;
    border-radius:12px;
    padding:14px;
}
.authpro-box button,.authsec-page button{
    display:inline-block;
    background:#ff1025;
    color:#fff;
    border:0;
    border-radius:12px;
    padding:14px 18px;
    font-weight:900;
    margin-top:18px;
    cursor:pointer;
}
.authpro-links{
    display:flex;
    justify-content:space-between;
    gap:14px;
    margin-top:18px;
}
.authpro-links a{
    color:#ff1025;
    font-weight:900;
    text-decoration:none;
}
.authpro-alert{
    background:#102918;
    border:1px solid #2ecc71;
    padding:14px;
    border-radius:12px;
    margin-bottom:18px;
}
.authpro-hp{
    display:none!important;
}
.authpro-check{
    display:flex!important;
    gap:10px;
    align-items:center;
}
.authpro-check input{
    width:auto;
}
.authsec-page{
    max-width:1200px;
}
.authsec-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin:24px 0;
}
.authsec-stats div,.authsec-card{
    background:#0b0d14;
    border:1px solid #2a3040;
    border-radius:22px;
    padding:22px;
    margin-bottom:22px;
}
.authsec-stats strong{
    color:#ff1025;
    font-size:34px;
    display:block;
}
.authsec-stats span{
    color:#aeb6c8;
}
.authsec-checks{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:18px;
}
.authsec-checks label{
    background:#07080d;
    border:1px solid #303747;
    border-radius:14px;
    padding:13px;
}
.authsec-checks input{
    width:auto;
}
.authsec-card table{
    width:100%;
    border-collapse:collapse;
}
.authsec-card th,.authsec-card td{
    padding:12px;
    border-bottom:1px solid #2a3040;
    text-align:left;
}
.authsec-card th{
    color:#ff1025;
}
@media(max-width:760px){
    .authpro-grid,.authsec-stats,.authsec-checks{grid-template-columns:1fr}
    .authpro-box,.authsec-page{margin:20px;padding:22px}
}
