* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.884);
    /* background-image: url(""); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===========================================
Newspaper Reports Template Style
Name:        Newspaper Reports
License:     Premium Version
Version:     3.0
Author:      Newspaper Reports
Author Url:  https://www.newspaperreports.com
Contact:     asupdatemedia518@gmail.com
=============================================== */

:root {
    --global-cg-link-font: 700 14px / 28px 'Unify Sans', 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
    --global-author-font: 'Unify Sans', 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
    --global-author-font-color: #000;
    --global-nprAS-hd-ads-content: 'Advertisement - scroll for more content';
    --global-nprAS-hd-ads-onylyContent: 'Advertiser';
    --global-nprAS-hd-ads-color: #787878;
    --global-nprAS-hd-ads-font: 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
    --global-asM-ads-author-font: 'Unify Sans', 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
    --global-asM-ads-author-color: #626262;
    --global-asM-ads-author-hover-color: #b60a7c;
    --npr-sub-link-color: #626262;
    --npr-sub-link-hover-color: #303030;
    --npr-section-hdLine-hover-color: #d60000;
    --font-family-global: 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
    --global-item-headline-font: 'Unify Sans', 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
    --global-top-headlines-font: 'Georgia Pro', Georgia, 'Droid Serif', serif;
    --global-item-hero-headline-color: #303030;
    --global-item-headline-color: #000;
    --global-item-headline-hover-color: #626262;
    --global-item-description-font: 'Georgia Pro', Georgia, 'Droid Serif', serif;
    --global-item-description-color: #303030;
    --global-item-description-hover-color: #575050fb;
    --global-item-tag-font: 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
    --global-item-tag-color: #AA1E23;
    --global-item-publish-time-color: #626262;
    --global-border-any-side-color: #c2c2c2;
    --global-third-party-athor-font: 'Unify Sans', 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;
    --global-third-party-athor-color: #626262;
    --txt-whi-color: #ffffff;
    --txt-headline-bg-white: #FFFFFF;
    --txt-bl-color: #000;
    --gbMenuBg-color: #303030;
    --cgHover-color: #ff00bf;
    --hero-pTitleHover-color: #01eeff;
    --btnBx-color: #04AA6D;
    --global-cg-link-color: #fff;
    --global-cg-link-hover-color: #00FF7F;
    --global-border-top-color: rgb(0, 152, 254);
    /* User Create Account Design */
    --primary-color: #4361ee;
    --primary-font: "Unify Sans","Helvetica Neue",Arial,sans-serif;
    --secondary-color: #3f37c9;
    --accent-color: #4895ef;
    --text-color: #2b2d42;
    --light-gray: #f8f9fa;
    --border-color: #dee2e6;
    --error-color: #ef233c;
    --success-color: #4cc9f0;
}

a {
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.asNpr_lgin_fm_ct {
    width: 380px;
    height: 420px;
    position: relative;
    /* background: black; */
    border-radius: 15px;
    overflow: hidden;
}
.asNpr_lgin_fm_ct::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 420px;
    transform-origin: bottom right;
    background: linear-gradient(0deg, transparent, transparent, green, green, green);
    z-index: 1;
    animation: animate 5s linear infinite;
    animation-delay: -0.5s;
}
.asNpr_lgin_fm_ct::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 420px;
    transform-origin: bottom right;
    background: linear-gradient(0deg, transparent, transparent, red, red, red);
    z-index: 1;
    animation: animate 5s linear infinite;
    animation-delay: -3s;
}

.border_line {
    position: absolute;
    top: 0;
    inset: 0;
}
.border_line::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 420px;
    transform-origin: bottom right;
    background: linear-gradient(0deg, transparent, transparent, blue, blue, blue);
    z-index: 1;
    animation: animate 5s linear infinite;
    animation-delay: -1.5s;
}
.border_line::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 420px;
    transform-origin: bottom right;
    background: linear-gradient(0deg, transparent, transparent, #ff00bf, #ff00bf, #ff00bf);
    z-index: 1;
    animation: animate 5s linear infinite;
    animation-delay: -4.05s;
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.asNpr_main_form {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 2;
    inset: 4px;
    background-color: black;
    padding: 15px 40px 15px;
    border-radius: 10px;
}

.asNpr_main_form .fa-circle-user {
    color: white;
    text-align: center;
    font-size: 30px;
}

.asNpr_main_form h1 {
    text-align: center;
    color: white;
    /* font-size: 22px; */
    font-weight: bold;
    letter-spacing: 0.1rem;
}

/* Start Social Register Area */
.social {
    margin: 15px 0;
}

.providers {
    align-items: center;
    justify-content: center;
    column-gap: 18px;
    row-gap: 10px;
    /* flex-wrap: wrap; */
    transition: all 0.6s;
}

.primary_provider {
    font: 600 16px / 0 var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    /* border: 1px solid  var(--global-border-any-side-color); */
    border-radius: 50px;
    box-shadow: 2px 2px 2px 2px var(--global-border-any-side-color);
}

.provider_label {
    padding: 5px;
}

.provider_icon {
    transition: tnasform 3.s ease-in-out;
}

.primary_provider:hover {
    color: #000;
}

.primary_provider:hover .provider_icon {
    transform: scale(1.1);
}

.provider_label,
.provider_author {
    display: block;
}

.asNpr_select_ct {
    position: relative;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.asNpr_select_ct::before {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.user_select {
    color: #fff;
    background-color: rgb(30, 30, 30);
    display: inline-block;
    font-size: 22px;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
/* End Social Register Area */

.login_input {
    position: relative;
/*     width: 300px; */
    margin-top: 20px;
}

.login_input input {
    position: relative;
    width: 100%;
    padding: 20px 10px 10px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: black;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    z-index: 10;
}

.login_input span {
    position: absolute;
    left: 0;
    padding: 20px 10px 10px;
    pointer-events: none;
    color: #00fff2;
    font-size: 1.10em;
    transition: 0.5s;
    letter-spacing: 0.05em;

}

.login_input i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: white;
}
.login_input input:valid ~ i,
.login_input input:focus ~ i {
    height: 40px;
    overflow: hidden;
    transition: 0.5s;
}


.login_input input:valid ~ span,
.login_input input:focus ~ span {
    color: rgb(46, 236, 8);
    font-size: 1rem;
    transform: translateY(-35px);
}

/* Start Links Design */
.links {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}
.links a {
    display: inline-block;
    text-decoration: underline;
    color: white;
    font: 500 14px / 18px var(--primary-font);
}
.links a:hover,
.links a:focus {
    color: #00fff2;
}

/* Start Log In BTN Design */
.login_btn {
    text-align: center;
    margin-top: 0px;
}

.login_btn #loginBtn {
    text-decoration: none;
    color: white;
    border: 2px solid black;
    border-radius: 5px;
    outline: none;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 2px;
    background-color: #ff00bf;
}
.login_btn #loginBtn:hover {
    cursor: pointer;
    background-color: green;
}

.login_btn #loginBtn:focus {
    background-color: green;
    box-shadow: 0px 0px 10px green;
    border: none;
}

@media (max-width: 410px) {
    .asNpr_lgin_fm_ct {
        width: 300px;
    }

    .asNpr_lgin_fm_ct::before,
    .asNpr_lgin_fm_ct::after {
        width: 300px;
    }
}
