/* background */
body {
    background-color: black !important;
}

.bg-img {
    position: fixed;
    width: 100%;
    height: 100%;
    filter: blur(3px) drop-shadow(2px 4px 6px black);
    background: url(../imagens/bg-1.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg-img .page-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.185);
}

/* form css */
.btn-submit {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    background-color: #e07e38;
}

.btn-submit h5 {
    color: white;
    margin-bottom: 0px;
}

/* info msg register */
.list-msg{
    display: flex;
    padding: 8px 15px !important;
    background: grey;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.493);
    color: #eaeaea;
}
.list-msg i{
    margin-right:6px;
}
.list-msg p{
    font-size: 14px;
    font-weight: 500;
    color: #eaeaea;
    margin-bottom: 0;
}
.list-msg.success{
    background: #8bc32f;
}
.list-msg.error{
    background: #e67352;
}

.list-msg.info{
    background: #2f9ac3;
}

/* text user  */
.title-login {
    text-align: left;
}

.login-user-text {
    min-width: 650px;
    height: auto;
    flex: 5;
}

.login-user-text h1 {
    text-align: left;
    margin-bottom: 0;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.41);
    font-size: 60px;
    color: white;
    font-weight: 800;
    line-height: 140%;
}

.login-user-text p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 690px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.41);
    color: white;
    line-height: 140%;
}

.login-user-text .color-letter {
    transform: rotate(2.5deg);
    color: white;
    position: relative;
    top: -19px;
}


.login-user-text .bg-rotate {
    position: relative;
    top: 19px;
    height: 55px;
    display: inline-block;
    width: fit-content;
    background-color: #fba920;
    transform: rotate(-2.5deg);
}

.title-login .logo-white {
    margin-bottom: 40px;
}

.title-login .logo-white img {
    height: 50px;
    width: auto;
}

.disable-submit {
 filter: brightness(0.7);
}

@media screen and (max-width: 1299px) {
    .block-login-principal {
        justify-content: flex-start;
    }

    .login-user-form {
        min-width: 650px;
        display: flex;
        align-content: flex-start;
    }

    .title-login {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .block-row {
        flex-direction: column !important;
    }

    .block-row .card {
        max-width: 500px;
    }

    .block-row .col-7 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    .block-row .col-5 {
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    .login-user-text h1 {
        text-align: center;
    }

    .login-user-text p {
        text-align: center;
    }

    .title-login {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 730px) {
    .login-user-text h1 {
        font-size: 45px;
    }

    .login-user-text p {
        font-size: 12px;
    }

    .login-user-text .color-letter {
        transform: rotate(2deg);
        top: -13px;
    }
    
    
    .login-user-text .bg-rotate {
        top: 13px;
        height: 40px;
        transform: rotate(-2deg);
    }

    .login-user-text {
        display: block;
        min-width: auto;
    }

    .login-user-form {
        min-width: auto;
    }

    .title-login {
        display: inline-block;
    }
}

@media screen and (max-width: 630px) {
    .login-user-text p {
        display: none;
    }

    .title-login {
       width: 100%;
    }
}

@media screen and (max-width: 559px){
    .login-user-text h1 {
        font-size: 35px;
    }

    .login-user-text .color-letter {
        transform: rotate(2deg);
        top: -10px;
    }
    
    
    .login-user-text .bg-rotate {
        top: 10px;
        height: 30px;
        transform: rotate(-2deg);
    }
}

@media screen and (max-width: 470px) {
    .login-card-form {
        border-radius: 15px;
        width: 300px;
        height: 450px;
    }

    .link-login a {
        margin-top: 30px;
    }

    .login-card-form {
        padding: 30px;
    }

    .title-login {
        padding: 20px 0;
    }

    .block-login-principal {
        display: flex;
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 409px) {
    .login-user-text h1 {
        font-size: 30px;
    }
}