body {
    font-family: 'Roboto', sans-serif !important;
}

a {
    text-decoration: none !important;
}

.padding-left-15 {
    padding-left: 15px;
}

@media only screen and (max-width:980px) {
    .img-watcher {
        height: 150px !important;
    }
    .img-player {
        height: 100px !important;
    }
}

.img-watcher {
    height: 300px;
}

.img-player {
    height: 200px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #618dca !important;
}

.main-slide {
    background-image: url(../images/Background.jpg);
}

.zoom {
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

img.background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: -1;
    -webkit-filter: blur(35px);
    /* Safari 6.0 - 9.0 */
    filter: blur(15px);
}

.form-tec {
    overflow: auto;
    position: relative;
}

.probootstrap-cover.overlay:before {
    background: rgba(0, 0, 0, 0)!important;
}

.card-form-tec {
    background-color: rgba(0, 0, 0, 0);
    color: #618dca !important;
    border: rgba(97, 141, 202) 1px solid;
}

.card-form-tec h1,
h2,
h3,
h4,
h5,
h6 {
    color: #618dca !important;
}

.card-form-tec .form-control {
    border: rgba(97, 141, 202) 1px solid;
    color: #618dca !important;
}

.card-header {
    border-bottom: 1px solid rgba(97, 141, 202);
}
.error{
color:red !important;
}