.uppercase {
    text-transform: uppercase;
}
.login .content {
    width: 358px;
    margin: 40px auto 40px auto;
    max-width: 100%;
}

.form-control, input {
    border: 1px solid #E5DBDB;
    border-radius: 0;
    font-size: 14px;
    font-family: 'MontserratoRegular';
    padding: 21px 9px;
    margin-bottom: 20px;

    border-radius: 30px;
    padding-left: 20px;
}
select {
    border-radius: 30px;
    padding-left: 20px;
}
textarea.form-control, textarea {
    border-radius: 30px;
}

.login .form-control, .login input {
    margin-top: 20px;
    margin-bottom: 0px;
}
.form-control:focus {
    border-color: #53BCDD;
    outline: 0;
}

.social-icon-color:hover {
    border-color: #53BCDD;
    outline: 0;
}
.social-icon-color_new:hover {
    opacity: 0.8;
}

.form-group {
    position: relative;
}
.show_hide_container {
    padding: 5px;
    position: absolute;
    top: 11px;
    right: 5px;
    cursor: pointer;
}
.show_hide {
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('svg/show_hide/show.svg');
}
.show_hide.show {
    background-image: url('svg/show_hide/hide.svg');
}

.register {
    font-family: MontserratoRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height, or 190% */

    text-align: center;


    margin-top: 30px;
    display: block;
}
.register a {

    text-decoration-line: underline;
    color: #1E5979 !important;
}

.social-icon-color {
    border: 1px solid #ccc;
    padding: 15px 10px;
    width: 100%;
    display: block;
    margin: 20px 0px;
    text-align: center;
    /* font-family: 'MontserratoExtraLight'; */
    font-family: 'MontserratoRegular';
}
b {
    font-family: 'MontserratoBold';
}
.social-icon-color .img-responsive{
    float: left;
}
.btn-block {
    border: 2px solid #53BCDD;
    background-color: transparent;
    margin-bottom: 5px;
    border-radius: 30px;

    font-family: MontserratoBold;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    color: #1E5979;
}
.btn-block:hover {
    opacity: 0.7;
    color: #1E5979;
}
.forget-password {
    font-family: 'MontserratoExtraLight';
    text-decoration: underline;
    color: #F24464 !important;
    font-size: 13px;
}
label {
    font-family: 'MontserratoLight';
    font-size: 13px;
}

.form-title {
    text-align: center;
    display: block;
    font-size: 24px;
    font-family: MontserratoSemiBold;
    margin-bottom: 30px;
    color: #1E5979;
}
.invalid-feedback {
    color: #F24464;
    font-size: 11px;
    margin-bottom: 4px;
    display: block;
    font-size: 12px;
    font-family: 'MontserratoExtraLight';
    padding: 2px 0px;
}

@media (max-width: 768px) {
    .btn-block {
        font-size: 10px;
    }
}

.form-control, input {
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.gift_checkbox {
    position: absolute;
    left: -999em;
}.gift_checkbox + span {
     position: relative;
     overflow: hidden;
     cursor: pointer;
     line-height: 18px;
 }.gift_checkbox + span::before {
      content: "";
      display: inline-block;
      vertical-align: -36%;
      height: 22px;
      width: 22px;
      background-color: white;
      border: 1px solid #53BCDD;
      border-radius: 4px;
      box-shadow: none;
      margin-right: 0.5em;
  }.gift_checkbox:checked + span::after {
       content: '';
       position: absolute;
       width: 14px;
       height: 6px;
       background: rgba(0, 0, 0, 0);
       top: 3px;
       left: 4px;
       border: 2px solid #1E5979;
       border-top: none;
       border-right: none;
       -webkit-transform: rotate(
               -45deg
       );
       -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       transform: rotate(
               -45deg
       );
   }

   .login_label {
       color: #3A3838;
       font-size: 12px;
       font-weight: lighter;
   }

  .is-invalid {
      border-color: #F24464;
  }

.is-invalid:focus {
    border-color: #F24464;
    outline: none !important;
    box-shadow: none;
}
.validate-rule {
    color: #3A3838;
    font-size: 12px;
    font-family: 'MontserratoExtraLight';
    margin-top: -10px;
    padding: 0px 2px;
    opacity: 0.8;
}

.validate-rule.invalid-feedback {
    margin-top: 4px;
    color: #F24464;
}
.terms-to-register {
    font-size: 10px;
    font-family: 'MontserratoLight';
    text-align: center;
    margin-top: 26px;
    margin-bottom: 18px;
    line-height: 17px;
}
.terms-to-register a {
   color: #1E5979;
    text-decoration: underline;
}
.login-modal {
    margin: 30px auto !important;
    background-color: #fff;
    overflow: scroll;
    max-height: 100vh;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.login-modal::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.login-modal .close {
    padding: 5px 10px;
    margin: 0px 10px;
    font-size: 3em;
    font-weight: lighter;
    color: #1E5979;
    font-family: 'MontserratoExtraLight';
    float: left;
}


