body {
    margin: 0;
    padding: 0;
    font-family: 'Amiri', serif;
    font-size: 100%;
    background: linear-gradient(190deg, #0b4a1d, #16400d, rgb(10, 24, 11) 100%);
    /* background: #00230a; */
    /* background-color: #000; */
    /* background: url(../images/bg-green.jpg)no-repeat center; */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    text-align: center;
    width: 100%;
    height: 100vh;
}
#randomSpan {
    position: absolute;
    right: 10px;
    bottom: 6px;
    border-radius: 25px;
}
#password_show_hide_div {
    position: absolute;
    right: 10px;
    top: 8px;
}
.login-logo {
    position: relative;
    /* top: -50px; */
    top: 0;
}
.login-logo img {
    width: 200px;
}
.w3ls-pos {
    min-width: 24.5rem;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: rgb(6 37 0 / 80%); */
    /* border-left: 2px solid #208501; */
    /* border-right: 2px solid #208501; */
    background: linear-gradient(to bottom, #003b10, #016606 70%, #01230A);
    border-left: 2px solid rgb(253 134 17);
    border-right: 2px solid rgb(253 134 17);
    border-radius: 25px;
    box-shadow: 0px 3px 15px -3px rgb(0 0 0);
}

.w3ls-pos-bot {
    width: unset;
}

.w3ls-login {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
h1 {
    font-size: 2.8em;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px;
    margin: 1.2em 1vw;
    text-align: center;
    font-family: 'Amiri', serif;
}
.w3ls-login form {
    max-width: 500px;
    padding: 20px;
    border-width: 5px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.agile-field-txt {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-bottom: 1.5em;
}
.w3ls-login input {
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 50px;
    -webkit-appearance: none;
    font-family: 'Amiri', serif;
    background: rgba(0, 0, 0, 0.3);
}
.w3ls-login ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}
.w3ls-login :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.3);
}
.w3ls-login ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3);
}
.w3ls-login :-ms-input-placeholder {
    color: #fff;
}
.check1 {
    text-align: left;
}
label.check {
    color: #ededed;
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
}
.agile_label {
    text-align: left;
    margin: 10px 0 0;
}
.w3ls-login.w3l-sub {
    margin-top: 1em;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

/* .w3ls-login input[type=submit],
.w3ls-login .btn-back {
    color: #022d08;
    font-weight: 100;
    width: 40%;
    margin: 0 5px;
    padding: 10px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    outline: none;
    background: rgb(255 255 255 / 80%);
    font-family: 'Amiri', serif;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    display: inline-block;
    text-decoration: none;
} */
.w3ls-login input[type=submit],
.w3ls-login .btn-back {
    color: #fff;
    font-weight: 100;
    width: 40%;
    margin: 0 5px;
    padding: 10px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    outline: none;
    font-family: 'Amiri', serif;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    display: inline-block;
    text-decoration: none;
}
.w3ls-login input[type=submit]{
    background-image: linear-gradient(to bottom, #900000, #530202);
}
.w3ls-login .btn-back{
    background-image: linear-gradient(to bottom, #707070, #4f4f4f);
}

.w3ls-login input[type=submit]:hover,
.w3ls-login .btn-back:hover {
    color: #fff;
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.4);
    transform: translateY(5px);
}

.login-mode {
    width: 200px;
    color: #fff;
    border: 1px solid #fff;
    margin: 10px auto;
    padding: 10px;
    border-radius: 25px;
}

.login-mode strong {
    display: block;
}

.w3ls-bot {
    margin-top: 1em;
    width: 100%;
}
#particles-js {
    width: 100%;
    height: 100%;
}
/* landing page */
.m-landing-content{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
    margin: auto;
    width: 100%;
}
.m-landing-content a{
    text-decoration: none;
    display: block;
}
.m-landing-logo img{
    width: 230px;
}
.m-standard-mode,
.m-new-mode{
    width: 350px;
    height: 75px;
    border-radius: 10px;
    margin: 20px auto;
    /* text-shadow: 0px 1px 2px rgb(0 0 0 / 50%); */
    padding-top: 10px;
    font-weight: bold;
    border: 1px solid #f9db72;
}
.m-standard-mode{
    /* background: rgb(30 90 40 / 25%); */
    /* box-shadow: inset 0px 0px 5px 1px rgb(176 255 160 / 50%), 0px 3px 3px 1px #000; */
    background: #028308;
    line-height: 2;
}
.m-new-mode{
    /* background: rgb(102 21 6 / 50%); */
    /* box-shadow: inset 0px 0px 5px 1px rgb(235 34 43 / 50%), 0px 3px 3px 1px #000; */
    background: #760203;
}
hr.login-bottom-border{
    border-bottom: 10px solid #ffaf00;
}
.green-mode-color{
    color: #003715;
}
.white-mode-color{
    color: rgb(255 255 255 / 100%);
}
.red-mode-color{
   color: #540000;
}
.font-size-30{
    font-size: 30px;
}
.font-size-20{
    font-size: 20px;
}
.loader .loader-overlay {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    position: fixed;
    z-index: 99;
    overflow: hidden;
}
.loader .loader-spin {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1052;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
body#bg-new{
    background: #620000;
}
#bg-new .w3ls-pos{
    background-image: linear-gradient(to top, #ffd7d7, #e6b2b2 30%, #760203);
    border-left: 2px solid #e6b2b2;
    border-right: 2px solid #e6b2b2;
}

@media screen and (max-width: 375px) {
    .w3ls-pos{
        min-width: 21.5rem;
    }
}

@media screen and (max-width: 320px) {
    .w3ls-pos{
        min-width: 18.5rem;
    }
}

@media screen and (max-width: 392px) {
    .w3ls-pos{
        min-width: 20rem;
    }
}