.container {
    z-index: 99999;
    position: relative;

}

.container h1,
.container h2 {
    color: #fff !important;
}

#loginBack {
    position: fixed;
    bottom:0;
    top: 0px;
    background: url('../images/DigitalFuture.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

body {
    background: url('../images/DigitalFuture.jpg') no-repeat;
    width: 100%;
    height: 100%;
    background-size: auto;

}


.clearfix {
    clear: both;
    width: 100%;
}

#LoginForm {
    margin: auto;
    position: relative;
}

#headerLogin {
    text-align: center;
}

#headerLogin img {
    margin: 50px 0 20px 0;
}

#headerLogin h1 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: initial;
    font-family: 'Roboto', sans-serif;
    font-variant:small-caps ;
    
}

#headerLogin h2 {
    font-variant: small-caps;
}

#headerLogin h2,
.rw-wrapper {
    font-size: 40px;
}

.rw-wrapper {
    position: relative;
    padding: 10px;
    color: #fff;
    width: 88%;
    font-variant: small-caps !important;
}

.rw-words {
    display: inline-block;
    vertical-align: top;
    text-indent: 2px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .rw-sentence {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .rw-sentence {
        font-size: 9px;
    }
}

.input100 {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    color: #fff;
    font-size: 20px;
    height: auto;
    padding: 10px 15px;
    font-weight: 100;
    position: relative;
    margin-bottom: 10px;
    border-bottom: solid 1px #fff !important;
    padding: 0 10px !important;
}

.errorMessage {
    margin: auto;
    position: absolute;
    top: 0px;
    width: 100%;
}

.bgsnow {
    background-color: #00000021;
}

.hover {
    width: 100vw;
    height: 100vh;
    float: left;
    background-size: cover;
    position: absolute;
    /*background-image: url('{{ asset('back/login-register.jpg') }}');*/
}

body {
    overflow: auto;
}

.jquery-ripples {
    z-index: 99;
}

@media only screen and (max-width: 800px) {
    #headerLogin h1 {
        font-size: 20px;
    }

    #headerLogin h2,
    .rw-wrapper {
        font-size: 17px;
    }

    #headerLogin img {
        width: 102px;
    }


}
::placeholder {
    color: white !important;
}
