section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=90);
}

.background-image-overlay{
    background-position: center;
    position: relative;
    background-size: cover;  
}

.img-bg-video{
    position: absolute;
    width: 40%;
    left: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a:hover{
    text-decoration: none;
}

.link-pipe::after{
    content: '  |'
}

.back-to-top {
    bottom: 18px;
    right: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    background-color: #118edd;
    position: fixed;
}

.back-to-top i {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.error-message{
    color: red;
    font-size: 13px;
    padding-top: 5px;
    font-style: italic;
}


.select2-hidden-accessible { position: fixed !important; }


label.error{
    color: red !important;
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
    font-size: 12px;
    font-style: italic;
}

label#passwordConfirm-error, label#password-error {
    position: absolute;
    margin-top: 47px;
}

@media only screen and (max-width: 600px) {
    section{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .title-primary{
        font-size: 2rem;
    }
    .title-secondary{
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 600px) {
    .title-primary{
        font-size: 3rem;
    }
    .title-secondary{
        font-size: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    .title-primary{
        font-size: 3.5rem;
    }
    .title-secondary{
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .title-primary{
        font-size: 4rem;
    }
    .title-secondary{
        font-size: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .title-primary{
        font-size: 5rem;
    }
    .title-secondary{
        font-size: 4rem;
    }
}
