﻿@charset "utf-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1;
  font-family: 'Montserrat';
  background: #fff;
  color: #000000;
  font-size: 14px;
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
}
a:hover {
  text-decoration: none
}
a:focus {
  outline: 0;
}
button:focus {
  outline: 0
}
/*Header Start*/
/*Header End*/
/*Login form Start*/
.background {
  position: relative;
  height: 100%;
  min-height: auto;
  width: 100%;
  margin: 0px 0 0 0;
}
.background-bg {
  background-size: 100%;
  height: 100%;
  min-height: 100vh;
  background: #ffffff url("../images/background.png") repeat;
}
.mainbox {
  padding: 0px 0 50px 0;
}
.mainbox h1 {
  color: #ce2128;
  font-size: 60px;
  font-weight: 700;
  width: 55%;
  padding: 200px 0 0 0px;
}
.mainbox h1 span {
  color: #262626;
  font-size: 20px;
  display: block;
  font-weight: normal;
  margin: 20px 0 0 0;
  line-height: 26px;
}
/*.left-content {
  width: 100%;
  background: url(../images/sub_bg.png)no-repeat top right;
  background-size: contain;
  min-height: 460px;
  margin: 70px 0 0 0;
}*/
.logo {
  padding: 30px 0 0 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/*.logo_mobile {
  display: none;
}*/
/*sign in form css start*/
.homeform {
  width: 60%;
  padding: 30px 20px;
  margin: 30px auto;
  border-radius: 20px;
  box-shadow: 0px 5px 5px #00000054;
  -webkit-box-shadow: 0px 5px 5px #00000054;
  -moz-box-shadow: 0px 5px 5px #00000054;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9c4075+0,483081+100,483081+101 */
  background: rgb(156, 64, 117); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(156, 64, 117, 1) 0%, rgba(72, 48, 129, 1) 100%, rgba(72, 48, 129, 1) 101%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(156, 64, 117, 1) 0%, rgba(72, 48, 129, 1) 100%, rgba(72, 48, 129, 1) 101%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(156, 64, 117, 1) 0%, rgba(72, 48, 129, 1) 100%, rgba(72, 48, 129, 1) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c4075', endColorstr='#483081', GradientType=0); /* IE6-9 */
  position: relative;
  overflow: hidden;
}
.form-bg {
  margin: 0px;
}
.form-heading {
  margin: 0 0 30px 0;
}
.form-margin {
  width: 100%;
}
.form-heading p {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 600;
}
.form-heading span {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: block;
  font-family: 'Montserrat';
}
.homeform label {
  color: #fff !important;
  font-family: 'Montserrat';
  font-size: 14px !important;
  margin: 0 0 10px 0 !important;
  line-height: 17px;
  display: block;
}
.homeform .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 15px 15px 45px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #686868;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0px solid #E6E6E6;
  border-radius: 5px;
  font-family: 'Montserrat';
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.homeform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #686868 !important;
}
.homeform ::-moz-placeholder { /* Firefox 19+ */
  color: #686868 !important;
}
.homeform :-ms-input-placeholder { /* IE 10+ */
  color: #686868 !important;
}
.homeform :-moz-placeholder { /* Firefox 18- */
  color: #686868 !important;
}
.input-icons {
  margin-bottom: 10px;
  /*  z-index: 99;
*/ position: absolute;
  top: 11px;
  left: 12px;
  color: #848484;
}
.input-icons svg {
  color: #848484;
}
.icon {
  padding: 10px;
  color: green;
  min-width: 50px;
  text-align: center;
}
.input-effect {
  position: relative;
  margin: 0 0 0px 0;
  width: 100%;
}
input, textarea {
  outline: none;
  -webkit-appearance: none;
}
input[type="text"] {
  color: #333;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.effect-19 {
  border: 1px solid #acacac;
  padding: 12px 14px;
  transition: 0.4s;
  background: #f6f6f6;
  border-radius: 4px;
}
.effect-19 ~ .focus-border:before, .effect-19 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #E74E6C;
  transition: 0.4s;
}
.effect-19 ~ .focus-border:after {
  top: auto;
  bottom: 0;
}
.effect-19 ~ .focus-border i:before, .effect-19 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #E74E6C;
  transition: 0.6s;
}
.effect-19 ~ .focus-border i:after {
  left: auto;
  right: 0;
}
.effect-19:focus ~ .focus-border:before, .effect-19:focus ~ .focus-border:after, .has-content.effect-19 ~ .focus-border:before, .has-content.effect-19 ~ .focus-border:after {
  left: 0;
  width: 100%;
  transition: 0.4s;
}
.effect-19:focus ~ .focus-border i:before, .effect-19:focus ~ .focus-border i:after, .has-content.effect-19 ~ .focus-border i:before, .has-content.effect-19 ~ .focus-border i:after {
  top: -1px;
  height: 100%;
  transition: 0.6s;
}
.effect-19 ~ label {
  position: absolute;
  left: 14px;
  width: 100%;
  top: 10px;
  color: #aaa;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}
.effect-19:focus ~ label, .has-content.effect-19 ~ label {
  top: -18px;
  left: 0;
  font-size: 12px;
  color: #a8a8a8;
  transition: 0.3s;
  z-index: 1;
}
.arrow-down {
  position: absolute;
  right: 20px;
  top: 18px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
button.submit {
  border: 0px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 12px 70px;
  display: inherit;
  background: #7507E5;
  margin: 20px auto 0;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
button.submit:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #bd34dd;
}
a.submit {
  background: #E74E6C;
  border: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 0px auto 0;
  max-width: 180px;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
a.submit:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #fff;
  /*background: #65347c;
    background: -moz-linear-gradient(top, #65347c 0%, #903e75 100%);
    background: -webkit-linear-gradient(top, #65347c 0%, #903e75 100%);
    background: linear-gradient(to bottom, #65347c 0%, #903e75 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65347c', endColorstr='#903e75', GradientType=0);*/
  color: #E74E6C;
  border-radius: 0px;
}
.btn-bg {
  text-align: center;
  margin: 0px auto 0;
}
.m-b-25 {
  margin-bottom: 25px;
}
/*sign in form css end*/
textarea.form-control {
  background: transparent;
  border: 1px dashed #fff;
  color: #fff;
  line-height: 26px;
  height: 70px;
}
.form-control:focus {
  color: #686868;
  background-color: #ffffff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #848484 !important;
}
input ::-moz-placeholder { /* Firefox 19+ */
  color: #848484 !important;
}
input :-ms-input-placeholder { /* IE 10+ */
  color: #848484 !important;
}
input :-moz-placeholder { /* Firefox 18- */
  color: #848484 !important;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
textarea :-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
textarea :-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
h5 {
  color: #262628;
  font-size: 20px !important;
  font-weight: 900 !important;
  margin: 0 0 20px 0 !important;
}
h5 span {
  color: #090819;
  font-size: 13px;
  display: block;
  margin: 10px 0 0 0;
  font-weight: normal;
}
label {
  color: #090819 !important;
  font-family: 'Montserrat';
  font-size: 14px !important;
  margin: 0 0 5px 0 !important;
  line-height: 19px;
  display: block;
}
/*custum input css end*/
/*custom checkbox*/
.checkform label {
  padding-left: 0;
  color: #fff;
  font-size: 14px !important;
}
.checkform a {
  color: #e0a70f;
}
.checkform a:hover {
  color: #e0a70f;
  text-decoration: underline !important;
}
.form-group input[type=checkbox] {
  display: none;
  cursor: pointer;
}
.check_box {
  margin: 20px 0 0 0;
}
input[type=checkbox] + label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
}
input[type=checkbox]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 20px;
  width: 6px;
  height: 10px;
  border: 1px solid #3a3a3a;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.f-copyright {
  padding: 15px 0;
  text-align: center;
  background: #E74E6C;
  width: 100%;
}
.f-copyright p {
  color: #fff;
  margin: 0px 0 0 0;
  width: 100%;
  font-size: 12px;
  font-family: 'Montserrat';
}
.f-copyright p a:hover {
  text-decoration: underline !important;
}
.f-copyright a {
  color: #535353;
  text-decoration: underline;
}
.f-copyright a:hover {
  color: #535353;
  text-decoration: underline;
}
/*forgot popup start*/
.forgot-popup .modal-body {
  padding: 0px;
}
.forgot-popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #585858;
  z-index: 1;
  background: none;
  box-shadow: none;
  border: none;
}
.forgotform {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0px 10px 10px #00000054;
  -webkit-box-shadow: 0px 10px 10px #00000054;
  -moz-box-shadow: 0px 10px 10px #00000054;
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 20px;
}
.forgot-popup .form-heading p {
  color: #272727;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.forgot-popup .modal-content {
  border-radius: 16px;
}
.forgot-popup .btn-bg {
  text-align: center;
  margin: 0px auto 0;
}
.forgot-popup .form-bg {
  margin: 20px;
}
.forgot-popup .btn-bg a {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 25px;
}
.forgot-popup .btn-bg a:hover {
  background: #3a3a3a;
  color: #fff;
}
.forgotform .form-control {
  font-size: 14px;
}
.forgotform label {
  margin: 0 0 10px 0 !important;
  font-family: 'Montserrat';
  font-size: 14px;
}
.otp-group {
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
}
.otp-group .input-effect {
  width: 100px;
  height: 36px;
  padding: 0;
  margin: 0 0px 0 0;
  text-align: center;
  display: inline-block;
  position: relative;
  border: none;
}
/*forgot popup end*/
.radio input[type="radio"] + .radio-label:before {
  border: 1px solid #999;
  width: 20px;
  height: 20px;
  top: 0;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #f9a617;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  top: 0
}
.checkbox label, .radio label {
  padding-left: 0;
  color: #a1a1a1;
  font-size: 14px;
}
.radio input[type="radio"]:checked + .radio-label {
  font-weight: bold !important;
  color: #585858;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #f9a617;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #E74E6C;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #E74E6C;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.checkbox label, .radio label {
  padding-left: 0;
}
.radio input[type="radio"] + .radio-label:before {
  border: 1px solid #999;
  width: 20px;
  height: 20px;
  top: 0;
}
.radio-btn {
  display: inline-flex;
  justify-content: start;
  margin: 0px 0 20px 0;
}
.radio {
  margin: 0 20px 0 0;
}
.input_container {
  position: relative;
}
.input_container svg {
  position: absolute;
  bottom: 8px;
  right: 5px;
  width: 16px;
  height: 16px;
  color: #f9a617;
}
.thank-head {
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
.thank-banner {
  margin: 20px 0 0 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: url(../images/thank-banner.jpg) no-repeat top center;
  background-size: cover;
}
.thankpage {
  text-align: center;
  top: 30%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  position: absolute;
}
.thankpage h4 {
  font-size: 40px;
  letter-spacing: 2px;
  margin: 0 auto;
  color: #fff;
  width: 60%;
  line-height: 50px;
  font-weight: bold;
}
.thankpage h4 strong {
  display: block;
}
.thankpage span {
  font-size: 18px;
  margin: 10px 0 20px 0;
  display: block;
  line-height: 30px;
}
a.homebtn {
  text-align: center;
  background: #fff;
  color: #E74E6C;
  border-radius: 20px;
  margin: 20px 0 0 0;
  font-weight: 600;
  padding: 12px 34px;
  font-size: 20px;
  display: inline-block;
}
a.homebtn:hover {
  text-align: center;
  background: #E74E6C;
  color: #fff;
  border-radius: 20px;
  padding: 12px 34px;
}
.homeform .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 10px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  position: absolute;
  left: 0;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  z-index: 9;
}
.timeclock .btn-primary {
  background: #e74e6c !important;
  border: 0px;
}
.timeclock .btn-primary:hover {
  background: #9b4075 !important;
  border: 0px;
}
select > option {
  background: #E74E6C;
  color: #fff;
  line-height: 100px !important;
  max-height: 100px !important;
  margin: 30px 0 !important;
  padding: 30px 0px !important;
}
select > option:hover {
  background: #4e3180 !important;
}
label.inline-box {
  display: inline;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #049087 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #0060a9;
  box-shadow: #0060A90 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.calendarIcon {
  width: 20px;
  height: 20px;
}

button.xdsoft_today_button {
    display: none !important;
    visibility: hidden !important;
}
