




label.error{
    font-size:x-small;
    color:#f00;
}

input.error{
    border: #f00 1px solid;
}



.login-appwia-logo{
    /*background-color: #f00;*/
    width:300px;
    height: 200px;
    background-image: url("../css/img/appwia-logo.png");
    background-size: contain;
}

.appwia-home-intro{
    width:auto;
    height: 400px;
    background-size: cover;
    background-image: url("../css/img/appwia-banner.gif");
}

.appwia-ecommerce{
    width: auto;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../css/img/appwia-ecommerce.png);
    background-position: center;
}

.appwia-how-we-work{
    width:auto;
    height: 400px;
    background-size: cover;
    background-image: url("../css/img/appwia-how-we-work.png");
}

.appwia-agile{
    width:auto;
    height: 300px;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../css/img/appwia-agile.png");
}


.case-item__thumb {
    float: left;
    margin: 0 40px;
    box-shadow: 30px 0 25px 0 rgb(0 0 0 / 20%);
    transition: all .3s ease;
    transition-delay: 0s;
    position: relative;
    
}

.case-item__thumb__animation{
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(30deg) rotateX(20deg);
}

.project__bg {
    
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 0;
    margin-left: -4px;
}

/*
.case-item__thumb :hover {
    float: left;
    
    box-shadow: 30px 0 25px 0 rgb(0 0 0 / 20%);
    transition: all .3s ease;
    transition-delay: 0s;
    position: relative;
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(-20deg);
}

*/

.case-item__content{
    position: absolute;
    width: 90%;
    height:300px;
    top: 100px;
    padding-top: 140px;
}