.page-login .page-attendance .page-loginhome {
    color: #ffffff;
}


    .page-login:before {
        position: fixed;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("/Content/images/NewImages/LoginBackground.jpg");
        background-position-y: top;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: -1;
    }


    .page-attendance:before {
        position: fixed;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("../../example-images/attendance.jpg");
        background-position-y: top;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: -1;
    }

    .page-loginhome:before {
        position: fixed;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("https://images.unsplash.com/photo-1588421357574-87938a86fa28?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8Mnx8fGVufDB8fHx8&w=1000&q=80");
        background-position-y: top;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: -1;
    }

    .page-login:after, .page-attendance:after, .page-loginhome:after {
        position: fixed;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        /*background-color: rgba(11, 32, 52, 0.85);*/
        background-color: rgba(0, 0, 0, 0.6);
        z-index: -1;
    }

    .page-login .brand .page-attendance .brand .page-loginhome .brand {
        margin-bottom: 28px;
    }

    .page-login .brand-text {
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
    }

    .page-attendance .brand-text {
        color: #ffffff;
        font-size: 400%;
        text-transform: capitalize;
    }

     .page-loginhome .brand-text {
        color: #ffffff;
        font-size: 400%;
        text-transform: capitalize;
    }

    .page-login form {
        width: 300px;
        margin: 30px 0;
    }

    .page-loginhome form {
        width: 300px;
        margin: 30px 0;
    }

    .page-login form a {
        margin-left: 20px;
        color: rgba(255, 255, 255, 0.5);
    }

    .page-loginhome form a {
        margin-left: 20px;
        color: rgba(255, 255, 255, 0.5);
    }

    .page-login .page-copyright {
        color: #ffffff;
    }

     .page-loginhome .page-copyright {
        color: #ffffff;
    }

    .page-login .page-copyright .social .icon,
    .page-login .page-copyright .social .icon:hover,
    .page-login .page-copyright .social .icon:active {
        color: #ffffff;
    }

    .page-loginhome .page-copyright .social .icon,
    .page-loginhome .page-copyright .social .icon:hover,
    .page-loginhome .page-copyright .social .icon:active {
        color: #ffffff;
    }

@media (max-width: 480px) {
    .page-login form {
        width: auto;
    }
    .page-attendance form{
         width: auto;
    }
    .page-loginhome form{
         width: auto;
    }
}

.brand-img-att {
    width: 35%;
    opacity: 0.35;
}

.brand-img-att2 {
    width: 60%;
    opacity: 0.35;
}

.finger-img {
    width: 12%;
    opacity:0.30;
}

@media (max-width:480px) { 
    .brand-text-time{
       font-size: 300%;
    }
    .page-attendance .brand-text {
    font-size: 200%;
}
}

.brand-text-time {
        color: #ffffff;
        font-size: 800%;
        text-transform: capitalize;
    }