
.modal_content{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #1b2638;
    background-clip: padding-box;
    /*border: 1px solid rgba(0,0,0,.2);*/
    border-radius: .3rem;
    outline: 0;
    /*background-image: url('../../img/login_register_modal2.jpg');*/
    background-repeat: no-repeat;


}

.modal_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    /*border-bottom: 1px solid #dee2e6;*/
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}


.modal_title2{
    color: #252525;
    font-family: nunito;
    font-weight: 700;
    margin-left:380px;
    
}

.modal_body{
    margin-top:-25px;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    /*border-top: 1px solid #dee2e6;*/
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.dvinputcchmodal {
    display: flex;
    transition: background-color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, border 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, opacity 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    padding: 0px;

  }

  .inputcchmodal {
    width: 100%;
    color: #fff;
    border: none;
    resize: none;
    padding: 15px 12px;
    font-size: 12px;
    font-family: Nunito;
    font-weight: 400;
    line-height: 24px;
    border-width: 0;
    border-radius: 0px;
    letter-spacing: 0px;
    background-color: #FFFFFF00;
  }
 .inputcchmodal::-webkit-input-placeholder  {
 color:#98a7b7;
  }

  .dvselectcchmodal {
    display: flex;
    transition: background-color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, border 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, opacity 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 0px;
    padding: 0px;

  }


  .selectcchmodal{
    width: 100%;
    color: #fff;
    border: none;
    resize: none;
    padding: 0px 7px;
    font-size: 12px;
    font-family: Nunito;
    font-weight: 400;
    line-height: 24px;
    border-width: 0;
    border-radius: 0px;
    letter-spacing: 0px;
    background-color: #FFFFFF00;
  }
    .selectcchmodal::-webkit-input-placeholder{
 color:#98a7b7;
  }

  .col_inputscchmodal{
    padding-right: 1px;
    padding-left: 15px;
  }


  .btncchmodal {
    font-family: nunito;
    border-radius: 0px;
    border-color: #fff;
    color: #000;
    font-weight:700;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    font-size: 14px;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-width: 1px;
    border-style: solid;
    outline: none;
    transition: box-shadow 375ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 0px;
    text-decoration: none;
    background: #fff; 
  }

  /*.btncchmodal:hover {
    background: #fff;
    color: #6216fe;
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 14px 36px -10px;
  }*/

  .btncchmodal:active {
    background: #6216fe;
    color: #fff;
    border-color: #6216fe;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 14px 36px -10px;

  }

  .btncchmodal:focus {
    outline: 0;
  }

  .link_ingresar_modal{
      font-family: Gilroy;
      text-decoration: none!important;
      color: #6216fe;
      margin-left:8px;
      margin-top:1px;
  }

  .link_ingresar_modal:hover{
    color: #6216fe;
}

  .footer_modal{
    margin-top: 13px;
    color: #b9b9c3;
    display: flex;
  }

  .col_spancchmodal{
      text-align: center;
      margin-top: 120px;
  }

  .span_title{
    font-family: Gilroy;
    color: #fff;
    font-weight: 700;
    margin-top: 10%!important;
  }

  .span_content{    
    font-family: Nunito;
    color: #fff;
    max-width:300px;
	margin:auto;
    text-align: center
  }