﻿ 
* {
    /* personal preference */
    margin: 0;
    padding: 0;
}

body {
    background-color:#2e80b1;
     background-image: -moz-radial-gradient(center center, circle contain, #2e80b1, #2d4d7f 50em);
      background-image: -webkit-radial-gradient(center center, circle contain, #2e80b1, #2d4d7f 50em);
       background-image: -o-radial-gradient(center center, circle contain, #2e80b1, #2d4d7f 50em);
        background-image: -ms-radial-gradient(center center, circle contain, #2e80b1, #2d4d7f 50em);
         background-image: radial-gradient(center center, circle contain, #2e80b1, #2d4d7f 50em);
          min-height: 100vh;
         
        
   /*background-attachment:fixed;
    background-size:100% 100%;*/
    
}

form {

    min-height: 100vh;
    margin:0px;
    padding:0px;
}

html {

    
      margin:0px;
    padding:0px;
    width: 100%;
    min-height: 100vh;
}

.container {
    margin:0 auto;
    width:1150px;
     /*min-height: calc(100vh - 1em);*/
    position:relative;
}

.innercontainer {
    float:left;
    height:auto;
    width:100%;
    position:relative;
    
}

.header {
    float:left;
    height:30px;
    width:100%;
    /*margin-top:10px;*/
}
.logo {
    margin-top:20px;
}

 .logo img {
        float:right;
        width:135px;
        height:60px;
        
    }

.videocontainer {
    float:left;
    width:650px;
    margin-right:1%;
    height:100%;
    min-height:609px;

}

.video-img-container {
    background:url("../img/flash-bg.png")no-repeat;
    /*float:left; height:100%; width:100%;*/
   
    background-size:100% 100%;
}
/*.video-img-container img {
    float:left; height:100%; width:100%;
}*/

/*.videobg {
    background: rgba(0, 0, 0, 0) url("../images/flash-bg.png") no-repeat scroll left top / 100% auto;
    display: block;
    float: left;
    height: 100%;
    position: relative;
   
}*/


.loginbox {
    float: left;
    width: 50%;
  /*  height: 100%;*/
    /* border-left:2px solid #fff;*/
  /*  min-height: 609px;*/
    background: rgba(0, 0, 0, .5);
    padding: 3rem;
    border: 1px solid #3f3f3f;
    box-shadow: 0 0 20px #000;
    border-radius:2rem;
}
.clear100 {
    clear:both;
    height:100px;
}
.clear {
    clear:both;
}
.welcomediv {
    float:left;
    text-align:center;
    width:100%;
    height:auto;
}

.welcometxt {
    text-align:center;
    text-transform:uppercase;
    font-family:Arial;
    font-size:30px;
    text-shadow:1px 2px 2px #000;
    color:#fff;
    font-weight:normal;
}

.anagrma-logo img {
    height: auto;
    margin: 10px;
    width: 60%;
}

.controlbox {
    clear: both;
    float: left;
    margin: 20px 4%;
    width: 96%;
}
.signintxt {
   /* float:left;
    font-family:Arial;*/
    font-size:16px;
    color:#fff;
    font-weight:normal;
    text-transform:uppercase;
    /*width:16%;*/
}

.border {
    border-top: 1px solid #fff;
    float: left;
    margin-top: 12px;
    width: 78%;
}


.borderalign {
    margin-left:0px;
    width:32%;
    margin-right:0;
}

.user-pwd-txt {
    float:left;
     font-family:Arial;
    font-size:13px;
    color:#fff;
    font-weight:normal;
    text-transform:uppercase;
    margin-right:1%;
    margin-top:5px;
    width:17%;
    font-weight:bold;
}

.txtbox {
    background-color:transparent;
    float:left;
    width:75%;
    height:30px;
    border:1px solid #fff;
    color:#fff;
    padding-left:5px;
   font-size:15px;
    font-family:Arial;
}
.btncontainer {
   /* float:left;*/
    width:100%;
}

.btn {
   /* float:left;*/
    background:#dc611d;
    border:1px solid #dc611d;
    height:30px;
    line-height:29px;
    text-align:center;
    width:100px;
    color:#fff;
    text-transform:uppercase;
    cursor:pointer;
    font-size:16px;
    font-family:Arial;
    margin-right:1%;
    margin-left:1%;
    -webkit-appearance:none;
}
.footer {
    float:left;
    width:100%;
    height:auto;
}
.footertxt-div {
    float:left;
    height:auto;
    width:100%;
}
.footerredtxt {
    color:#bacbe8;
     font-family:Arial;
    font-size:35px;
    text-transform:uppercase;
    clear:both;
}
.footertxt {
    color:#fff;
    font-family:Arial;
    font-size:17px;
    clear:both;
}


.video-div {
   float:left; width:100%; height:auto; position:relative;
}
.flashdiv {
    width:100%;  margin-top:5px;  text-align:center;
}
.width16 {
    width:16%;  
}
.mrgn5px {
    margin-left:5px;
}


hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.9) -moz-use-text-color rgba(255, 255, 255, 0.08);
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    clear: both;
    height: 0;
    margin: 0;
}

.Error {
            width:100%;
             font-family:Arial;
            font-weight:bold;
            float:left;
            color:#fff;
            font-size:13px;
            text-transform:uppercase;
            margin-top:-25px;
        }

.footerdivinner {
    float:left;
    width:100%;
    position:relative;
}

.footerclear {
    clear:both;
    height:15px;
}

.footercopyright{

    text-align:left; color:#fff; font-size:11px; margin-top:5px; font-family:Arial; float:left;
}
.footerlogo {
    height: auto;
    position: absolute;
    right: 0;
    top: -70px;
    width: 140px;
}
.forgotpass {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 0px;
    text-align: center;
    cursor: pointer;
    text-decoration: underline #77bc1f;
}

        .forgotpass:hover {
            color:#dc611d ;
            text-decoration:none;
        }




/* Full-screen container */
.fullscreen-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Push behind content */
    overflow: hidden;
}

/* Animating images */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeInOut 15s infinite;
    animation: fadeInOutZoom 15s infinite;
}


/* Blackish transparent overlay with checked pattern */
.fullscreen-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
    z-index: 1;
    pointer-events: none; /* Allow interaction with content below */
}

