﻿html, body {
    height: 100%;
    margin: 0;
}


/* 21-05-2020 by shubham chawade  */
html,body {
    font-family: 'Montserrat';
    /*height: 100%;
    background-image: url('../img/b-svg.svg');
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #fff;*/
}


/* loader */
      #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1000;
     background-color: rgba(0,0,0,0.2);
}
#loader-img {
      display: block;
    position: relative;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%) scale(0.6);
    width: 135px;
    height: 100px;
    background-image: url('../../IMAGES/loader_image.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    z-index: 1020;
}
#loader {
    display: table;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid transparent;
/*    border-top-color: #1d94c6;*/
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #78c043;
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #1d94c6;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}
           
    #loader-img p {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    color: #1d94c6;
    font-size: 20px;
    font-weight:500    
    }
        
        #loader-img p span {
            font-weight:700;
            font-size:35px;
            color:#78c043
        }
        
         @keyframes blink {
   
    0% {
      opacity: .2;
    }
   
    20% {
      opacity: 1;
    }
   
    100% {
      opacity: .2;
    }
}

                .saving span {
   
    animation-name: blink;
   
    animation-duration: 1.4s;
  
    animation-iteration-count: infinite;
   
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
   
    animation-delay: .2s;
}

.saving span:nth-child(3) {
   
    animation-delay: .4s;
}
/*-------loader end---------*/


.banner {
    padding: 10px 15px;
    background-color: #f2f2f2;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    flex-direction: row;
    align-items: center;
    height: 95px;
    text-align: center;
}

    .banner span {
        font-size: 26px;
        text-align: center;
        display: table;
        margin: auto;
        color: #666;
    }

    .banner img {
        width: 90px;
    }

    .banner .container {
        position: relative;
    }

#footer {
    position: fixed;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    bottom: 0;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}
.d-block {
display:block
}
label {
font-weight:600
}
sup {
color:#f00;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline:none
}
input[type=checkbox] {
margin-right:3px
}

.d-flex {
display:flex;
-webkit-display:flex;
-moz-display:flex;
flex-direction:row;
}

.list-group.no-border .list-group-item {
border:0; line-height: 1.3;
}

.modal .modal-header.bg-info {
background-color:#36b067; color:#fff;
}


.marquee {
    display: flex;
    padding: 5px;
    position: fixed;
    width: 100%;
    top: 32px;
    /* position: relative; */
    /* margin-top: 36px; */
    background-color: rgba(255,255,255,.8);
}

.marquee span {
font-size: 13px;
}

.marquee::after {
content: 'Notification';
display: flex;
position: absolute;
left: 0;
top: 0;
bottom: 0;
line-height: 2.5;
background-color: #1e633a;
color: #fff;
padding: 0 15px;
/*font-weight:bold;*/
font-family: 'Lato', sans-serif;
letter-spacing: 1px;
font-size: 100%;
}

.marquee::before {
display: flex;
position: absolute;
right: 0;
top: 0;
bottom: 0;
background-color: coral;
width: 30px;
}

.marquee span::after {
content: '';
padding: 0 10px;
border-right: 1px solid #999;
}



/* 21-05-2020 by shubham chawade  */


.pt-4 {
    padding-top: 30px !important;
}

/* @extend display-flex; */
display-flex, .display-flex, .display-flex-center {
    display: flex;
    display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Montserrat-300 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat/Montserrat-Light.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat/Montserrat-Regular.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/montserrat/Montserrat-Italic.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat/Montserrat-Medium.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat/Montserrat-Bold.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/montserrat/montserrat-v12-latin-900.ttf"), url("../fonts/montserrat/montserrat-v12-latin-900.eot") format("embedded-opentype"), url("../fonts/montserrat/montserrat-v12-latin-900.svg") format("woff2"), url("../fonts/montserrat/montserrat-v12-latin-900.woff") format("woff"), url("../fonts/montserrat/montserrat-v12-latin-900.woff2") format("truetype");
}

a:focus, a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        appearance: none !important;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        -o-appearance: none !important;
        -ms-appearance: none !important;
        margin: 0;
    }

    input:focus, select:focus, textarea:focus {
        outline: none;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
    }

    input[type=checkbox] {
        appearance: checkbox !important;
        -moz-appearance: checkbox !important;
        -webkit-appearance: checkbox !important;
        -o-appearance: checkbox !important;
        -ms-appearance: checkbox !important;
    }

    input[type=radio] {
        appearance: radio !important;
        -moz-appearance: radio !important;
        -webkit-appearance: radio !important;
        -o-appearance: radio !important;
        -ms-appearance: radio !important;
    }

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #777;
}

