/* General */
body {
    background: #00386e;
}
.cashback {
    color: #ffffff;
    font-size: 27px;
    /*max-height: 700px;*/
    padding: 42px 21px 50px 21px;
}
.cashback .cb-inner {
    max-width: 1700px;
    margin: 0 auto;
}
.cashback h2, .cashback .uk-h1 {
    color: #ffffff;
}
.cashback h1 {
    color: #ffffff;
    margin-bottom: 0;
}
.cashback input {
    width: 80%;
    max-width: 506px;
    height: 54px;
    font-size: 32px;
    text-align: center;
}

/* Login Page */
.mc-background {
    background-image: url("../assets/background.png");
    background-size: cover;
    background-position: bottom center;
    /*height: 100vh;*/
}
.container-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.card {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border: none;
    border-radius: 15px;
}
.cb-button {
    background: transparent;
    background-image: url("../assets/bg-button.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    height: 89px;
    width: 340px;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.form-control {
    border-radius: 60px;
    border: 2px solid #e9ecef;
    padding: 7px 14px;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.cb-icon {
    height: clamp(35px, 5vw, 68px);
}
.cb-title {
    font-size: clamp(40px, 5vw, 78px);
    font-weight: bold;
    line-height: 1;
    margin-left: 10%;
}

/* Internal pages */
.cb-label {
    background: #76BD20;
    width: 100%;
    height: 130px;
    margin: 0 auto 0 20px;
    border-radius: 50px 50px 0 0;
    padding-top: 14px;
    font-size: 50px;
    max-width: 590px;
}
.cb-content {
    background: #ffffff;
    position: relative;
    top: -40px;
    color: #00386E;
    border-radius: 0 50px 50px 50px;
    padding: 40px 20px;
    width: 100%;
    max-width: 600px;
}
.cb-acumulado {
    font-size: 51px;
    line-height: 1.2;
}
.cb-value {
    font-size: 124px;
    line-height: 1.2;
    font-weight: bold;
}
.cb-text {
    max-width: 580px;
    margin: 0 auto;
}
.cb-notice {
    font-size: 20px;
    margin: 20px auto 0 auto;
}
.cb-logout {
    cursor: pointer;
    text-align: right;
    margin-bottom: 14px;
    position: absolute;
    right: 14%;
}
.cb-logout img {
    height: clamp( 28px, 5vw, 40px);
}
.uk-grid > * {
    padding-left: 50px;
}
.am-button {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 290px;
    height: 76px;
    display: flex;
    font-size: clamp(18px, 5vw, 22px);
    align-items: center;
    justify-content: center;
    background: url("../assets/bg-button.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    font-weight: bold;
    margin-top: 21px;
}
.am-button:hover {
    text-decoration: none;
    color: #ffffff;
}

.info-title {
    font-size: clamp(30px, 5vw, 50px);
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.cb-date {
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .uk-grid>* {
        padding-left: 0;
    }
    .cb-label {
        height: 100px;
        font-size: 36px;
        border-radius: 30px 30px 0 0;
        padding-top: 10px;
        margin-left: 0;
        width: 98%;
  }
    .cb-content {
        top: -20px;
        border-radius: 0 30px 30px 30px;
        padding: 20px 0;
    }
    .cb-acumulado {
        font-size: 36px;
    }
    .cb-value {
        font-size: 80px;
    }
    .cb-notice {
        font-size: 16px;
    }
    .cashback {
        padding: 0 20px 100px 20px;
    }
    .cashback > div:nth-child(2) {
        padding-top: 80px;
    }
    .am-button {
        position: absolute;
        top: 50%;
        right: 0;
        width: 150px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("../assets/bg-button.png");
        background-size: contain;
        background-repeat: no-repeat;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
    }
}