@charset "utf-8";

/* CSS Document */
body {
  background-color: #fff;
}

.simple_sidebar_form {
  display: block;
  width: 100%;
  border-radius: 15px;
  float: left;
  margin-top: 10px;
  background: #fff;
}

.simple_sidebar_form .form_header {
  text-align: center;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
}

.form_header h4 {
  color: #677486;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 26px;
}

.form_header h6 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 16px;
  margin-top: 10px;
}

.simple_sidebar_form form {
  padding: 15px 15px 15px 15px;
  background: #fff;
  float: left;
  width: 100%;
  border-radius: 15px;
}

.form_steps {
  float: left;
  width: 100%;
  text-align: center;
}

.half_left {
  width: 47%;
  display: block;
  float: left;
}

.half_right {
  width: 47%;
  float: right;
  display: block;
}

.full-width {
  float: left;
  width: 100%;
}

.simple_sidebar_form form input[type='text'] {
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 45px;
  padding: 10px;
  margin-bottom: 15px;
}

.simple_sidebar_form form input[type='email'] {
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 45px;
  padding: 10px;
  margin-bottom: 15px;
}

.simple_sidebar_form form input[type='password'] {
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 45px;
  padding: 10px;
  margin-bottom: 15px;
}

.simple_sidebar_form form select {
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 45px;
  padding: 10px;
  margin-bottom: 15px;
}

.checkbox_div {
  float: left;
  width: 40px;
  height: 40px;
}

.simple_sidebar_form form span {
  float: left;
  width: 75%;
  line-height: 18px;
}

.started_btn {
  background: #e95568;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  display: block;
  width: 220px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
}

.type-check {
  opacity: 0;
  position: absolute;
}

.type-check, .type-check-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    float: left;
}
.type-check+.type-check-custom-label::before {
    content: '';
    background: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-right: 15px;
    float:left;
    text-align: center;
    margin-left: 1px;
    margin-top: 5px;
}
.type-check:checked+.type-check-custom-label:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 15px;
    border: solid blue;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 0px;
    margin: 0px 25px 5px 5px;
    float: left;
    margin-left: 1px;
    margin-top: 5px;
}

.checkbox-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  float: left;
}

.checkbox-custom+.checkbox-custom-label::before {
  content: '';
  background: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 20px;
  float: left;
  text-align: center;
  margin-left: 13px;
  margin-top: 6px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  border: solid blue;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-radius: 0px;
  margin: 0px 25px 5px 5px;
  float: left;
  margin-left: 18px;
  margin-top: 6px;
}

.left_banner {
  background: url(../../assets/img/blue_bg.jpg) no-repeat;
  background-size: cover;
  width: 40%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  padding: 150px 80px;
  color: #fff;
  line-height: 20px;
}

.left_banner p {
  margin-top: 40px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  color: #3c5988;
  font-size: 22px;
  line-height: 1.5;
}

.account_sign_in {
  float: right;
  position: relative;
  right: 0;
  width: 100%;
  text-align: right;
}

.account_sign_in a {
  color: #e95468
}

.checkbox-container {
  float: left;
  position: relative;
}
.type {
  float: left;
  position: relative;
}
@media(max-width:768px) {
  .simple_sidebar_form {
    margin: 0;
    border-radius: 15px;
    float: left;
    margin-top: 30px;
  }

  .account_sign_in {
    float: right;
    position: relative;
    right: 20px;
    width: 100%;
    text-align: right;
  }

  .left_banner {
    background: url(../../assets/img/blue_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 515px;
    position: absolute;
    left: 0;
    top: 850px;
    text-align: center;
    padding: 80px 30px;
    color: #fff;
    line-height: 20px;
  }

  .inside_logo img {
    width: 90px;
  }
}
