#forgat_error
{
    color:#b1c87c !important;
}

.row-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-2 {
  width: -webkit-calc((100% - 60px) / 2);
  width: -moz-calc((100% - 60px) / 2);
  width: calc((100% - 60px) / 2);
}
.entry-content p.login_error {
    margin-bottom: 1em;
}
@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
}


/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-blue {
  background: #2c6ed5;
}

.bg-red {
  background: #fa4251;
}

/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-100 {
  padding-top: 100px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 15px;
}

.p-b-100 {
  padding-bottom: 100px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.custom_registration .wrapper {
  margin: 0 auto;
}

.wrapper--w960 {
  max-width: 600px;
}

.wrapper--w680 {
  max-width: 680px;
}


/* ==========================================================================
   #DATE PICKER
   ========================================================================== */


.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
}

.daterangepicker::after, .daterangepicker::before {
  display: none;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}

.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

/* ==========================================================================
   #FORM
   ========================================================================== */
.custom_registration  input
{
    background-color: #ffffff;
    border-color: #818a91;
    border-radius: 8px 8px 8px 8px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    padding: 16px 30px;
}
.custom_registration label
{
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 3;
}

.custom_registration  .input-group {
  position: relative;
  margin-bottom: 15px;
}
.rememberme input
{
    width: 20px !important;
    line-height: 0em !important;
}
.rememberme label
{
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.custom_registration  .input-icon {
  position: absolute;
  font-size: 18px;
  color: #ccc;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.input--style-2 {
  padding: 9px 0;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.input--style-2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #808080;
}

.input--style-2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808080;
  opacity: 1;
}

.input--style-2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808080;
  opacity: 1;
}

.input--style-2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}

.input--style-2:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080;
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
.select--no-search .select2-search {
  display: none !important;
}

.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 36px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 0;
  color: #808080;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f2f9';
  font-size: 18px;
  color: #ccc;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden;
}

/* ==========================================================================
   #TITLE
   ========================================================================== */

.custom_registration  .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: "marisa bold", Sans-serif;
  font-size: 36px;
  text-align: center;
    color: #ffb951;
}
/*.custom_registration .title*/
/*{*/
/*    background-image: url(https://tryngo-services.com/la-merenda/wp-content/uploads/2020/12/Asset-4-8.png);*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    color: white;*/
/*}*/
.custom_registration .newp
{
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto';
    margin-bottom: 0px !important;
}

/* ==========================================================================
   #CARD
   ========================================================================== */
.custom_registration .card {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*background: #fff;*/
}

.card-2 {
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  display: table;
}

.card-2 .card-body {
  display: table-cell;
  padding: 45px 0px;
  /*padding-bottom: 60px;*/
}

.remeberme
{
    display: contents;
}
.etc-login-form
{
    float: right;
}
.btn--green:hover
{
    background-color: #6EC1E400;
    color: #d25400;
    text-decoration: none;
    border-color: #d25400;

}
.btn--green
{
    font-size: 24px;
    font-family: 'marisa bold';
    border-radius: 25px 25px 25px 25px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    width: 100%;
}

p.register_error {
    color: red;
}
.register_btn {
    color: #d25400;
    border: none !important;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-left: 4px;
}
.register_btn:hover {
    color: #d25400;
    background-color: transparent !important;
    border-color: transparent !important;
}
.yetdiv
{
    display: inline-block !important;
}
.registerdiv
 {
     text-align: center;
     margin-top: 15px;
 }
.registerdiv2
{
    text-align: left;
    margin-top: 15px;
}

.yetdiv span
{
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
}

.forgetpwdiv {
    background: #000000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.98;
    filter: alpha(Opacity 0.98);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.forgetpwdiv .fpwform {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 224px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    top: 210px;
    width: 350px;
    border-radius: 16px;

}
.etc-login-form a {
    outline: medium none;
    float: right;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    color: #3a3a3a;
    display: contents !important;
    text-decoration: underline !important;
}
.etc-login-form a:hover
{
    color: #d25400 !important;
}

a {
    outline: medium none;
}
.pwremovesection #forgetpwemail {
    padding: 13px 10px;
    width: 100%;
    font-family: 'Dosis';
    font-size: 16px;
}
.forgot-sub #emailpwsubmit {
    padding: 12px 23px;
    width: 100%;
    font-family: 'Dosis';
    font-size: 18px;
    font-weight: 600;
}
.pwremovesection .form-head
{
font-family: "marisa bold",Sans-serif;
font-size: 20px;
}
.forgot-sub {
    float: left;
    margin: 25px 0 0;
    text-align: center;
    width: 100%;
}
.cancelfpw {
    float: right;
    height: 12px;
    width: 12px;
}
.closeimg {
    width: 100%;
}
.form-head {
    color: #666666;
    font-family: Superspace_bold;
    font-size: 19px;
    margin: 0 0 17px;
}
.option-social-link fieldset.text-center-new {
    text-align: center;
    border-bottom: 1px solid #999999;
    line-height: 0;
    margin: 10px 5px 20px;
    padding: 0 10px 0px 10px;
}
.ex_watch_loader {
    display: none;
    margin-left: 30px;
}
.login_error
{
    color: red;
    font-size: 15px;
    margin-bottom: 1px;
}

@media (max-width: 767px) {
  .card-2 {
    display: block;
  }
  .card-2 .card-heading {
    width: 100%;
    display: block;
    padding-top: 0px;
    background-position: left center;
  }
  .card-2 .card-body {
    display: block;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
    .custom_registration .newp
    {
        font-size: 16px;
    }
    .custom_registration .title
    {
        font-size: 35px;
    }
    .rememberme label
    {
        font-size: 14px;
    }
    .etc-login-form a
    {
        font-size: 14px;
    }
    .yetdiv span
    {
        font-size: 16px;
    }
    .register_btn
    {
        font-size: 16px;
    }
    .login_error
    {
        text-align: center;
    }

}
