body,html {
    height: 100vh;
    margin: 0;
    background: url('https://mrvnoesporte.com.br/wp-content/uploads/2019/02/277949-x-equipes-que-revolucionaram-o-futebol-brasileiro.jpg') no-repeat #000;
    background-size: cover;
    background-attachment: fixed;
}

.login-block {
    float: center;
    max-width: 1000px;
    margin: auto;
    padding: 5% 0;
}

.container {
    background: url(../img/bg-login.png);
    border-radius: 5px;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
    width: 350px;
}

.login-sec {
    padding: 0 30px 50px 30px;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-sec .copy-text i {
    color: #f6ac01;

}

.login-sec .copy-text a {
    color: #f6ac01;
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #f6ac01;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #FEB58A;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}

.btn-login {
    background: #f6ac01;
    color: #fff;
    font-weight: 600;
}

.btn-login:hover {
    background: rgb(12, 12, 12);
    color: #fff;
    border: 2px solid #f6ac01;
    transition: 1.5s all;
} 

.text-ip {
    color:white;
    font-weight:bold;
}

#planos .card {
    text-align: center;
    margin: 4px;
    color: #fff;
    background: url(../img/bg-login.png);
    border-radius: 5px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 1s;
}

#planos h5{
    font-size: 2em;
    color: #fff !important;
    transition: all 1s;
}

#planos h6{
    font-size: 3em;
    font-weight: 900;
    transition: all 1s;
}

#planos ul {
    list-style:none; 
}

#planos .li-planos{
    text-align: center!important;
    font-size: 1em;
    margin: 1px;
}

#planos small, #planos sup{
    font-size: 0.4em;
    transition: all 1s;
    color: #fff;
}

#planos span {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    color: #f6ac01;
    text-shadow: 0px 0px rgba(0, 0, 0, 0.46) ;
    transition: all 1s;
}

#planos .valor {
    font-size: 3.70em;
    margin: 0;
    padding: 0;
    color: #000;
    transition: all 0.5s;
}

#planos .card-footer{
    color: #fff;
    padding: 10px 0;
    background: #f6ac01;
    border-top: #f6ac01 1px solid;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

#planos .card-footer:hover{
    background: rgb(12, 12, 12);
    color: #fff;
    -webkit-animation: pulandotexto 1s infinite;
            animation: pulandotexto 1s infinite;
    transition: all 0.9s;
}

#planos .card-footer2{
    color: #fff;
    padding: 10px 0;
    background: #570091;
    border-top: #570091 1px solid;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

#planos .card-footer2:hover{
    background: rgb(12, 12, 12);
    color: #fff;
    -webkit-animation: pulandotexto 1s infinite;
            animation: pulandotexto 1s infinite;
    transition: all 0.9s;
}