.ftco-section {
    padding: 2em 0;
}
.contact-wrap {
   /* background: #7f279c;
    background: -moz-linear-gradient(135deg, #58a406 0%, #6ed301 100%, #58a406 0%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #7f279c), color-stop(100%, #2e279d));
    background: -webkit-linear-gradient(135deg, #58a406 0%, #6ed301 100%, #58a406 0%);
    background: -o-linear-gradient(135deg, #58a406 0%, #6ed301 100%, #58a406 0%);
    background: -ms-linear-gradient(135deg, #58a406 0%, #6ed301 100%, #58a406 0%);
    background: -webkit-linear-gradient(135deg, #58a406 0%, #6ed301 100%, #58a406 0%);
    background: -o-linear-gradient(135deg, #58a406 0%, #6ed301 100%, #58a406 0%);
    background: linear-gradient(135deg, #58a406 0%, #6ed301 100%, #58a406 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f279c', endColorstr='#2e279d', GradientType=1 );
    */
    height: 100%;
    background: #fff;
    border-radius: 15px 0 0 15px;
    padding: 25px;
}
.log-inr
{
    background-image: url('https://www.contab.fr/public/assets/images/login.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    border-radius: 0 15px 15px 0;
}
.contact-wrap h3 {
    /*color: #fff;*/
}
.wrap-con
{
    border-radius: 25px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.form-group {
    margin-bottom: 1rem;
}
#contactForm .form-control {
    font-size: 16px;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}
.form-control {
    height: 52px;
    /*background: transparent !important;*/
    /*color: rgba(255, 255, 255, 0.8) !important;*/
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-con
{
    background: #101011 !important;
    color: #fff !important;
    padding: 10px 20px;
    width: 100%;
    margin-top: 25px;
        height: auto;
}
textarea.form-control
{
    height: auto !important;
}
.btn.btn-primary {
    background: #d62196 !important;
    border-color: #d62196 !important;
    color: #fff;
}
.info-wrap h3 {
    color: #000;
    position: relative;
}
.info-wrap h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #d62196;
    content: '';
}
.wrapper {
    width: 100%;
    -webkit-box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
    -moz-box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
    box-shadow: 13px 0px 53px 6px rgb(0 0 0 / 18%);
}
.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(158 253 56);
    color: #9efd38;
    font-size: 25px;
    box-shadow: 1px 1px 5px;
}
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #9efd38 !important;
}
.info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px;
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.info-wrap .dbox p span {
    font-weight: 400;
    color: #000;
}
/*-----------------------*/
/*.user-box {
   margin-bottom:25px;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #000;
  text-align: center;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
    display: block;
    width: 100% !important;
    height: 55px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400; 
    border-image: initial;
    padding: 10px  0;
    background: transparent !important;
    border-bottom: 1px solid #000 !important;
    border: none;
    border-radius: 0;
    color: #000; 
    box-shadow: none;
}
.login-box .user-box textarea
{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 0 ;
    
    border-image: initial;
    padding: 10px 0;
    background: transparent !important;
    border-bottom: 1px solid #000 !important;
    border: none ; 
    color: #000; 
}
.custm-s
{
    
}
.login-box .user-box label {
  position: absolute;
  top: 1px;
  /*left: 20px;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  pointer-events: none;
  transition: .5s;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login-box .user-box input:focus, .login-box .user-box textarea:focus 
{
    outline: 0;
}
.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -15px;
  left: 15px;
  color: #03e9f4;
  font-size: 14px;
  background:transparent;
  padding:3px 10px;
  color:#000;
  border-radius:20px;
  padding:5px 15px;
  font-weight: 600;
}
.login-box .user-box textarea:focus ~ label {
  top: -15px;
  left: 15px;
  color: #03e9f4;
  font-size: 14px;
  background:transparent;
  padding:3px 10px;
  color:#000;
  border-radius:20px;
  padding:5px 15px;
  font-weight: 600;
}

.login-box form a {
  0 0 100px #03e9f4;
}
 
.login-box a span {
  position: absolute;
  display: block;
}*/
/*-----------------*/
.c-hed p 
{
     font-size: 19px !important;
}
/*-------------register page file upload----------*/
 .uplabel {
        cursor: pointer;
        background-color: lightblue;
       padding: 7px 20px;
    position: absolute;
    z-index: 2;
    height: 38px;
    margin-top: 0;
    border-radius: 5px 0 0 5px;
      }
      #upload {
       
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
        padding-left: 30px;
      }
/*------------------------*/
.mr-12
{
        margin-right: 12px;
}
.con-form
{
    background: #dbebd8;
    height: 100%;
    border-radius: 0 25px 25px 0;
}
.con-l
{
    background: #fff;
    border-radius: 25px 0 0 25px;
}

/*--------------*/
 .retour {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}

.pass-vali {
    font-size: 13px;
    color: #777;
    float: right;
}


/****** file upload ******/
.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif; 
    display: block;
    width: 100%;
     
    font-size: 14px;
    font-weight: 400; 
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.file-upload .file-select {
    display: block;
    /*border: 2px solid #dce4ec;*/
     
    border-radius: 0.25rem;
    color: #495057;
    cursor: pointer;
     
    line-height: 35px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 35px;
}

.file-upload .file-select .file-select-name {
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 35px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 35px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
}

/*-------end file upload-------*/
.button-wrap {
    /* background: #fee5c8; */
    background: #DBEBD8;
    color: #2c3037;
    padding: 12px 20px;
    border-radius: 8px;
    border: 0;
    /* box-shadow: 0 8px 12px -1px #000; */
    font-weight: 600!important;
    letter-spacing: 1px;
    /* border: 1px solid #333; */
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto !important;
}
a {
    color: #2c3037 !important;
}
.button-wrap:hover
{
    transition:0.6s;
    border:0px solid #fff;
    /*background: linear-gradient(45deg, #000, #555, #000);*/
    background: #2c3037;
    opacity:0.7;
    color:#fff;
}
.sky-clr
{
    color: #2196f3 !important;
}
@media(max-width:768px)
{
    .contact-wrap
    {
        border-radius: 15px !important;
    }
    .mob-p15
    {
        padding:0 15px !important;
    }
    .wrapper
    {
        box-shadow: none;
    }
}
