﻿.divContent {
    width:442px;
    height:auto;
    margin:auto;
}
.btnValidate
{    
    display:block;
    
    width: 100%;
    height:45px;
    line-height:45px;
    text-align:center;
    border:none;

    color:white;
    background-color: #00A3CA;
}
.divLogoHeaderTop {
    width: 150px;
    height: 40px;
    /*margin-top: 15px;
     background: transparent url(../images/master/logo.svg) 0% 0% no-repeat padding-box; */
    background: transparent url(../images/master/marsh-logo-rgb-midnight.svg) 0% 0%;
    opacity: 1;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.divLogoHeader {
    width: 220px;
    height: 45px;
    /* margin-top: 10px;
    background: transparent url(../images/master/logo.svg) 0% 0% no-repeat padding-box; */
    background: transparent url(../images/master/Marsh_Personal_text_transparent.png) 0% 0%;
    opacity: 1;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.imgLogo
{
    height: 50px;
}
.imgCodiceAdesione {
    width:100%;
    height:auto;
}
.tbAdesioneCodice
{
    width:430px;
    display:block;   
    height:36px;
    line-height:36px;
    padding-left:10px;
    border:1px solid #E2E2E2;
}

.divText, .divTextNoMargin
{
    width:100%;
    height: auto;
    margin-top:20px;
    margin-bottom: 30px;
    color: #6e6e6e;
}

.divTextNoMargin
{
    margin-bottom: 0px;
}
