﻿/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: avenir;
    src: url('../fonts/avenir/AvenirLTStd-Book.otf');
  }

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.p-b-34 {
    padding-bottom: 34px;
}

.p-t-27 {
    padding-top: 27px;
}

body,
html {
    height: 100%;
    font-family: avenir, sans-serif;
}


/*---------------------------------------------*/

a {
    font-family: avenir;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #fff;
}


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: avenir;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

#regForm .form-control::placeholder {
    color: #2b2b2b !important;
    opacity: 40% !important;
    font-size: 13px;
}

select:required:invalid {
    color: gray;
}

label {
    margin: 0;
    display: block;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
    font-family: avenir;
    font-size: 13px;
    color: #2b2b2b;
    line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
    /* background: #000000a3; */
    height: 100vh;
}
@media(min-width:566px){
    body {
        background-image: url('../img/login-banner.png') !important;
        background-size: 100% 100% !important;
        overflow: hidden;
    }
    .col-md-12.mobile-login-text-wrapper {
        display: none;
    }
    img.logo {
        max-width: 40%;
    }
}

@media(max-width:565px){
    body {
        background-image: url('../img/login-bg-mobile.png') !important;
        background-size: 100% 100% !important;
        overflow: hidden;
    }
    .col-md-6.right-wrapper {
        display: none;
    }
    .col-md-6.left-wrapper {
        margin-top: 26%;
    }
    img.logo {
        margin-left: 0 !important;
    }
    h2.mob-log-text {
        color: #fff;
        font-family: avenir;
        margin-left: 14px;
    }
    .col-md-12.mobile-login-text-wrapper {
        margin-top: 9%;
    }
    img.logo {
        max-width: 66%;
    }
}
.container-login100 {
    width: 100%;
    /* min-height: 100vh; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrap-login100 {
    /* width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
    background: #9152f8;
    background: linear-gradient( 45deg, #0d47a1, #4caf50);
    background: -o-linear-gradient(top, #0d47a1, #4caf50);
    background: -moz-linear-gradient(top, #0d47a1, #4caf50);
    background: linear-gradient(top, #0d47a1, #4caf50);
    animation-name: slide;
    animation-duration: 1.3s; */
    width: 503px;
    padding: 12px 60px 180px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    min-height: 100%;
    z-index: 1;
    background: #fff;
    animation-name: slide;
    animation-duration: 1.3s;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-logo {
    font-size: 60px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.login100-form-title {
    font-family: 'avenir';
    color: #2b2b2b;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
}

.input100 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input100:focus {
    outline: 0;
    -webkit-box-shadow: 0 1px 0 1px #008955;
    box-shadow: 0 0px 0 0px #008955;
    border-color: #008955 !important;
}

::placeholder {
    color: #2b2b2b !important;
    opacity: 1 !important;
    /* Firefox */
}


/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -3px;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.focus-input100::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #2b2b2b;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus {
    padding-left: 5px;
}

.input100:focus+.focus-input100::after {
    top: -22px;
    font-size: 18px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::after {
    top: -22px;
    font-size: 18px;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}

.has-val.input100 {
    padding-left: 5px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px;
}

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: avenir;
    font-size: 13px;
    color: #2b2b2b;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #2b2b2b;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #555555;
}


/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: avenir;
    font-size: 16px;
    color: #555555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #9152f8;
    background: #6b0a1a !important;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    color: #fff;
}

.login100-form-btn:hover:before {
    opacity: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 55px 15px 37px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    font-family: avenir;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

img.login-logo {
    width: 40%;
    background: #fff;
    padding: 2% 3% 1% 3%;
   
}

.login-logo-wrapper {
    text-align: center;
}

span.register-text,
.register {
    color: #6b0a1a !important;
    font-size: 14px;
}

button.btn.btn-default.navbar-btn.search-btn.reg-btn {
    padding-left: 0;
    font-size: 14px;
}

.register {
    font-weight: bold;
}

.animate {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.fadeInRight.login-wrapper {
    -webkit-animation-delay: 0.1s !important;
    -moz-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}


/*==== FADE IN RIGHT ===*/

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#regForm .modal-dialog {
    max-width: 900px;
}

#regForm .form-group {
    margin-bottom: 1rem;
    float: left;
    min-height: 60px;
}

#regForm label {
    font-size: 11px;
    font-weight: bold;
    font-family: 'avenir';
    color: #60a25f;
}

#regForm .form-control {
    border-radius: 0;
    font-family: 'avenir';
    font-size: 14px;
}

a.txt1:hover {
    color: #2b2b2b;
}

#regForm button.btn.btn-primary.mb-2 {
    background: #60a25f !important;
    border: none;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    float: right!important;
    margin-bottom: 10px !important; 		
}

@media(min-width:991px) {
    .left-overlay-content {
        width: 50%;
        left: 4%;
        position: absolute;
        top: 244px;
        color: #fff;
        font-family: 'avenir';
    }
    h2.text-center.intro-header {
        font-size: 25px;
        color: #fff;
        /* background: #00000073; */
        padding: 12px;
    }
}

@media(max-width:568px) {
    .wrap-login100 {
        width: 90%;
        position: absolute;
        right: auto;
        top: 100%;
        height: 77vh;
    }
    h2.text-center.intro-header {
        font-size: 24px;
        color: #fff;
        margin-bottom: 4%;
        text-shadow: 0px 3px 6px #00000029 !important;
        color: #5fa15e;
        text-transform: uppercase;
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #5fa15e;
    }
}

h2.text-center.login-above-text {
    font-size: 23px;
    font-family: 'Poppins-Medium';
}

.login-text-wrapper {
    position: relative;
    padding-bottom: 18px;
}

p.login-signup-text.text-center:before {
    content: "";
    height: 1px;
    width: 23%;
    background: #ccc;
    position: absolute;
    top: 14px;
    left: 10%;
}

p.login-signup-text.text-center:after {
    content: "";
    height: 1px;
    width: 23%;
    background: #ccc;
    position: absolute;
    top: 14px;
    right: 10%;
}

.site-tagline-text {
    padding-bottom: 10px !important;
}

p.login-signup-text.text-center {
    font-size: 14px;
    font-weight: 600;
    color: #6b0a1a;
}

h3.l-info-text {
    font-size: 18px;
    font-family: 'avenir';
}

.login-info-text-wrapper {
    padding: 3% 0 8%;
}

.remember-me-text {
    float: left;
}

.forgot-text {
    float: right;
}

/* Vishwamitra */


h3.errmsg{
    font-size: 16px;
    font-family: 'avenir';
    padding:4px;
}


.login100-form-btn{
    background:#006097 !important;
}
p.login-signup-text.text-center{
    color:#000000 !important;
}
.forgot-link{
    float: right;
}
.form-wrapper {
    margin-top: 3%;
}
.login-wrapper {
    margin-top: 10%;
}
img.logo {
    margin-left: -8px;
}
button.btn.btn-primary.btn-block.mb-4 {
    background: #006097;
    border: none;
}
button.btn.btn-primary.btn-block.mb-4 {
    background: #006097;
    border: none;
    padding: 16px;
}
.right-inner-wrapper {
    margin-top: 26%;
    margin-left: 39%;
}
.form-check-label {
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 2px;
    color: #666666;
}