@media screen and (min-width: 1024px){
    .vh-100{
    height: 100vh;
    }
}

.btn-register-agency{
    background: #FF8A00;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF8A00, #fe8c00);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF8A00, #fe8c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border:none;
    border-radius: 50px;
    color: #ffffff;
    transition: all 0.1s ease-in;
}

a.btn-register-agency:hover{
    color: #ffffff;
    border:none;
    margin-top: -3px;
}
.hover-shadow:hover{
    -webkit-box-shadow: 0px 6px 21px -11px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: 0px 6px 21px -11px rgba(0,0,0,0.75)!important;
    box-shadow: 0px 6px 21px -11px rgba(0,0,0,0.75)!important;
}

#recruiter-bg{
    background: url(../img/bg-register.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

