/*@import '~antd/dist/antd.css';*/
/*Common CSS*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  color: #fff;
  font-family: "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", sans-serif;
}

h1 {
  font-size: 32px;
  font-weight: 400;
}

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/*li {*/
/*  list-style: none;*/
/*}*/

label {
  font-size: 20px;
}

a {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: none !important;
  color: #5d0a54;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* Common classes */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pull-right {
  float: right;
}
/* Common clasess End */

/* Form CSS */
.form-group {
  margin-bottom: 20px;
}
.form-control {
  width: 100%;
  display: block;
  padding: 12px 0px;
  margin-bottom: 8px;
  color: #fff;
  border-bottom: 2px solid #fff;
  border-width: 0 0 2px 0;
  background-color: transparent;
  font-size: 20px;
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #fff;
}
/*Darshan*/
.btnd {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #550558;
  background-color: #84337b;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btnd-primary {
  color: #550558;
  background-color: #84337b;
  min-width: 150px;
}
/*Darshan*/
.btn {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn-primary {
  color: #000000;
  background-color: #fff;
  min-width: 150px;
}
.btn-primary:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn-secondary {
  color: #ffffff;
  background-color: #851679;
  min-width: 150px;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.btn-paypal {
  font-weight: bold;
  border-radius: 5px;
  border-color: #feba08;
  display: block;
  width: 100%;
  background: #fee699; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #fee699 1%,
    #febc0d 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #fee699 1%,
    #febc0d 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #fee699 1%,
    #febc0d 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee699', endColorstr='#febc0d',GradientType=0 ); /* IE6-9 */
}
.btn-group .btn:not(:last-child) {
  margin-right: 15px;
}
/* Form CSS End */

/* Spacing CSS */
.my-30 {
  margin: 30px 0;
}
.mt-30 {
  margin-top: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
/* Spacing CSS End */

/* Wrapper CSS */
.container {
  width: 100%;
  max-width: 475px;
  padding: 0 15px;
  margin: auto;
  display: table;
  height: 100vh;
}
.container-secondary {
  width: 100%;
  max-width: 765px;
  padding: 0 15px;
  margin: auto;
  display: table;
  height: 100vh;
}
.row {
  display: table-cell;
  vertical-align: middle;
}
.col-12 {
  width: 100%;
  position: relative;
}
/* Wrapper CSS End */

/* Content CSS */
.logo {
  margin-bottom: 20px;
}
form p a {
  font-size: 14px;
}
.back-link {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error {
  color: yellow;
  padding: 8px 0;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Signup-1 CSS */
ul.list li {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: justify;
}
ul.list li:before {
  content: "\25a0";
  font-size: 34px;
  color: #ffffff;
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: 15px;
}
/* Signup-1 CSS */

/* Paypal Page2 CSS */
.main-white-box {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 5px;
  color: #000;
}
.main-white-box .rules a {
  color: #000000;
  font-size: 16px;
}
ul.rules {
  margin-bottom: 30px;
}
ul.rules li {
  list-style: disc;
  margin-bottom: 10px;
}
/* Paypal Page2 CSS End */

/* landing-page CSS */
.landing-page {
  background-image: url(../../src/images/landing-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-page .main-white-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.overlay-logo {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.overlay-logo img {
  background: unset !important;
}
/* landing-page CSS End */

/* Content CSS End */

/* Responsive CSS */
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  label,
  .btn {
    font-size: 18px;
  }
  a {
    font-size: 14px;
  }
  .btn-group .btn {
    margin: 10px;
  }
}
/* Responsive CSS End */

/* TextField Placeholder CSS */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 0.6;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 0.6;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  opacity: 0.6;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 0.6;
}
/* Error Message Transition */
@keyframes slide-from-bottom {
  0% {
    margin-top: -80px;
  }
  100% {
    margin-top: 0;
  }
}
.cropper-modal {
  background-color: white !important;
}
