*{
    margin: 0;
    padding: 0;
}
#banner
{
    background: url(/clients/images/agalopoulos-login-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.banner-text
{
    width: 520px;
    height: 220px;
    font-family: "Inter", sans-serif;
    text-align: center;
    color: #101C50;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: larger;
    line-height: 50px;
}
.banner-text img {
    padding-bottom: 15px;
}
@media (max-width:991px) {
    .banner-text p {
    line-height: 20px;
    }
    .banner-text img {
        padding: 20px 0;
    }
    .drapetsona-tk {
    display:block;
    width: 100%;
    }
}
.banner-text p {
    font-weight: 600;
    line-height: 24px;
}
.eshoped-footer {
    background: url(/clients/images/footer-sprite.png) 0 -75px;
    display: inline-block;
    position: relative;
    width: 79px;
    height: 18px;
    top: 5px;
}
a.eshoped-footer:hover {
    background: url(/clients/images/footer-sprite.png) 0 -94px;
}
.footer-bottom-final {
    font-family: "Inter", sans-serif;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
}

/* Extra small devices (phones, 320px and down) */
@media only screen and (max-width: 320px) {
    #banner{
        display: -webkit-box;
    }
    .banner-text {
        width: 250px;
        height: 360px;
        font-size: small;
        padding: 10px;
    }
    .footer-bottom-final{
        font-size: small;
    }
}

/* Extra small devices (phones, 320px and up) */
@media only screen and (min-width: 320px) {
    #banner{
        display: -webkit-box;
    }
    .banner-text {
        width: 250px;
        height: 360px;
        font-size: small;
        padding: 10px;
    }
    .footer-bottom-final{
        font-size: small;
    }
}

/* Extra small devices (phones, 480px and up) */
@media only screen and (min-width: 480px) {
    #banner{
        display: -webkit-box;
    }
    .banner-text {
        width: 250px;
        height: 310px;
        font-size: small;
        padding: 10px;
    }
    .footer-bottom-final{
        font-size: small;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .footer-bottom-final{
        left: 24%;
        transform: translate(-24%);
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .footer-bottom-final{
        left: 40%;
        transform: translate(-40%, 0);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .banner-text{
        width: 520px;
        height: 220px;
        font-family: "Inter", sans-serif;
        text-align: center;
        color: #101C50;
        padding: 40px;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: larger;
        line-height: 50px;
    }
    .footer-bottom-final{
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .banner-text{
        width: 520px;
        height: 220px;
        font-family: "Inter", sans-serif;
        text-align: center;
        color: #101C50;
        padding: 40px;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: larger;
        line-height: 50px;
    }
    .footer-bottom-final{
        left: 50%;
        transform: translate(-50%, 0);
    }
}