
#checkBox {
    margin-left: -148px;
}

.margin-top {
    margin-top: 70px;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #10265b;
    border-color: #1ab394;
    color: #FFFFFF;
}

.page-background-class {
    background-image: url(~/img/SitaraLogoTransparent.png)
}

.hero-image {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-image::before {
        content: "";
        background-image: url("../img/LoginBackgroudImage.jpg");
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.9;
    }

.transparent {
}

.loginscreen.middle-box {
    width: 80%;
    margin-top: 15px;
}

.logintextClr {
    color: #4b4739;
}

.logintextBgClr {
    background-color: #4b4739;
}

.loginScreenClr {
    color: #eff2fa;
}

.loginScreenBgClr {
    background-color: #eff2fa;
}

.loginTextBottom {
    list-style-type: circle;
    font-size: 11px;
    text-align: left;
    margin-top: 230px;
    margin-left: -58px;
}


.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
     width: 100%; 
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 0px 0px 0px 0px;
    padding: 30px;
     width: 100%; 
    max-width: 896px;
    height: 500px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    background-color: rgba(55,55,55,0.7);
    margin-top: -10px;
    border-style: solid;
}

.login-page-content .login-box .login-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.login-page-content .login-box {
    min-width: 470px;
    padding: 6rem 7rem;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 49px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 5px 49px 0px rgb(0 0 0 / 50%);
    margin-bottom: 30px;
}

.login-page-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

.container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: animate 16s ease-in-out infinite;
    background-size: cover;
}

.outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5)
}

.details {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-35%);
    text-align: center;
}

@keyframes animate {

    0%, 100% {
        background-image: url(img/1.Jpg);
    }

    25% {
        background-image: url(img/2.JPEG);
    }

    50% {
        background-image: url(img/3.JPEG);
    }

    75% {
        background-image: url(img/4.JPEG);
    }

    100% {
        background-image: url(img/5.jpg);
    }
}

