body {
    background: url(/v2/img/bg-login.jpg) center center no-repeat #352727;
    background-size: cover;
    position: relative;
    color: #ff9999;
    margin-top: 0;
}

input[name=third] {
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.3);
    border: none;
    font-size: 2em;
    margin: 0 1px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.9) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control::placeholder {
    color: #352727;
}

.form-control:-ms-input-placeholder {
    color: #352727;
}

.form-control::-ms-input-placeholder {
    color: #352727;
}

.form-control:focus::placeholder {
    color: gray;
}



.holder {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
    background: #EAE3DA;
    box-shadow: rgba(0, 0, 0, .35) 0 0 15px;
    color: #352727;
    min-height: 85vh;
    position: relative;
    max-width: 560px;
}

    .holder a {
        color: #352727;
        text-decoration: none;
    }

        .holder a:not(.nav-link):hover {
            text-decoration: underline;
        }

.holder-logo {
    height: 100vh;
}

.holder h5 {
    color: #352727;
    font-size: 24px;
    line-height: 25px;
    font-family: sagonabold;
}

.suporte {
    font-size: 16px;
}

    .suporte i {
        color: #6DA276;
    }

.logo {
    width: 100%;
    max-width: 560px;
}

.powered {
    margin: 1.5rem 0;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-height: 730px) {
    .powered {
        position: unset;
        bottom: unset;
        left: unset;
        transform: unset;
        text-align: center;
        padding: 1.5em 0;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .holder-logo {
        height: 28vh;
    }

    body {
        background-image: url(/v2/img/bg-login-mobile.jpg);
        height: 100vh;
    }

    .logo {
        margin-top: 5em;
    }

    .holder {
        min-height: unset;
        border-radius: 20px;
        padding: 20px 0;
        margin: 0 auto;
    }

    .powered {
        position: unset;
        bottom: unset;
        left: unset;
        transform: unset;
        text-align: center;
        padding: 1.5em 0;
    }

    .logo-login {
        max-width: 154px;
    }
}



@media (min-width: 1920px) {
    body {
        background-size: contain;
        background-repeat: repeat;
    }
}
