.header-card img{
    margin-top: -21px;
}

.header-title{
    max-width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.inputNIP{
    width: 60px;
    height: 38px;
}

.link-std-isDisabled {
    font-size: 16px;
    font-weight: 700;
    width: max-content;
    text-align: center;
    cursor: not-allowed;
    text-decoration: none;
    color: #9B9A98;
    pointer-events: none;
}

#msg-nip-sent{
    display: none;
    height: 32px;
    background: #2E8241;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.4px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 0;
}

#msg-nip-sent img{
    margin-top: -2px;
}

.show-nip-msg #msg-nip-sent{
    display: inline-block;
}

#submitButton{
    margin-top: 14px;
}

.main-content-padding {
    padding: 24px 14px 100px;
}

.label-send-nip{
    margin-top: 4px;
    display: block;
    padding-bottom: 11px;
}

.sms-info{
    margin-bottom: 20px;
}

.btn {
    min-width: 272px;
    height: 48px;
    margin-bottom: 18px;
    margin-top: 0;
}

.button-std, .btn{
    max-width: 272px;
}

@media print, screen and (min-width:40em) {
    .columnsNIP{
        padding-left: .3rem !important;
        padding-right: .3rem !important;
    }

    .inputNIP{
        width: 38px;
        height: 38px;
    }

    .contenedorNIP{
        width: 100%;
    }

    .codigoText {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .main-header{
        padding-top: 41px;
    }
}

@media print, screen and (min-width:64em) {
    .inputNIP{
        width: 60px;
        height: 38px;
    }
}

@media print, screen and (max-width:40em) {
    .inputNIP{
        width: 38px;
        height: 38px;
    }
}

@media print, screen and (max-width:35em) {
    #title-page{
        margin-top: 0;
        margin-bottom: 32px;
    }

    .sms-info{
        margin-bottom: 26px;
    }

    .label-send-nip{
        margin-top: 16px;
        padding-bottom: 16px;
    }

    .columnsNIP{
        padding-left: .3rem !important;
        padding-right: .3rem !important;
    }

    .inputNIP{
        width: 38px;
        height: 38px;
    }

    .contenedorNIP{
        width: 100%;
    }

    .codigoText {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .main-content-padding {
        padding: 24px 14px !important;
    }

    #msg-nip-sent{
        margin: 6px auto 26px;
    }

    #submitButton{
        margin-top: 24px;
    }

    .btn {
        min-width: unset;
        margin-bottom: 8px !important;
    }
}

@media print, screen and (max-width:30em) {
    .main-content-padding {
        padding: 24px 14px !important;
    }
}

#temporizador{
    color:#9B9A98;
    margin-bottom: 24px;
    border: 1px solid #717171;
    cursor: default;
    line-height: 48px;
}

#temporizador img{
    margin-top: -3px;
}

#link-reenviar-codigo {
    display: none;
    line-height: 24px !important;
}

.nip-error-content {
    display: none;
    color: #BA4B44;
    margin: 8px auto 16px auto !important;
    line-height: 24px;
    max-width: 375px;
}
  
.box-code {
    max-width: 272px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px auto 0;
}

@media print, screen and (min-height:64em) {
    .main-content-padding {
        padding: 24px 14px 260px !important;
    }
}
  
.error.errorMessage{
    display: none !important;
}