h2 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: #222;
    font-family: 'Montserrat';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    line-height: 1.8;
    color: #222;
    font-weight: 400;
    font-family: 'Montserrat';
    /*background-image: url("../images/grand-lite.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;*/
}

    body::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index:-1;
        /*background-image: -webkit-linear-gradient( 136deg, rgba(0,158,253,.3) 0%, rgba(42,245,152,.3) 100%);*/
        /*background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);*/
        /*background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);*/
        /*background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);*/
        background-image: linear-gradient(to right, #92fe9d 0%, #00c9ff 100%);
        /*background-image: linear-gradient(-60deg, rgba(22, 160, 133,.6) 0%, rgba(244, 208, 63,.8) 100%);*/
    }

.form-container {
    width: 375px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo {
    padding: 30px 0;
    width: 85%;
    margin: auto;
    display: table;
}

.display-flex {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.display-flex-center {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.signup-content {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 15px 25px;
    box-shadow: 1px 2px 32px rgba(0,0,0,0.5);
}

.form-group {
    overflow: hidden;
    margin-bottom: 15px;
}

.form-input {
    width: 100%;
    border: 1px solid transparent;
    background-color: #f9f9f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 12px 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

    .form-input::-webkit-input-placeholder {
        color: #999;
    }

    .form-input::-moz-placeholder {
        color: #999;
    }

    .form-input:-ms-input-placeholder {
        color: #999;
    }

    .form-input:-moz-placeholder {
        color: #999;
    }

    .form-input::-webkit-input-placeholder {
        font-weight: 500;
    }

    .form-input::-moz-placeholder {
        font-weight: 500;
    }

    .form-input:-ms-input-placeholder {
        font-weight: 500;
    }

    .form-input:-moz-placeholder {
        font-weight: 500;
    }

    .form-input:focus {
        border: 1px solid #d9d9d9;
        /*outline:1px solid #e6e6e6;*/
        border-radius: 5px;
    }
        /*.form-input:focus {
    border: 1px solid transparent;
    -webkit-border-image-source: -webkit-linear-gradient(to right, #9face6, #74ebd5);
    -moz-border-image-source: -moz-linear-gradient(to right, #9face6, #74ebd5);
    -o-border-image-source: -o-linear-gradient(to right, #9face6, #74ebd5);
    border-image-source: linear-gradient(to right, #9face6, #74ebd5);
    -webkit-border-image-slice: 1;
    border-image-slice: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-origin: border-box;
 
}*/
        .form-input:focus::-webkit-input-placeholder {
            color: #222;
        }

        .form-input:focus::-moz-placeholder {
            color: #222;
        }

        .form-input:focus:-ms-input-placeholder {
            color: #222;
        }

        .form-input:focus:-moz-placeholder {
            color: #222;
        }

    .form-input::focus {
        background-color: #f9f9f9 !important;
    }

.form-submit {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    background-image: linear-gradient( 136deg, rgba(30, 99, 58,.8) 0%, rgba(189, 156, 71,.6) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgba(30, 99, 58,.8) 0%, rgba(189, 156, 71,.6) 100%);
    background-image: -moz-linear-gradient( 1136deg, rgba(30, 99, 58,.8) 0%, rgba(189, 156, 71,.6) 100%);
    background-image: -ms-linear-gradient( 136deg, rgba(30, 99, 58,.8) 0%, rgba(189, 156, 71,.6) 100%);
    background-image: -o-linear-gradient( 136deg, rgba(30, 99, 58,.8) 0%, rgba(189, 156, 71,.6) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgba(30, 99, 58,.8) 0%, rgba(189, 156, 71,.6) 100%);
    background-image: linear-gradient(136deg, rgba(30, 99, 58,.8) 0%, rgba(189, 156, 71,.6) 100%);
}

/*input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    display: none;
}

    input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-top: 7px;
        margin-bottom: 25px;
    }

        input[type=checkbox]:not(old) + label > span {
            display: inline-block;
            width: 13px;
            height: 13px;
            margin-right: 15px;
            margin-bottom: 3px;
            border: 1px solid #ebebeb;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -o-border-radius: 2px;
            -ms-border-radius: 2px;
            background: white;
            background-image: -moz-linear-gradient(white, white);
            background-image: -ms-linear-gradient(white, white);
            background-image: -o-linear-gradient(white, white);
            background-image: -webkit-linear-gradient(white, white);
            background-image: linear-gradient(white, white);
            vertical-align: bottom;
        }

    input[type=checkbox]:not(old):checked + label > span {
        background-image: -moz-linear-gradient(white, white);
        background-image: -ms-linear-gradient(white, white);
        background-image: -o-linear-gradient(white, white);
        background-image: -webkit-linear-gradient(white, white);
        background-image: linear-gradient(white, white);
    }

        input[type=checkbox]:not(old):checked + label > span:before {
            content: '\f26b';
            display: block;
            color: #222;
            font-size: 11px;
            line-height: 1.2;
            text-align: center;
            font-family: 'Material-Design-Iconic-Font';
            font-weight: bold;
        }*/

.label-agree-term {
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.term-service {
    color: #555;
}

.loginhere {
    color: #555;
    font-weight: 500;
    text-align: center;
    /*margin-top: 30px;*/
}

.loginhere-link {
    font-weight: 700;
    color: #222;
}

.field-icon {
    float: right;
    margin-right: 17px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: #555;
}


.form-header {
font-size:20px; font-weight:bold; margin-bottom:10px; color:#777
}
/*.form-header::after {
content: '';
    display: inline-block;
    height: 1px;
    background-color: #888;
    width: 50px;
    margin-bottom: 5px;
    margin-left: 5px;
}*/
.form-footer span {
color:#666; font-size:12px;
}

    .form-footer span a {
    text-decoration:underline;
    }
   


@media screen and (max-width: 768px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }
}



/* added by shubham */
@media only screen and (max-width:767px) {

body {
background-image: -webkit-linear-gradient( 136deg, rgba(0,158,253,.3) 0%, rgba(42,245,152,.3) 100%);
}

.banner {
padding: 0 15px;
}

.banner span {
font-size: 15px;
font-weight: bold;
}

.banner img {
width: 65px;
}

.form-container {
position: static;
transform: translateY(120px);
-webkit-transform: translateY(120px);
-moz-transform: translateY(120px);
margin: 0px auto 0px;
}
.signup-content {
    padding: 20px 25px !important;
}

    .banner img + span + span {
    display:none
    }
     .banner {
    margin-top:36px;display:none
    }

    .marquee {
    top:52px;
    }
    .navbar-brand {
    font-size:16px
    }
    .signup-content {
    margin-top:0 !important;
    font-size:85%
    }
}

@media screen and (min-width:768px) and (max-width:1335px) {
    .banner img + span + span {
    display:none
    }
    .banner {
    transform: translateY(36px);
    -webkit-transform:translateY(36px);
    -moz-transform:translateY(36px);
    }
    .marquee {
    top:calc(100% - 56px);
    }

    .signup-content {
    margin-top:0 !important;
    font-size:85%
    }
    .banner span {
    text-transform:capitalize
    }
    .banner img {
    width: 75px;
}
}


@media screen and (max-width: 480px) {
    .signup-content {
        padding: 50px 25px;
    }
}

@media screen and (max-width: 375px) {
    .form-container {
        width: 340px;
    }

    #footer {
    font-size:10px
    }
}

@media screen and (max-width: 320px) {
    .form-container {
        width: 315px;
    }
}


@media only screen and (min-width:769px) {
    .banner {
        position: absolute;
        left: 18%;
        top: 35%;
        transform: translateY(-50%);
        background-color: transparent;
        display: block;
    }

    .form-container {
        width: 375px;
        position: relative;
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translate(-50%, -50%);
    }

    .banner img + span {
        color:#555;
        font-weight:bold
        }

        .banner img + span:after {
        content:'';
        display:block;
        height:2px;
        width:50px;
        background-color:#1e633a;
        margin:0 auto 10px;
        }

    .banner span {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color:#1e633a;
    }

        

    .banner img {
        display: block;
        margin: auto;
        width: 200px;
    }
}

/*# sourceMappingURL=style.css.map */

