
.bgdark{

    padding: 0px !important;
}
.register{
    background-color: #F5EFFF;
    margin-top: 3%;
    padding: 3%;
    position: relative;
 }
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    /* background: #f8f9fa; */
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
/*
.register::before {
    content: '';
    background-image: url(/career/uploads/top.png);
    height: 265px;
    width: 325px;
    /* padding: 33px; */
    /* position: absolute;
    left: 0px;
    top:0px;
    background-repeat: no-repeat;
} */

textarea#introduction::placeholder{
    color: #003E64 !important;
}
input::placeholder {
    color: #003E64 !important;
}
textarea::placeholder {
    color: #003E64 !important;
}
.register::after {
    content: '';
    background-image: url(/career/uploads/bottom.png);
    height: 138px;
    width:176px;
    /* padding: 33px; */
    position: absolute;
    right: 0px;
    bottom:0px;
    background-repeat: no-repeat;
}
*/
.register-left img{
    margin-top: 15%;
    width: 100%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    margin-top: 5%;
}
.btnRegister{
    margin-top: 3%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #7335CE;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    color: #7335CE;
}
.form-control {
    border: 1px solid #7335CE;
}
input::placeholder {
    color: #7335CE !important;
}
textarea::placeholder {
    color: #7335CE !important;
}

.custom-file-input-wrapper {
    position: relative;
    display: inline-block;
    padding: 19px;
    width: 100%;
    margin: 0px;
}

.custom-file-input {
  position: absolute;
  top: 10px;
  right: 0;
  left: 10px;
  bottom: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 13px;
  z-index: 9;
}

.custom-file-label {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
    color: black;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-sizing: border-box;
    cursor: pointer;
}

.custom-file-label::after {
    content: attr(data-placeholder);
    color: black; /* Ensure placeholder text color is black */
}

.custom-file-input:focus + .custom-file-label {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.file-upload-suggestion {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}
/* new css sk */
.boxgroup{
  margin-bottom: 1rem;
}
.box-control{
  border: 1px solid #7335CE;
  display: block;
    width: 100%;
    padding: .495rem .85rem  !important;
    font-size: 1rem ;
    line-height: 1.5 ;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.box-control:focus-visible {
    outline: none;
}
::-webkit-file-upload-button {
   display: none;
}
::file-selector-button {
  display: none;
}
.row.formrow{
  display: flex;
  align-items: center;
}
.boxgroup.custom-file-input-wrapper{
      margin-bottom: 0px;
}
.row.formrow .col-md-12.lastcol{
      margin-top: 15px;
}
.carer-banner{
    background:#000000;
    padding:100px 0 80px;
}
.carer-banner h1{
    color:#fff;
    font-size:40px;
    line-height:50px;
    font-weight: 700;
}
.carer-banner ul {
    padding-left:0;
}
.carer-banner ul li{
    display:inline-block;
    font-size:16px;
    color:#fff;
    line-height: 26px;
    margin-right:15px;
}
.carer-banner ul li img{
    float:left;
    max-width:20px;
    margin-right:5px;
}
.carrerpage-form .backpage-nav p{
    font-size:16px;
    line-height: 26px;
    color:#000;
    margin-bottom:0;
}
.carrerpage-form .backpage-nav h2{
    font-size:28px;
    line-height: 38px;
    font-weight: 700;
    color:#000;
   
    margin-bottom:0;
}
.carrerpage-form .backpage-nav p img{
    float:left;
    margin-right:5px;
}
.carrerpage-form .rightform-content{
    padding-right:40px;
}
.carrerpage-form .rightform-content label{
    color:#000;
    font-size:13px;
    line-height:23px;
    font-weight:500;
    margin-bottom:3px;
}
.carrerpage-form .btnRegister{
    font-size: larger;
    width: 138px;
    color: #fff;
    background:#003E64;
    border: 1px solid #003E64;
}
.carrerpage-form .btnRegister:hover{
    text-decoration: none;

}
.carrerpage-form .file-up {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
  
.carrerpage-form  .file-up-btn {
    font-size: 0.8em;
    font-weight: 600;
    padding: 18px 10px;
    border: 1px dotted #ddd;
    border-radius: 8px;
    background: #F4F4F4;
    color: #3c3737;
    letter-spacing: 0.7px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.carrerpage-form  .file-up-btn h4{
    color:#000;
    font-size:16px;
    font-weight: 400;
    line-height:26px;
    margin-bottom:0;
}
.carrerpage-form  .file-up-btn p{
    color:#000;
    font-size:13px;
    font-weight:400;
    line-height:26px;
    margin-bottom:0;
}
.carrerpage-form .uploaded {
    font-size: 0.8em;
    font-weight: 600;
    padding: 27px 10px;
    border-radius: 2px;
    background: #F4F4F4;
    color: #3c3737;
    letter-spacing: 0.7px;
    width: 100%;
    text-align: center;
    margin-bottom:10px;
    
}
.carrerpage-form .rightside-img{
    position:relative;
}
/* .carrerpage-form .rightside-img:after{
    content: '';
    background-image: url(../images/bottomarrow.png);
    width: 300px;
    height: 161px;
    position: absolute;
    bottom: -284px;
    left: -175px;
    rotate: 351deg;
} */


@media(min-width:768px) and (max-width:991px){
    .carrerpage-form div#myforms{
        padding-top: 26px;
        padding-right:0;
    }
/* ASHHISH */
    .container.register.carrerpage-form{
        margin: 0%;
    }

    /* END */
    .carrerpage-form form#jobApplicationForm{
        margin-top: 0 !important;
    }
    .rightside-img {
        text-align: center;
        margin-left: 15%;
    }
   
    .justify-content-center{
        justify-content: start !important;
       
    }
    .rightform-content{
        width: 93vw !important;
    }
}
@media(min-width:992px) and (max-width:1024px){
    .carrerpage-form div#myforms{
        padding-top: 26px;
        padding-right:0;
    }
    .carrerpage-form form#jobApplicationForm{
        margin-top: 0 !important;
    }
    .carrerpage-form .rightside-img:after{
        bottom: -195px;
    }
}
@media screen and (max-width: 767px){
  .formbox{
    max-width: 100%;
    margin: auto;
  }
  .formbox .box-control{
    font-size: 20px;
    line-height: 2.5;
  }
  .file-upload-suggestion{
      margin-top: 10px;
  }
  .custom-file-label{
        height: 60px !important;
  }
  .custom-file-input{
    font-size: 18px;
    top: 16px;
  }
  .custom-file-label{
        border: 1px solid #7335ce;
  }
  .custom-file-label::after{
        height: 100%;
        padding: 1rem .75rem;
        font-size: 18px;
  }
  .formbox .secondcol{
        margin-top: 20px;
  }
  .carrerpage-form div#myforms{
    padding-top: 26px;
    padding-right:0;
  }
}
