.login-box {
    position: relative;
    display: block;

    padding: 20px 0px;
}
.login-box-inner {
    position: relative;
    display: block;

    width: 100%;
    max-width: 350px;

    margin: 0 auto;
}

.borbgparteneri {
    border: solid 10px rgba(255, 255, 255, 0.6);
    border-radius: 40px;
}
.bgparteneri {
    background: url(../image/bgparteneri.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 60px;
    border-radius: 30px;
}
.textnamebanner {
    font-size: 42px;
    font-weight: 900;
    color: #111826;
    width: 66%;
    margin: 0 auto;
}
.serviciioff{
    background: #e7622a;
    line-height: 50px;
    height: 50px;
    color: #fff;
    padding-left: 30px;
    border-radius: 8px 8px 0 0
}
.boxserviciioff{
    background: #fff;
    border: solid 1px #e7622a;
    border-radius: 8px;
}
.partenerheader input{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    background: transparent;
    border: none;
}