*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body, html{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";   
    background-size:cover;
    background-repeat: no-repeat;
}

body.login {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo-pos{
    margin-bottom: -80px;
    margin-top: -80px;
}

h4{
    color: white;
}
.login .content .form-actions > button {
    margin-left: auto;
}
.login .content .form-actions > button {
    margin-left: auto;
}

hr{
    color: #fff;
}

.login .content{
    position: relative;
    background-color: #494949;
    color: #fff;
    width: 360px;
    margin: 60px 0 0 auto;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 15px !important;
    z-index: 2;
}

.login .content {
    width: 320px;
    margin-bottom: 70px !important;
} 

.login .logo {
    margin-bottom: 50px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 2;
}

.login .content h4 {
    color: #fff;
}

.login .content p {
    color: #fff;
}

.login .content a {
    text-shadow: none;
    color: #fff;
}

.formulario-login{
    margin-bottom: 20px;
    z-index: 2;    
}


.form-input{
    border-radius: 3px;
    border: 2px solid #fff;
    z-index: 2;
    padding:.5rem;
    background-color: #3b3d3f;
    color: #fff;
    padding-left: 35px;
    -webkit-box-shadow: none; 
     box-shadow: none; 
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s, box-hadow ease-in-out .15s;
}

.botao-entrar{
    border-radius: 3px;
    border: 2px solid #bda051;
    background-color: #3b3d3f;
    color: white;
    padding: 10px 30px 10px 30px;
    width: auto;
    cursor: pointer;
    z-index: 2;

}

.botao-entrar:hover{
    background-color: #bda051;
    color: #3b3d3f;
    z-index: 2;
    
}

.formulario-esqueceu{
    padding: 10px 10px 10px 0;
    margin-top: -20px;
    margin-bottom: 20px;
    z-index: 2; 
}

.formulario-esqueceu a{
    color: #fff;
}

.formulario-esqueceu a:hover{
    text-decoration: underline;
}

.icone{
    border-left: 2px solid #e1be5a !important;
}

.video-pos{
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.video{
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    display: table;
    z-index: 0;
}

.video-msg{
    position: fixed;
    left: 15px;
    bottom: 25px;
    display: table;
    width: auto;
    height: auto;
    font-size: 32px;
    color: #fff;
    z-index: 2;
}

.fundo-cel{
    position: fixed;
    width: 100%;
    min-height: 100%;
    display: none;
    z-index: 0;
    margin: 0 auto;
}


@media (max-width: 1367px){
    .video{
        width: auto;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .login .content {
        margin: 100px 0 0 auto;
    }
}

@media (max-width: 1199px){

    .login .content {
        margin: 10px 0 0 auto;
    }

    .video-msg {
        position: relative !important;
    }
}

@media (max-width: 768px){
    .video{
        display: none;
    }

    .fundo-cel{
        display: table;
    }

    iframe{
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        -o-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

}

@media (max-height: 600px){
    .login .copyright {
        position: relative !important;
    }

    .video-msg {
        position: relative !important;
    }

    .login .logo {
        position: relative !important;
    }
}

@media (max-width: 480px){
    .login .content .form-actions {
        padding: 0px 30px 25px 25px;
    }

    .login .checkbox {
        font-size: 10px;
    }

    .login .content {
        width: 100%;
    }


}

@media (max-width: 310px){

    .login .content .form-actions {
        height: 100px;
    }

    .blue_btn {
        float:left !important;
    }

}

@media (max-width: 310px){

    .login .content .form-actions {
        height: 100px;
    }

    .blue_btn {
        float:left !important;
    }
}



@media (max-width: 1367px){
    .video {
        width: auto;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
    }

}