@charset "utf-8";
/* CSS Document */

/*css avviso*/
    .avviso_utente_non_loggato{
            padding: 100px;
            border: 1px solid black;
            text-align: center;
            font-size: 18px;
            color: midnightblue;
            font-family: monospace;
            text-shadow: 2px 2px;
            position: absolute;
            margin-left: 31%;
            margin-top: 17%;
            z-index: 1000;
            background-image: url(../img/divieto.jpg);
            background-repeat: round;
            width: 25%;
            height: 25%;        
        }

    body{
            background-color: black;
    }
    
    .return-to-login{
            text-decoration-line: underline;
            color: midnightblue;
    }

    h2{
            margin-top: 20%;   
    }

/*css form pagamento*/

    input{
            margin: 5px;
            text-align: center;
            padding: 10px 12px;
            display: inline-block;
            border: 1px solid #ccc;
            box-sizing: border-box;
    }

    .conferma_pagamento{
            border: 1px solid black;
            text-align: center;
            font-size: 18px;
            color: midnightblue;
            font-family: monospace;
            position: absolute;
            z-index: 1000;
            width: 40%;
            height: 68%;
            background-color: white;
            margin-left: 35%;
            margin-top: 10%;
    }
    
    h3{
        text-decoration-line: underline;
    }

    .form-group-intestatario{
            text-align: center;
            padding: 14px 30px;
    }

    .form-group-cvv{
            text-align: center;
            padding: 14px 30px;
    }    

    .form-group-numero-carta{
        text-align: center;
        padding: 14px 30px;
    }

    .form-group-scadenza{
        text-align: center;
        padding: 14px 30px;
    }

    #scelta_circuito{
        text-align: center;
        padding: 14px 30px;
    }

    #paga_adesso{
        text-align: center;
        padding: 14px 30px;
    }

    select{
        margin: 10px;
    }

    label{
        margin: 10px;
    }

    #annullamento{
        margin: 10px;
    }

    #conferma-pagamento{
        margin: 10px;
    }

    .avviso_back{
        padding: 100px;
        border: 1px solid black;
        text-align: center;
        font-size: 20px;
        color: midnightblue;
        font-family: monospace;
        position: absolute;
        margin-left: 31%;
        margin-top: 25%;
        z-index: 1000;
        background-image: url(../img/divieto.jpg);
        background-repeat: round;
        width: 30%;
        height: 10%;
    }

    a{
        color:red;
    }

     .avviso_back2 {
        padding: 100px;
        border: 1px solid black;
        text-align: center;
        font-size: 20px;
        color: midnightblue;
        font-family: monospace;
        position: absolute;
        margin-left: 35%;
        margin-top: 18%;
        z-index: 1000;
        background-image: url(../img/divieto.jpg);
        background-repeat: round;
        width: 23%;
        height: 33%;
        padding-top: 12%;
    }