﻿a.txt-link {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    /* identical to box height */
    color: #999999;
    text-decoration: underline;
}

/* Buttons */
.button-vermelho {
    width: 261px;
    background: #C41B17;
    color: #FFFFFF;
}

.button-vermelho:hover {
    color: #FFFFFF;
}

.mb-50 {
    margin-bottom: 50px
}

.mb-20 {
    margin-bottom: 20px
}

.cadastre-se {
    display: flex;
    justify-content: center;
    margin-top: 3.15%;
}

    .cadastre-se span, .cadastre-se a {
        font-size: 14px;
        font-family: Roboto-Regular;
        color: #202020;
        font-weight: bold;
    }

    .cadastre-se a {
        text-decoration: underline;
    }

.esquecisenha-mobile {
    display: none;
}

.link-cadastre-se-mobile {
    display: none;
}

.link-cadastre-se, .cadastre-se span {
    display: block;
}

.logo-mobile {
    display: none;
}

.rememberme {
    display: none;
}

.modal-esqueci-senha {
    margin-top: 40px;
    margin-bottom: 40px;
}

.text-modal-body {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    font-family: Roboto-Regular;
    color: #999999;
}

.modal-content {
    border-radius: 8px !important;
}

.form-esqueci-senha {
    display: block;
}

.t-success {
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
}

.t2-success {
    font-size: 12px;
    font-weight: bold;
    font-family: Roboto-Regular;
    margin-bottom: 50px;
    color: #999999
}

.t-error {
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: bold;
    color: red;
    display: none;
}

.modal-success {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;

}

.content-login {
    flex: 0 0 100%;
    max-width: 100%;
}

.containerLogin {
    padding-top: 1.5rem !important;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width: 425px) {
    /*.row.pt-4 {
        background: linear-gradient(0deg, #202020, #202020), linear-gradient(268.89deg, #D92F44 11%, #B42839 98.15%), linear-gradient(268.89deg, #1A82CD 11%, #0088EA 98.15%);
        height: 100%;
    }*/
    .content-login {
        height: 60%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .containerLogin {
        padding-top: 1.5rem !important;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        display: block;
        height: 100%;
    }

    .group input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px rgb(32,32,32) inset !important;
        -webkit-text-fill-color: #FFF;
    }

    .group input {
        -webkit-box-shadow: 0 0 0 1000px rgb(32,32,32) inset !important;
        -webkit-text-fill-color: #FFF;
        caret-color: #FFF;
    }

    .mb-50.text-center {
        font-family: SF Pro Display;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 20px;
        font-style: normal;
    }

    .label-input {
        left: 0px;
        color: #777777 !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }

    .esquecisenha-mobile {
        display: block;
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.012em;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 25px;
        width: fit-content;
    }

    .txt-link.mb-20 {
        display: none;
    }

    .link-cadastre-se-mobile {
        display: block;
        font-family: SF Pro Display !important;
        font-style: normal;
        font-weight: bold !important;
        font-size: 20px !important;
        line-height: 24px;
        letter-spacing: 0.012em;
        color: #FFFFFF !important;
        text-decoration: none !important;
        margin-bottom: 55px;
    }

    .link-cadastre-se, .cadastre-se span {
        display: none;
    }

    .logo-mobile {
        display: flex;
        height: 40%;
        align-items: center;
        justify-content: center;
    }

    .rememberme {
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        margin-top: 30px;
    }

    .rememberme input {
        width: auto;
        margin-right: 14px;
        margin-left: 6px;
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        transform: scale(2);
        padding: 10px;
    }

    .rememberme span {
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.012em;
        color: #FFFFFF;
    }
    #txtEntrar {
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.012em;
        color: #FFFFFF;
    }
}