input {
  width: 100%; 
  border-color: black;
  outline: none;  
  color: #080808;
}

.input-file{
  width: 50% !important;
 
}
.fil-img{
  width: 300px;
}

@media only screen and (max-width: 600px){
	/*Big smartphones [426px -> 600px]*/

  .input-file{
    width: 100% !important;
  }
}
@media only screen and (max-width: 425px){
	/*Small smartphones [325px -> 425px]*/
  .strt-ap{
    font-size: 28px !important;
  }
  .input-file{
    width: 40% !important;
  }
}
@media only screen and (max-width: 305px){
  .fil-img{
    width: 200px;
  }
  
}
.img-fil:hover{
  opacity: 0.7 !important;
  
}

input::-webkit-input-placeholder {/* Chrome/Opera/Safari/Edge */
	
  font-size: small !important;
  font-weight:400;
}
 

.inp-nme {
  background-image: url('images/Vector\ \(5\).svg');
  background-position: 98% 48%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  
}
.strt-ap{
  font-size: 50px;
}
.lbl{
  border-color: #7257E8;  
  border-width: 2px 2px 2px 2px; 
}
input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #234685;
  padding: 10px 20px;
  border-radius: 10px ;
  color: #fff;
  transition: background .2s ease-in-out;
 
}

input[type=file]::file-selector-button:hover {
  background: white;
}

.btn:hover{
  opacity: 0.8;
}

.custom-file-upload {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  width: 60%;
  color: #fff;
  background-color:transparent;
  border-radius: 5px;
  
}

.custom-file-upload img {
  margin-right: 10px;
}

#file-input {
  display: none;
}

/* Image */
.align-items-center .mt-5 img{
  display:inline-block;
  width:295px;
  transform:translatex(-20px) translatey(-17px);
 }
 
 @media (max-width:600px){
 
  /* Image */
  .align-items-center .mt-5 img{
   transform:translatex(-20px) translatey(-4px);
  }
  
 }
  
 .inp-grp{
  /* background: #8659F1;  */
  color: white;
 }
.inp-email {
  background-image: url('images/bx-mail-send\ \(1\)\ 1.svg');
  background-position: 98% 48% !important;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  border-color: #7257E8;  
    border-width: 2px 2px 2px 2px;
}

.inp-mnum {
  background-image: url('images/bx-phone-call\ 1.svg');
  background-position: 98% 48% !important;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  border-color: #7257E8;    border-width: 2px 2px 2px 2px;
}

.inp-skls {
  background-image: url('images/Vector\ \(4\).svg');
  background-position: 98% 48% !important;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  border-color: #7257E8;  
  border-width: 2px 2px 2px 2px; 
}

.inp-expenc {
  /* background-image: url('images/bx-time-five\ \(1\)\ 1.svg'); */
  background-position: 98% 10% !important;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  border-color: #7257E8;  
  border-width: 2px 2px 2px 2px; 
}
 

  

/* .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  
}

.custom-file-upload:hover {
  background-color: #f7f7f7;
}

input[type="file"] {
  display: none;
}
 */

.lbl-inpt {
  color: #212121;
  font-weight: 400; 
}
.lbl-inpt:hover {
   color: #234685;
 
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Image */
.mt- .custom-file-upload img{
  display:inline-block;
  transform:translatex(-20px) translatey(-17px);
  margin-right:0px;
 }
 
 /* Image */
 form .container .align-items-center .col-md-6 .mt- .custom-file-upload img{
  width:100% !important;
 }
 
 .ui-widget-header {
  border: 1px solid #dddddd;
  background: #234685 !important;
  color: white !important;
  font-weight: bold;
} 



/* Image */
.mt-md-5 img{
  display:inline-block;
  transform:translatex(-17px) translatey(47px);
 }
 
 @media (max-width:425px){
 
  /* Image */
  .mt-md-5 img{
   transform:translatex(-4px) translatey(0px);
  }
  
  /* Strt */
  form .strt-ap{
   transform:translatex(0px) translatey(17px);
  }
  
  /* Image */
  .text-md-start a img{
   display:inline-block;
   transform:translatex(8px) translatey(0px);
   height:41px;
  }
  
  /* Image */
  .mt- .text-start img{
   transform:translatex(-19px) translatey(-12px);
   width:195px;
  }
  
 }
 
.foot{
  color: #625989;
}
/* .foot:hover{*/
/*color: #625989;*/
/* }*/
  
  

  
