﻿
.StepRegistrazione,
.StepLogin,
.SteSceltapRegistrazione {
    background-color: #c9d5e8;
    border-radius: 20px 0 0 20px;
    padding: 30px;
    height: calc(100% - 16vh);
    position: relative;
    margin-top: 12vh;
}

    .StepRegistrazione .rz-text-h4,
    .StepLogin .rz-text-h4,
    .SteSceltapRegistrazione .rz-text-h4 {
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: 900;
    }

    .StepRegistrazione img,
    .StepLogin img,
    .SteSceltapRegistrazione img{
        width: 100px;
        margin: 0 auto;
        display: block;
    }

.lineasparatore {
    height: 1px;
    width: 100%;
    background-color: #8091aa;
    display: block;
    margin: 20px 0;
}

.rz-steps.TabRegistrazione {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    position: absolute;
    bottom: 0;
}


    .rz-steps.TabRegistrazione .rz-steps-item {
        display: block;
    }

    .rz-steps.TabRegistrazione .rz-menuitem-link {
        margin: 5px 0;
        text-align: left;
        width: 100% !important;
    }

    .rz-steps.TabRegistrazione .rz-steps-item .rz-steps-number {
        background-color: #fff;
        color: #09337c;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        border: 1px solid #0D2857;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 25px;
    }

    .rz-steps.TabRegistrazione .rz-steps-item .rz-steps-title {
        font-size: 16px;
        color: #1e2c52;
        text-transform: none;
    }



.SezioneForm {
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    padding: 40px 30px;
    margin-top: 5vh;
}

    .SezioneForm .stackAccessoutente {
        height: 50vh;
        padding:0 30px 0 0;
    }

.ImagePIva {
    background-image: url(../images/Registrazione/ImgPiva.png);
    background-size: cover;
    height: 100%;
    border-radius: 0 20px 20px 0;
    background-repeat: no-repeat;
}

.SezioneForm .rz-col-md-5 img {
    width: 200px;
    padding: 30px 0;
}

.SezioneForm .rz-col-md-5 .rz-text-body1 {
    padding: 0 0 20px 0;
}

.ImageLogin {
    background-image: url(../images/Registrazione/ImgLogin.png);
    background-size: cover;
    background-position: bottom;
    height: 100%;
    border-radius: 0 20px 20px 0;
    background-repeat: no-repeat;
}

.Registrazioneswitch {
    width: 90%;
    margin: 20px 5%;
    padding: 0;
    box-shadow: none !important;
    position: relative;
}

    .Registrazioneswitch .rz-button {
        padding: 0;
    }

    .Registrazioneswitch img {
        width: 100%;
        border-radius: 10px;
    }

    .Registrazioneswitch .rz-text-body1 {
        position: absolute;
        bottom: 0;
        width: 100%;
        font-family: 'Aristotelica';
        color: #fff!important;
        font-weight: 600;
        font-size: 20px
    }
.cardFormRegistrazione {
    background-color: #e4e6eb;
    box-shadow: none;
    border-radius:10px;
}
.PannelloInfo{
    width:400px;
    margin-top:30px;
}
.PannelloInfo img{
    width: 50%;
    display:block;
    margin:20px auto;
}
.RegistrazioneStep4 {
    height: 230px;
    width: 100%;
    padding: 15px;
    border-width: 0px 1px 1px;
    border-top-style: initial;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: initial;
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    overflow: auto;
}