body{
    font-family: 'Roboto', sans-serif;
}
.container{
    max-width: 1170px;
    width:100%;
}
  .products_div {
    width: 100%;
    padding-top: 30px;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    margin: auto;
  }

  .modal-open .modal {
    overflow-x: inherit !important;
    overflow-y: inherit !important;
  }

  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 600px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 12px;
    outline: 0;
  }

  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 10px;
    border-bottom: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #fff;
    border-bottom: 1px solid rgb(112 112 112 / 75%);
  }

  .header_heading {
    color: #000000;
    font-size: 20px;
    padding-left: 11px;
    font-weight: 700;
  }

  .close {
    float: right;
    font-size: 23px;
    font-weight: 100;
    line-height: 1;
    color: #707070;
    text-shadow: none !important;
    opacity: 1.0;
    font-weight: 600;
  }
.model_scroll_div_info {
    width: 100%;
    overflow-y: hidden;
    max-height: 370px;
    overflow-x: hidden;
    background: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.signup-modal-footer_info {
    padding: 5px;
    display: flex;
    margin-top: 10px;
}
  .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):hover {
    opacity: 1.0;
    color: #707070;
  }

  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
  }


div#staticLoginsection img {
    height: 100%;
    width: 100%;
}


  .modal_contends_div {
    width: 100%;
  }

  .modal_box_first {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0px 20px 12px;
  }

  .modal_box_first_11 {
    width: 20%;
  }

  .them_color {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding-top: 30px;
  }

  .box__green_modal {
    width: 85%;
    background-color: #0bba45;
    border-radius: 5px;
    padding: 35px;
    margin-top: 15px;
  }

  .gray {
    width: 85%;
    background-color: #e8e8e8;
    border-radius: 5px;
    padding: 35px;
    margin-top: 15px;
  }
.modalpopup-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: none;
    /*border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);*/
    background: white;
    /*border-radius: 0px 0px 20px 20px;*/
}

  .save_btns {
    background-color: #0066cb;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 40px;
  }

  .save_btns:hover {
    color: #ffff;
    text-decoration: none;
  }

.form-control_popup {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.375rem 0.75rem !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #000000 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #a4a9af !important;
    border-radius: 10px;
    margin-bottom: 25px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.model_scroll_div {
    width: 100%;
    overflow-y: hidden;
    max-height: 370px;
    overflow-x: hidden;
    background: white;
}

  .events_popup_body{
      width: 100%;
      padding: 20px 20px 0px 20px;
  }

  .cordinator_h1{
      font-size: 18px;
      font-weight: 600;
  }

  .form-control {
    border: 1px solid rgb(112 112 112 / 59%);
    padding: 0.375rem .75rem;
  }

  label {
    font-size: 12px;
    font-weight: 500;
    color: #707070;
  }
  .start_color{
    color: #ff9d11;
    font-size: 17px;
    font-weight: 500;
  }

  .padding_right{
      padding-right: 0px; 
  }


  #inputState{
      color: #777777;
  }


  .form-group {
    margin-bottom: 0px;
}


.password_div{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.forgot_text{
    font-size: 13px;
    color: #000000!important;
    padding: 13px 0px 0px 0px;
    text-decoration: underline;
    font-weight: 600;
}

.forgot_text:hover{
    font-size: 13px;
    color: #000000!important;
    text-decoration: underline;
    font-weight: 600;
}
.signup-modal-footer {
    background: red;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    justify-content: flex-end;
    padding: 5px;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footr_phr {
    text-align: center;
    color: #fff;
    text-decoration: underline;
    margin: auto;
    font-weight: 500;
    font-size: 15px;
}
a.footr_phr {
    color: #fff;
}
.span_text {
    margin-right: 5px;
}
    @media screen and (max-width:1170px){
        .container{
            padding:0px 15px;
        }
        
    }


    @media screen and (max-width:750px){
        .padding_right {
            padding-right:15px !important;
    }
}
    @media screen and (max-width:767px){
        .modal-content {
            width: 100%;
    }
  
}

@media screen and (max-width: 767px) {

    .model_scroll_div {
        max-height: 220px;
        overflow-y: scroll;
    }
}