/* Keyframes for fading images */
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Keyframes for fading and zoom-in effect */
@keyframes fadeInOutZoom {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    20% {
        opacity: 1;
        transform: scale(1.1); /* Slight zoom */
    }

    50% {
        opacity: 1;
        transform: scale(1.2); /* Full zoom */
    }

    80% {
        opacity: 0;
        transform: scale(1.2); /* Maintain zoom during fade-out */
    }

    100% {
        opacity: 0;
        transform: scale(1); /* Reset to original scale */
    }
}

/* Staggered animation timing for each image */
.background-image:nth-child(1) {
    animation-delay: 0s;
}

.background-image:nth-child(2) {
    animation-delay: 5s;
}

.background-image:nth-child(3) {
    animation-delay: 10s;
}

/* Content on top of the background */
.content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


/* Logo and button container */
.content-container {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

/* Logo */
.logolanding {
    position: absolute;
    left: 25%;
    transform: translate(-50%, -30%);
  
    color: white;
    text-align: center;
  
    width: 100%;
}

/* Button */
.action-button {
    position: absolute;
    right: 25%;
    transform: translate(50%, -50%);
    padding: 20px 40px;
    font-size: 1.5rem;
    color: white;
    border: 1px solid white;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

    .action-button:hover {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        text-decoration: none;
    }

.aboutams {
    position: absolute;
    right: 30%;
    transform: translate(65%, 180%);
    font-size: 2rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding-left: 10px;
    border-left: 5px solid #fff;
    text-shadow: 0 0 5px #000;
    // text-transform: uppercase;
}

.span {
    color: #4e83c4;
    font-weight: 500;
}
/* Footer styles */
.footer-overlay {
    position: absolute;
    bottom: 20px; /* Slightly above the very bottom */
    left: 0;
    width: 100%;
    text-align: center;
    // background: rgba(0, 0, 0, 0.4); /* Transparent black background */
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
    z-index: 3; /* Place it above the background image */
    backdrop-filter: blur(4px); /* Adds a blur effect for better readability */
}

    .footer-overlay p {
        margin: 0;
    }



/* --- Animated Buttons --- */
.movebtn {
    background-color: #243746;
    border: 1px solid #243746;
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 200px;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.5, 1.65, 0.37, 0.66);
}
/*
.movebtnsu {
    border-color: #243746;
    box-shadow: inset 0 0 0 0 #20568c;
    color: #fff;
    width: 200px;
    cursor: pointer;
}



    .movebtnsu:focus,
    .movebtnsu:hover,
    .movebtnsu:active {
        background-color: transparent;
        color: #FFF;
        text-decoration: none;
        border-color: #77bc1f;
        box-shadow: inset 200px 0 0 0 #243746;
    }
*/



/* Responsive Design */
@media (max-width: 768px) {
    .logolanding {
        font-size: 1.5rem;
    }

        .logolanding img {
            width: 45%;
            // margin-right: 6px;
        }

    .action-button {
        font-size: 1rem;
        padding: 15px 30px;
    }

    .aboutams {
        transform: translate(20%, 225%);
        font-size: 1.5rem;
    }
}



