

.ui-breakfast-log {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.5s opacity;
    z-index: 2;
}



.ui-breakfast-log-popup {
    position: relative;
    background-image: url(../assets/blog-popup.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    width: 805px;
    height: 460px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.ui-breakfast-log-input-holder {
    height: 56px;
    width: 420px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.ui-breakfast-log-input-placeholder {
    font-size: 20px;
    color: #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ui-breakfast-log-input {
    border: 6px solid #20409a;
    font-size: 20px;
    color: #2b328a;
    border-radius: 10px;;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 4px 12px;
    outline: none;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.ui-breakfast-log-charcount {
    width: 100%;
    text-align: center;
    color: #2c3185;
    font-size: 16px;
    margin-top: 8px;
    font-weight: bold;
}

.ui-breakfast-log-popup  .ui-task-list-doit {
    margin-right: 0px;
}

.ui-breakfast-log-title {
    font-size: 60px;
    color: #2b328a;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.ui-breakfast-log-text {
    color: #2b328a;
    font-size: 28px;
    text-align: center;
    margin: 12px 0px;
    font-weight: bold;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    box-sizing: border-box;
    padding: 0px 48px;
}

@media only screen and (max-width: 1440px) {
 

    .ui-breakfast-log-popup {
        width: 55.903vw;
        height: 31.944vw;
    }

    .ui-breakfast-log-input-holder {
        height: 3.889vw;
        width: 29.167vw;
    }

    .ui-breakfast-log-input-placeholder {
        font-size: 1.389vw;
    }

    .ui-breakfast-log-input {
        border: 0.417vw solid #20409a;
        font-size: 1.389vw;
        border-radius: 0.694vw;
        padding: 0.278vw 0.833vw;
    }

    .ui-breakfast-log-charcount {
        width: 100%;
        font-size: 1.111vw;
        margin-top: 0.556vw;
    }

    .ui-breakfast-log-title {
        font-size: 4.167vw;
        margin-bottom: 0.556vw;}

    .ui-breakfast-log-text {
        font-size: 1.944vw;
        margin: 0.833vw 0vw;
        padding: 0px 3.333vw;
    }
}