.contest-form {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
}

.form-container {
    
}

.form-container .form-control {
    padding-left:20px;
    border-radius: 20px;
}

.custom-file input[type="file" i] {
}

.custom-file-label {
    padding-left: 20px;
    border-radius: 20px;
}

.custom-file-label::after {
    padding-right:20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #00A49D;
    color:#ffffff;
}

.btn-submit-cust {
    padding: 10px 40px;
    border: 2px solid #be0015;
    background-color: #ffffff;
    color: #be0015;
    font-weight: 600;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.inp-ico {
    position: absolute;
    top: 6px;
    left: 34px;
    z-index: 20;
}

#col-btn-cta-submit {
    position: relative; 
    height:90px;
}

#btn-career-submit {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.btn-submit-cust:hover {
    background-color: #be0015;
    color: #ffffff;
}

.btn-cta {
    padding: 7px 30px;
    border-radius: 20px;
    text-align: center;
}

.btn-cta-green {
    background-color: #93B50A;
    color: #ffffff;
}

@media (max-width:480px) {
    #btn-career-submit {
        position: relative;
        right: auto;
        bottom: 0px;
    }
}

@media (min-width:481px) and (max-width:640px) {
    #btn-career-submit {
        position: absolute;
        right: 0px;
        bottom: 50px;
    }
}

@media (min-width:641px) and (max-width:768px) {
    
}

@media (min-width:769px) and (max-width:992px) {
    
}

@media (min-width:769px) and (max-width:1024px) {
    
}

@media (min-width:993px) and (max-width:1200px) {

}

@media (max-width:990px) {
    .contest-form {
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width:640px) {
    #col-btn-cta-submit {
        height: auto;
    }
}

@media (min-width:1201px) {

}