
.customer-content > h1,h2,h3,h4{
    color: darkblue;
}
.customer-amex-logo{
    width:180px;
    height: 180px;
    background-image: url("../images/American_Express_logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 100000;
    top:10px;
    margin-left: 76%;
}
.welcome-title{
    font-size: 35px;
    padding: 22px;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    float: left;
    /* margin-left: 93%; */
    background: rgb(250,250,250);
    /* margin-left: 58%; */
    height: 91px;
    text-align: right;
    color: darkblue;
}

.application_main_content.customer{
    background: rgb(250,250,250);
    height: 100%;
    width: 100%;
    *position: fixed;
}
.customer-frame{
    background-image: url(../images/JPG/customerImg.jpg)!important;
    background-repeat: round;
    background-size: cover;
    width: 73%;
    height: 100%;
    position: absolute;
    display: flex;
  }
  

.customer-content {
    color:white;
   
}
form.customer-form{
    float: right;
    width: 25%;
    margin-top: 12%;
}

p.customer-hd{
color:darkblue!important;
font-style: oblique;
}
form.customer-form > * label{
    color:darkblue!important;
    font-weight: bold;
   
}
form.customer-form > * .md-input-invalid{
color:orange!important;

}
form.customer-form > * .md-input{
    background: transparent!important;
    color:darkblue!important;

}

label.md-required:before{
    content :'*';
    color:red;
    
    margin-right: 3px;

}
/* Ipad & schermo piccolo*/
@media only screen and (min-width :768px) and (max-width:1590px)
{
    .customer-amex-logo{
        width:100px;
        height: 100px;
    }   

}

/*mobile*/
@media only screen and (min-width :320px) and (max-width:450px)  
{
    .lobibox-body-text{
        font-size:12px;
    }
    .lobibox{
        width: 298px!important;
    }

    .lobibox-info {
        left: calc(90% - 300px) !important;
        top: 25% !important;
        margin: 0 auto !important;
        z-index: 99999;
    }
    .lobibox-error {
        left: calc(90% - 300px) !important;
        top: 25% !important;
        margin: 0 auto !important;
        z-index: 99999;
    }
    .lobibox-warning {
        left: calc(90% - 300px) !important;
        top: 25% !important;
        margin: 0 auto !important;
        z-index: 99999;
    }
    .lobibox-progress {
        left: calc(90% - 300px) !important;
        top: 25% !important;
        margin: 0 auto !important;
        z-index: 99999;
    }



    .application_main_content.customer{
        position: relative;
    }
    .customer-amex-logo{
        width: 70px;
        height: 70px;
        margin-top: 12%;
    }   
    .customer-frame{
        width: 100%;
        height: 29%;
    }
    .welcome-title {
        font-size: 23px;
        padding: 23px;
        width: 100%;
        margin-top: 12%;
        text-align: left;
        padding: 13px;
    }
    form.customer-form {
        float: right;
        width: 100%;
        margin-top: 50%;
    }

    body{
        font-size: medium;
    }
}
@media only screen and (min-height:790px) and ( max-height:812px)  {

    form.customer-form {
     
        margin-top: 90%;
    }
}

@media only screen and (min-width :550px) and (max-width:812px) 
{
    .lobibox{
        font-size:13px;
    }
    p.customer-hd{
        font-size:14px;
        margin-top: 13%;
    }
    .application_main_content.customer{
        position: relative;
    }

    body{
        font-size: 12px;
    }    
    .customer-content > h1,h2,h3,h4{
        font-size: medium;
    }
    .customer-amex-logo{
        width: 70px;
        height: 70px;
        margin-top: 0%;
        margin-left: 84%;
    }   
    .customer-frame{
        width: 43%;
        height: 68%;
    }
    .welcome-title {
        font-size: 22px;
        padding: 23px;
        width: 100%;
        margin-top: 7%;
        text-align: left;
        padding: 13px;
        text-align: right;
        height: 47px;
    }
    form.customer-form {
        float: right;
        width: 51%;
        margin-top: 5%;
        margin-right: 6%;
    }
}
/*ipad oriz*/
@media only screen and (width :1024px) and (height:768px)
{
    .customer-frame{
        height: 89%;
    }
}
/*ipad ver*/
@media only screen and (width :768px) and (width:1024px) 
{
    p.customer-hd{
        font-size: medium!important;
    }    
    
}

/*ipad pro*/
@media only screen and (width :1024px) and (width:1366px) 
{
    .customer-frame{
        height: 55%;
    }    
    
}
@media only screen and (width :768px) and (height:1024px)
{
    form.customer-form {
        margin-top: 30%;
    }
    .customer-frame {
        width: 99%;
        height: 39%;
    }
    .customer-amex-logo {
        margin-top: 43%;
        margin-left: 25%;
    }
    form.customer-form {
        margin-top: 56%;
        width: 92%;
    }
    .welcome-title {
        font-size: 23px;
        padding: 23px;
        width: 100%;
        margin-top: 44%;
        text-align: left;
        padding: 13px;
        /* text-align: right; */
        height: 65px;
    }
}

@media only screen and (min-width :450px) and (max-width:520px)
{
    .customer-amex-logo{
        width: 89px;
        height: 90px;
    }   

}