
.login-coupons-error {
    display: none;
    flex-direction: column;
    width: 100%;
    font-family: "Bradesco", sans-serif;
    font-size: 18px;
    font-weight: 600;
    /*font: normal normal 600 18px/22px Bradesco Sans;*/    
    text-align: left;
    letter-spacing: 0px;
    color: #E3183E;
    opacity: 1;
    align-items: center;
}


.login-coupons-error-bold {
    font-weight: bold;
}

.login-loader-circle-backgroud {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.7);
    z-index: 3;
    align-items: center;
    justify-content: center;
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
    backdrop-filter: blur(10px);
}

.login-loader-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #555;
  border-top-color: #E3183E;
  animation: loader-circle 1s linear infinite;
}

.login-coupons-section {
    position: fixed;
    top: calc(50vh - (620px / 2));
    left: calc(50vw - (960px / 2));
    z-index: 1100;
    width: 100%;
    height: 100%;
    min-height: 650px;
    max-width: 960px;
    max-height: 520px;
    border-width: 0;
    display: inline-block;
    background-color: #fff;
    -webkit-animation: fadeInUp 300ms;
    -o-animation: fadeInUp 300ms;
    animation: fadeInUp 300ms;
    -webkit-box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.2);
    overflow-y: scroll !important;
}

.cupons-form {
    display: flex;
    flex-direction: column;
    padding: 3% 16%;
    height: inherit;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    gap: 35px;
    justify-content: center;
    align-items: center;
}

.cupons-form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    /* height: inherit; */
    max-width: 500px;
    gap: 10px;
}

.cupons-form-title {
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 30px;
    font-weight: bold;
    /*font: normal normal bold 24px/30px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #9a0e6e;
    opacity: 1;
}

.cupons-form-subtitle {
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 16px;
    font-weight: normal;
    /*font: normal normal normal 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.cupons-form-image {
    position: absolute;
    top: 70px;
    right: 0;
    width: 471px;
    height: 471px;
}


.login-coupons-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.login-coupons-label {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-family: "Bradesco", sans-serif;
    font-size: 22px;
    font-weight: 600;
    /*font: normal normal 600 18px/22px Bradesco Sans;*/    
    text-align: left;
    letter-spacing: 0px;
    color: #47484C;
    opacity: 1;
    align-items: center;
}

.input-agencia-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    min-width: 350px;
}

.login-coupons-input {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 40px;
    background: #F0F1F5 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: 600;
    /*font: normal normal 600 16px/22px Bradesco Sans;*/    
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    align-items: center;
    border: 0;
    padding: 24px 16px;
}

.login-coupons-input:focus {
    border: solid 1px #000;
}

.login-coupons-image {
  width: 100%;
  aspect-ratio: 12/2;
  background: #000000;
}

.login-coupons-button {
    width: 164px;
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
    /*background: #E1173E 0% 0% no-repeat padding-box;*/ 
    background: #A7A8AC 0% 0% no-repeat padding-box;
    border-radius: 48px;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    cursor: no-drop;
    margin: 0 auto;
}

.login-coupons-button-mobile {
    width: 164px;
    justify-content: center;
    margin-top: 38px;
    padding: 16px 48px;
    /*background: #E1173E 0% 0% no-repeat padding-box;*/ 
    background: #A7A8AC 0% 0% no-repeat padding-box;
    border-radius: 48px;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: normal;
    /*font: normal normal bold 14px/18px Bradesco Sans;*/ 
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    cursor: no-drop;
}

.login-coupons-image-captcha {
    display: flex;
    width: 100%;
    aspect-ratio: 12/2;
}

#captchaImgContainer {
    display: flex;
}

#captchaImgContainer .buttonsActions {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1600px) {
  .login-coupons-label {
      font-size: 18px;
      /*font: normal normal 600 18px/22px Bradesco Sans;*/    
  }

  .login-coupons-input {
      font-size: 16px;
      /*font: normal normal 600 16px/22px Bradesco Sans;*/   
  }

  .login-coupons-button {
      font-size: 14px;
      /*font: normal normal bold 14px/18px Bradesco Sans;*/ 
  }

    .login-coupons-button-mobile {
        font-size: 14px;
        /*font: normal normal bold 14px/18px Bradesco Sans;*/ 
    }
    
    .cupons-form-title {
        font-size: 24px;
    }
    
    .cupons-form-subtitle {
        font-size: 16px;
    }

}

@media screen and (max-width: 1024px) {

    .login-coupons-section {
        position: fixed;
        top: calc(50vh - (100% / 2));
        left: calc(50vw - (100% / 2));
        z-index: 1100;
        width: 100% !important;
        height: 100% !important;
        max-height: 100%!important;
    }

    .coupons-section {
        position: fixed;
        top: calc(50vh - (100% / 2));
        left: calc(50vw - (100% / 2));
        z-index: 1100;
        width: 100% !important;
        height: 100% !important;
        max-height: 100%!important;
    }

    .cupons-form {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 24px;
        height: inherit;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        gap: 8px;
    }

    .cupons-form-title {
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }

    .cupons-form-subtitle {
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 12px;
    }

    .cupons-form-group {
        display: flex;
        justify-content: flex-start;
      gap: 10px;
    }

  .login-coupons-label {
      font-size: 20px;
      /*font: normal normal 600 16px/20px Bradesco Sans;*/    
  }

  .login-coupons-input {
      font-size: 20px;
      /*font: normal normal 600 16px/20px Bradesco Sans;*/   
  }

  .login-coupons-button {
      justify-content: center;
      margin-top: 0;
      font-size: 17px;
      /*font: normal normal bold 14px/17px Bradesco Sans;*/ 
      cursor: pointer;
    }

    .login-coupons-button-mobile {
        justify-content: center;
        margin-top: 0;
        font-size: 17px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/ 
        cursor: no-drop;
    }

}

@media screen and (max-width: 720px) {   
    .login-coupons-section {
        position: fixed!important;
        top: calc(50vh - (100%/2))!important;
        left: calc(50vw - (100%/2))!important;
        z-index: 1100!important;
        width: 100% !important;
        height: 100% !important;
    }

    .coupons-section {
        position: fixed!important;
        top: calc(50vh - (100%/2))!important;
        left: calc(50vw - (100%/2))!important;
        z-index: 1100!important;
        width: 100% !important;
        height: 100% !important;
    }

    .login-coupons-label {
        font-size: 16px;
        /*font: normal normal 600 16px/20px Bradesco Sans;*/    
    }

  .login-coupons-input {
      font-size: 16px;
      /*font: normal normal 600 16px/20px Bradesco Sans;*/   
  }

  .login-coupons-button {
      font-size: 14px;
      /*font: normal normal bold 14px/17px Bradesco Sans;*/ 
  }

    .login-coupons-button-mobile {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/ 
    }
    .cupons-form-subtitle {
        font-size: 16px;
    }

    .cupons-section-title-close {
    }   

    .cupons-form-title {
        font-size: 24px;
    }

}