﻿/*css form LoginForm*/

.header_top {
    background: #e0e0e0 !important;
    padding-top: 2px !important;
    position: relative !important;
    height: 30px !important;
    border: none !important;
}

*, ::after, ::before {
    box-sizing: border-box
}

body {
    font-family: "Public Sans", sans-serif !important;
    background: #f1f1f1;
}

.toplinks {
    margin-top: 5px;
    margin-right: 8px;
}

    .toplinks a {
        padding: 0px 10px;
        margin-left: 4px;
        margin-top: 0px;
        float: left;
        color: #003658;
        font-weight: bold;
        border-radius: 3px;
        font-size: 13px;
    }

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%
}


.col-md-12 {
    flex: 0 0 auto;
    width: 100%
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

.finalborder {
    min-height: 400px;
}

.login-box {
    position: relative;
    margin-bottom: 30px;
    margin-top: -30px;
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        /*max-width: 960px*/
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        /*max-width: 720px*/
    }
}

@media (min-width:576px) {
    .container, .container-sm {
        /*max-width: 540px*/
    }
}

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
}

.dot {
    width: 100px;
    height: 100px;
    position: absolute;
    background: #4142b3;
    border-radius: 50%;
    z-index: -1;
    top: -17px;
    opacity: .4;
    left: 136px;
    -webkit-animation: bounces 2s infinite alternate;
}

.dot1 {
    width: 100px;
    height: 100px;
    position: absolute;
    background: #4193b3;
    border-radius: 50%;
    z-index: -1;
    top: 35px;
    left: 113px;
    opacity: .4;
    -webkit-animation: bounces 3s infinite alternate;
}

@keyframes bounces {
    0% {
        transform: translateY(0)
    }
}

@keyframes bounces {
    100% {
        transform: translateY(-25px)
    }
}

.sub-login-box {
    width: 80%;
    margin: 0px auto;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 65px;
}

    .sub-login-box:before {
        content: '';
        position: absolute;
        top: -10px;
        right: -23px;
        width: 251px;
        height: 189px;
        background: #0873b9;
        z-index: -1;
    }

    .sub-login-box:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: -22px;
        width: 243px;
        height: 175px;
        background: #00436f;
        z-index: -1;
    }

.clr {
    position: relative;
}

.clr {
    background: #00436f;
    padding: 0px;
}

.col-md-6 {
    flex: 0 0 auto;
  /*  width: 50%*/
}

.clr1 {
    background: url(../images/bg.jpg);
    border: 1px dashed #ababd9;
    background-size: contain;
    border-left: 0px;
}

.box1 .one:nth-child(1) {
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
}

.box1 div {
    position: absolute;
    width: 80px;
    height: 80px;
    background: transparent;
    border: 6px solid rgba(247, 247, 247, 0.39);
    border-radius: 50%;
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: scale(0) translateY(0) rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3) translateY(-90px) rotate(360deg);
        opacity: 0;
    }
}

.box1 .two:nth-child(2) {
    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
}

.box1 .three:nth-child(3) {
    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
}

.box1 .four:nth-child(4) {
    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
}

.box1 .five:nth-child(5) {
    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
}

.box1 .six:nth-child(6) {
    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
}

.box1 .seven:nth-child(7) {
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
}

.box1 .eight:nth-child(8) {
    top: 13%;
    left: 12%;
    animation: animate 17s linear infinite;
}

.box1 .nine:nth-child(9) {
    top: 100%;
    left: 100%;
    animation: animate 19s linear infinite;
}

.box1 .ten:nth-child(10) {
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
}

.box1 {
    float: left;
    width: 100%;
    border-radius: 10px;
}


img.abt-four {
    position: absolute;
    top: 57px;
    left: 19px;
    z-index: 1;
    -webkit-animation: bounces 2s infinite alternate;
    opacity: .4;
}

img, svg {
    vertical-align: middle
}

    img.abt-three {
        position: absolute;
        bottom: 57px;
        right: 19px;
        z-index: 1;
        -webkit-animation: bounces 2s infinite alternate;
        opacity: .4;
    }

.txt-img-box {
    padding: 206px 0px;
    background-image: linear-gradient(rgb(0 67 111 / 57%), rgb(8 115 185 / 73%)), url(../images/laptop.jpeg);
    background-size: cover;
    background-position: left;
}

.login-frm {
    padding: 21px 40px;
    /* background: #fff; */
    position: relative;
}

label.form-label {
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700 !important;
    color: #313131;
    letter-spacing: .5px;
    margin-bottom: 3px;
}

.form-label {
    margin-bottom: .5rem
}

label {
    display: inline-block
}

label {
    font-weight: normal !important;
}

.form-control {
    border: 1px solid #5655b3a3;
    border-radius: 30px;
    background: transparent;
    /*text-transform: capitalize;*/
    font-size: 13px;
    padding: 7px 12px;
    margin-bottom: 10px;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control {
    display: block;
    width: 100%;
    /*padding: .375rem .75rem;
    font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    /*color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out*/
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    /* font-size: inherit;
    line-height: inherit*/
}

.col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.refresh {
    margin-top: 10px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

.btn-cls-box {
    width: 50%;
    border-radius: 30px;
    margin: 0px auto;
    display: block;
    background: #00436f;
    border: 1px solid #00436f;
    margin-top: 26px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    /*--bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;*/
    --bs-btn-border-width: var(--bs-border-width);
    /* --bs-btn-border-color: transparent;*/
    --bs-btn-border-radius: var(--bs-border-radius);
    /* --bs-btn-hover-border-color: transparent;*/
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    /*display: inline-block;*/
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    /*cursor: pointer;
    -webkit-user-select: none;*/
    -moz-user-select: none;
    user-select: none;
    /*border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out*/
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 5px;
    text-align: left;
    color: #FFF;
    font-size: 15px;
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: #0e2534;
    border-top: 2px solid #0873b9;
}

    .footer > .container {
        width: 100% !important;
        padding: 0;
    }

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.footer img {
    height: 25px;
    border: none;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.txt-img-box {
    padding: 206px 0px;
    background-image: linear-gradient(rgb(0 67 111 / 57%), rgb(8 115 185 / 73%)), url(../images/laptop.jpg);
    background-size: cover;
    background-position: left;
}

    .txt-img-box h4 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
    }
#captchacontainer img {
    width: 123px;
    height: 36px;
    margin-top: 19px;
    border: 1px solid #5655b3a3;
    border-radius: 3px;
    padding: 0px 5px;
}




/******************************************/




