@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html {
  font-size: 100%;
}

body {
  background: url(../images_index/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 10%;
  font-size: 1.1em;
}

.loginSection,
.loginSection .row {
  height: 100%;
  min-height: 100%;
}

html,
body {
  height: 100%;
}

h1 {
  font-size: 2.6rem !important;
}

h1 span {
  font-size: 3.0rem !important;
}

h2 {
  font-size: 2.2em;
}

h3 {}

h4 {}

h5 {}

h6 {}

.whiteBack {
  background: url(../images_index/bulb.png);
  background-repeat: no-repeat;
  background-position: 106% 15px;
  background-size: auto;
  background-color: #fff;
}

.loginBlock {
  padding: 8%;
  min-height: 700px;
}

.loginBlock h2 {
  font-weight: 700;
  color: #9a1c1f;
  text-transform: uppercase;
}

.loginBlock h2 span {
  font-weight: 300 !important;
  color: #595959 !important;
  text-transform: capitalize !important;
  display: block;
  font-size: 0.8em;
}

.loginBlock h2 span.greyText {
  color: #595959 !important;
  display: inline !important;
  font-weight: 700 !important;
  font-size: 1.0em !important;
}

.loginBlock form .form-control {
  border: 0;
  padding: 0 5px;
  font-size: 0.8em;
  color: #000;
}

.loginBlock form .form-control:focus {
  background: #fff;
}

.loginBlock form .form-group {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 15px;
}

.loginBlock form .form-check {
  padding-left: 0;
  margin-bottom: 15px;
  float: left;
}

.loginBlock form label {
  padding: 0 5px;
  margin-bottom: 0;
}

.logo {
   margin: 0 auto;
    display: block;
    /* max-width: 194px; */
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}
.logo img{width: 270px}
.form-check .custom-control-label {
  color: #2c2b2c;
  font-size: 0.8em;
  line-height: 2.2;
}

.form-check .custom-control-label::after,
.form-check .custom-control-label::before {
  height: 20px;
  width: 20px;
}

.form-check .custom-control-label::before {
  background-color: #fff;
  border: 1px solid #bbbbbb;
}

/* When I remove background the icon goes back to that default size */
.custom-control-input:checked~.custom-control-label::before {
  background-color: #9a1c1f !important;
}

.forgotPass {
  float: right;
  font-size: 0.8em;
  line-height: 2.2em;
}

.loginBtn {
  background: #9a1c1f;
  border: 0;
  margin-top: 15px;
}

.loginBtn:hover {
  background: #801416;
  border: 0;
}

.bannerSection {
  padding: 8%;
  min-height: 700px;
}

.bannerArea {
  min-height: 700px;
}

.bannerArea .carousel-item img {
  position: absolute;
  left: -50%;
  min-width: 100%;
}

.bannerArea .carousel-item:before {
  background: rgba(36, 60, 118, 0.7);
  content: '';
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bannerArea .carouselText {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bannerArea .carouselText h1 {
  position: absolute;
  bottom: 130px;
  z-index: 11;
  font-weight: 300;
  left: 5%;
  color: #fff;
}

.bannerArea .carouselText h1 span {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.carousel-inner,
.carousel,
.carousel-item,
.container,
.fill {
  height: 700px;
  min-height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.slide-wrapper {
  display: inline;
}

.slide-wrapper .container {
  padding: 0;
}



/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  width: auto;
  z-index: 10;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carousel-indicators li {
  display: block;
  margin-right: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 3px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.carousel-indicators li.active {
  background: #fff;
}

a.instantPay {
  background: rgba(125, 152, 216, 0.3);
  border-radius: 5px;
  position: absolute;
  z-index: 101;
  bottom: 30px;
  right: 30px;
  border: 1px solid #7d98d8;
  padding: 5px;
  color: #7d98d8;
  padding: 5px 10px;
}

a.instantPay:hover {
  color: #9ab1e8;
  text-decoration: none;
}

.footer {
  width: 100%;
  text-align: center;
  left: 0; 
}

.footer p {
  font-size: 0.7em;
  margin-bottom: 0;
}



.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.selectBox{
  position: relative;
}
.selectBox select{
  position: absolute;
}

.mobileLink{
  display: none;
}

@media only screen and (min-width:1201px) and (max-width:1600px) {
  body {
    padding: 0px 5%;
  }

  h1 {
    font-size: 2.6rem !important;
  }

  h1 span {
    font-size: 3.0rem !important;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {}

  h4 {}

  h5 {}

  h6 {}

  .bannerArea .carousel-item img {
    left: -60%;
  }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
  body {
    padding: 0px 1%;
  }

  h1 {
    font-size: 2.6rem !important;
  }

  h1 span {
    font-size: 3.0rem !important;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {}

  h4 {}

  h5 {}

  h6 {}

  .bannerArea .carousel-item img {
    left: -60%;
  }

}

@media only screen and (min-width:992px) and (max-width:1023px) {
  body {
    padding: 0px 1%;
  }

  h1 {
    font-size: 2.6rem !important;
  }

  h1 span {
    font-size: 3.0rem !important;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {}

  h4 {}

  h5 {}

  h6 {}

}

@media only screen and (min-width:768px) and (max-width:991px) {
  body {
    padding: 0px 1%;
  }

  h1 {
    font-size: 2.6rem !important;
  }

  h1 span {
    font-size: 3.0rem !important;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {}

  h4 {}

  h5 {}

  h6 {}

}

@media only screen and (min-width:560px) and (max-width:767px) {
  body {
    padding: 0px 1%;
  }

  h1 {
    font-size: 2.6rem !important;
  }

  h1 span {
    font-size: 3.0rem !important;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {}

  h4 {}

  h5 {}

  h6 {}

  .bannerSection {
    display: none;
  }

 .mobileLink{
    display: block;
    float: right;
    position: inherit !important;
    margin-top: 15px;
  }
}

@media only screen and (min-width:300px) and (max-width:559px) {
  body {
    padding: 0px 2%;
    font-size: 1.0em;
  }

  h1 {
    font-size: 2.2rem !important;
  }

  h1 span {
    font-size: 2.2rem !important;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {}

  h4 {}

  h5 {}

  h6 {}

  .bannerSection {
    display: none;
  }

  .loginBlock form .form-group{
    padding:8px;
  }
  .loginBlock form .form-control{
    font-size: 0.8rem;
  }

  .loginBlock{
    min-height: auto;
  }

 .mobileLink{
    display: block;
    float: right;
    position: inherit !important;
    margin-top: 15px;
  }

}


@media only screen and (min-width:300px) and (max-width:479px) {
  body {
    padding: 0px 2%;
    font-size: 1.0em;
  }

  h1 {
    font-size: 2.2rem !important;
  }

  h1 span {
    font-size: 2.2rem !important;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {}

  h4 {}

  h5 {}

  h6 {}

  .bannerSection {
    display: none;
  }

  .loginBlock form .form-group{
    padding:8px;
  }
  .loginBlock form .form-control{
    font-size: 0.8rem;
  }

  .loginBlock{
    min-height: auto;
  }

  .mobileLink{
    display: block;
    position: inherit !important;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    width:100%;
  }

  .loginBtn{
    width: 100%;
  }
}
