/* line 4, app/assets/stylesheets/register.scss */
#register-panel {
  margin-top: 25px;
}

/* line 8, app/assets/stylesheets/register.scss */
html, body {
  min-height: 100vh;
  background-color: #efefef;
}

/* line 10, app/assets/stylesheets/register.scss */
#register-container {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 15, app/assets/stylesheets/register.scss */
#register-container h1 {
  text-align: center;
}

/* line 17, app/assets/stylesheets/register.scss */
#register-container h1 img {
  diplay: inline-block;
  width: 65%;
}

/* line 21, app/assets/stylesheets/register.scss */
#choose-site-list {
  margin: -15px;
}

/* line 25, app/assets/stylesheets/register.scss */
.birth-date-wrapp {
  padding: 3px;
}

/* line 28, app/assets/stylesheets/register.scss */
.mandatory {
  color: red;
  font-weight: bold;
}

/* line 33, app/assets/stylesheets/register.scss */
.form-label label, .checkbox label {
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/register.scss */
.form-item label {
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/register.scss */
.middle-wrapp {
  padding: 20px;
  margin: 0px;
  background-color: #fff;
}

/* line 42, app/assets/stylesheets/register.scss */
.middle-wrapp {
  min-height: 237px;
}

/* line 45, app/assets/stylesheets/register.scss */
.left-panel, .right-panel {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  height: 540px;
}

/* line 52, app/assets/stylesheets/register.scss */
.col-xs-12.middle-wrapp {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px !important;
}

/* line 57, app/assets/stylesheets/register.scss */
.left-panel {
  background: url(https://qa1.operoo.com/assets/caremonkey-background.png) -50px 0px #fff no-repeat;
}

/* line 60, app/assets/stylesheets/register.scss */
.right-panel {
  background: url(https://qa1.operoo.com/assets/caremonkey-background.png) -465px 0px #fff no-repeat;
}

/* line 63, app/assets/stylesheets/register.scss */
.jumbotron {
  padding: 60px 10px 10px 10px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #F0F0F0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 73, app/assets/stylesheets/register.scss */
.email-change-alert {
  font-size: 13px;
  color: #3a87ad;
  padding: 0px;
  margin-top: -5px;
}

/* line 79, app/assets/stylesheets/register.scss */
.logo-wrapp {
  margin: 10px 0px;
}

/* line 82, app/assets/stylesheets/register.scss */
.form-item.first-item {
  margin-top: 20px;
}

/* line 86, app/assets/stylesheets/register.scss */
#register-header {
  width: 89%;
  margin: 0px auto;
}

/* line 90, app/assets/stylesheets/register.scss */
.send-options {
  padding: 5px;
  text-align: center;
  margin: 10px 5px;
  border: 1px solid #eee;
}

/* line 97, app/assets/stylesheets/register.scss */
.flag {
  border: 1px solid #aaa;
  height: 16px;
  width: 23px;
  background: #000;
}

/* line 103, app/assets/stylesheets/register.scss */
.flag-url {
  padding: 4px;
}

/* line 106, app/assets/stylesheets/register.scss */
.active {
  background: #eee;
  display: inline-block;
  margin-top: 1px;
  padding-top: 0px;
  border: 1px solid #999;
}

/* line 113, app/assets/stylesheets/register.scss */
.hidden-xs, .hidden-sm {
  display: inline;
}

/* line 117, app/assets/stylesheets/register.scss */
.login-group-logo {
  text-align: center;
}

/*css for mobile phone(iphones) */
@media (max-width: 420px) {
  /* line 123, app/assets/stylesheets/register.scss */
  .jumbotron {
    padding: 60px 10px 10px 10px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  /* line 128, app/assets/stylesheets/register.scss */
  .left-panel.col-md-4, .right-panel.col-md-3 {
    display: none;
  }
  /* line 131, app/assets/stylesheets/register.scss */
  .logo-wrapp {
    margin: 7px 0px 3px 0px;
  }
  /* line 134, app/assets/stylesheets/register.scss */
  .col-sm-6.middle-wrapp {
    padding: 3px;
    min-height: 200px;
  }
  /* line 138, app/assets/stylesheets/register.scss */
  form {
    margin: 0px;
  }
  /* line 141, app/assets/stylesheets/register.scss */
  .form-item.first-item {
    margin-top: 10px;
  }
  /* line 144, app/assets/stylesheets/register.scss */
  .sign_in_link {
    /*font-weight:bold;*/
  }
  /* line 147, app/assets/stylesheets/register.scss */
  .hidden-xs {
    display: none;
  }
  /* line 151, app/assets/stylesheets/register.scss */
  .middle-wrapp > .btn.btn-block.btn-info.btn-lg {
    font-size: 14px;
  }
}

/* line 156, app/assets/stylesheets/register.scss */
.form-group.has-error {
  margin-bottom: 0px;
}

/* choose site buttons styling */
/* line 161, app/assets/stylesheets/register.scss */
.choose-site {
  color: #333;
  background-color: #f5f5f5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
