/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

#header .logo img {
  max-height: 90px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: left;

}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 span {
  color: #142e83;
  font-size: 26px;
  display: block;
  margin: 10px 0px 20px 0px;
  color: #142e83;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


.contact .php-email-form .form-group {
  margin-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b8af2;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 0px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.subtitle-text {
  font-weight: 600;
}

.login-btn {
  background: #142e83;
  border: 0;
  padding: 8px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  text-decoration: none;
  margin: 0px 5px;
}

.login-btn:hover {
  color: #fff
}


.signup-radio input {
  margin-right: 10px;
}

.container-radio {
  margin-right: 15px;
  line-height: 38px;
}

.subtitle-text {
  font-weight: 600;
  padding-left: 0;
  background: #f0f0f0;
  padding: 10px;
}

.w-40 {
  width: 40%
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark::after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #142e83;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.forgot-remember .remember-lbl {
  float: left;
  margin: 0px;
  color: #2d2c2c
}

.forgot-pass {
  float: right;
  color: #2d2c2c;
  font-size: 14px;
}

.forgot-pass a {
  color: #2d2c2c;
}

.membership-part {
  background: #142e83;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.membership-part a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0px 5px;
}


.signup-bg {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  background-image: url(../images/login-background2.jpg);
  position: relative;
  overflow: hidden;
}

.signup-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 150px rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.topbar {
  /* background: #f0f0f0; */
  text-align: right;
  color: #999;
  line-height: normal;
  font-size: 14px;
  padding: 5px 0px;
}

.topbar a {
  font-size: 14px;
  padding: 0px 10px;
  text-decoration: none;
  color: #666;
  line-height: normal;
}

.topbar a:hover,
.topbar a.select {
  color: #142e83;
}