.bsp-form {
  width: 100%
}

.bsp-form label {
  display: block;
  color: #000;
  margin-top: 14px
}

.bsp-form input[type=text],
.bsp-form input[type=email],
.bsp-form input[type=password],
.bsp-form select,
.bsp-form textarea {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
}

.bsp-form input[type=text]:hover,
.bsp-form input[type=email]:hover,
.bsp-form input[type=password]:hover,
.bsp-form select:hover,
.bsp-form textarea:hover {
  border: 1px solid #000
}

.bsp-form input[type=text]:focus,
.bsp-form input[type=email]:focus,
.bsp-form input[type=password]:focus,
.bsp-form select:focus,
.bsp-form textarea:focus {
  border: 1px solid #000
}

.bsp-form textarea {
  outline: 0;
  min-height: 150px
}

.bsp-form textarea:focus {
  outline: 0;
  box-shadow: none
}

.bsp-form input[type=submit] {
  width: 100%;
  display: block;
  background: #000;
  border: 2px solid #000;
  margin-top: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  cursor: pointer;
  padding: 7px;
}

.bsp-form input[type=submit]:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000
}

.bsp-forms-alert-error {
  background: #b71c1c;
  color: #fff;
  text-align: center;
  padding: 10px
}

.bsp-forms-alert-success {
  background: #2e7d32;
  color: #fff;
  text-align: center;
  padding: 10px
}

.g-recaptcha {
  margin-top: 15px;
}

.bsp-form h3 {
  margin-bottom: 20px;
}

.bsp-form-warning {
  background: #fafafa;
  padding: 10px;
  margin-bottom: 20px;
}


/* (START) BSP Forms Anti Spam */
.bspfp, .bsp_form_as_delete, .bsp_form_as_fill, .bsp_form_as_ignore, .bsp_form_as_password {
  visibility: hidden!important;
  width: 0px!important;
  height: 0px!important;
  margin: 0px!important;
  padding: 0px!important;
  position: absolute!important;
}
/* (END) BSP Forms Anti Spam */

/* (START) Area Reservada */
.bsp_session_body {
  width: 100%;
  display: flex;
}
.bsp_login_container, .bsp_passreset_container{
  border-right: 1px solid #EBEBEB;
}
.bsp_login_title {
  font-weight: bold;
  font-size: calc(( 18px - 2px ) + 2 * (100vw - 350px) / (1920 - 350));
  line-height: 1.2;
  margin-bottom: 1rem;
}
.bsp_login_container, .bsp_passreset_container, .bsp_register_container, .bsp_register_message {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 7.5rem 10rem;
}

.bsp_passrestore_container {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 7.5rem 10rem;
}

.bsp_session_form_group {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.bsp_session_form_group label {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.bsp_session_form_group input {
  display: block;
  width: 100%;
  color: #000;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  padding: 10px 15px;
  min-height: 45px;
  height: 45px;
  background: #f5f5f8;
  border-bottom: 0px;
  transition: all 0.7s linear;
}

.bsp_session_form_group input:hover, .bsp_session_form_group input:focus {
  border-bottom: 1px solid black;
  transition: all 0.7s linear;
}

.bsp_session_body input[type="submit"], .bsp_session_show_register {
  color: white;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  padding: 8px 25px;
  border: 1px solid black;
  background: #000;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.3s linear;
  cursor: pointer;
  width: 100%;
}

.bsp_session_body input[type="submit"]:hover, .bsp_session_show_register:hover {
  background: white;
  color: black;
}

.bsp_session_show_passreset, .bsp_session_hide_passreset {
  font-weight: 600;
  text-decoration: underline;
}

.bsp_session_body .hidden {
  display: none!important;
}


@media only screen and (max-width: 767px) {
  .bsp_session_body {
    display: block;
  }
  .bsp_login_container, .bsp_passreset_container, .bsp_register_container, .bsp_register_message {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
  }
  .bsp_login_container, .bsp_passreset_container {
    border-right: none;
    border-bottom: 1px solid #EBEBEB;
  }
}
/* (END) Area Reservada */