﻿body {
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white !important;
    font-size: 20px;
    font-family: 'DB Helvethaica X';
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white !important;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white !important;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
}

::placeholder { /* Most modern browsers support this now. */
    color: white !important;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
}

.image-bg {
    background-image: url("/Content/images/login/choco-pos-login-bg-mini.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content .middle-box {
        padding-top: 0px !important;
    }

    .content .content-group {
        width: 400px;
        height: 420px;
        padding: 10px;
        background-color: rgba(255,255,255,0.8);
        border-radius: 5% 5% 5% 5%;
    }

.logo {
    width: 100%;
    height: 70px;
}

.content-text {
    width: 100%;
}

    .content-text .text-l {
        margin: 4px 0px 0px 0px;
        font-family: 'DB-Helvethaica-X-55';
        font-size: 24px;
        color: black;
        line-height: 24px;
    }

    .content-text .text-x {
        margin: 10px 0px 0px 0px;
        font-family: 'DB-Helvethaica-X-55';
        font-size: 24px;
        color: black;
        line-height: 20px;
    }

    .content-text .text-m {
        margin: 10px 0px 0px 0px;
        font-family: 'DB-Helvethaica-X-55';
        font-size: 22px;
        color: black;
        line-height: 22px;
        width: 100%;
        /*height: 80px;*/
    }

    .content-text .text-s {
        font-family: 'DB-Helvethaica-X-55';
        font-size: 10px;
        color: black;
        line-height: 20px;
    }

.content-from {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding: 0 55px 0 55px;
}

    .content-from .from-input {
        border: 0;
        border-radius: 10px;
        background-color: #231F20;
        opacity: 0.3;
        color: white;
    }

    .content-from .from-button {
        border-radius: 10px;
        background-color: #2AB573;
        opacity: 0.8;
        color: white;
        border: 0;
        font-family: 'DB-Helvethaica-X-55';
        font-size: 20px;
    }

    .content-from.no-margin {
        margin: 0 0 40px 0 !important;
        position: relative;
    }

.copyright {
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
    color: black;
    margin-top: 30px;
}
