a.forgot_password
{
    display:        block;
    padding-bottom: 10px;
    margin-top:     10px;
    width:          50%;
    font-weight:    bold;
    font-size:      small;
}

.colorTextForm > div >p
{
    margin: 0;
}

.no_javascript_div
{
    margin-top: 6% !important;
    left:       0;
    width:      430px;
    right:      0;
    margin:     0 auto;
}

#loginShowPassword
{
    margin: 0;
}

.field-loginform-cookie > label
{
    color: var(--main-text-color-video, white);
}

.field-loginform-username
{
    padding-top: 20px;
}

.field-passwordLoginBabInput
{
    margin-bottom: 29px;
}

a.forgot_password:hover
{
    cursor:          pointer;
    text-decoration: none;
}

#spanforgotPasswordRadioGroup
{
    border:             0 !important;
    width:              200px;
    height:             49px;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition:    300ms ease-in-out;
    transition:         300ms ease-in-out;
}

#spanforgotPinRadioGroup
{
    border:             0 !important;
    width:              200px;
    height:             49px;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition:    300ms ease-in-out;
    transition:         300ms ease-in-out;
}

#spanforgotPasswordRadioGroup:hover
{
    cursor: pointer;
}

#spanforgotPinRadioGroup:hover
{
    cursor: pointer;
}

.label_modal
{
    min-height:    100%;
    height:        auto !important;
    line-height:   35px;
    width:         inherit;
    margin-bottom: 0;
}

#spanforgotPasswordRadioGroup > label :hover
{
    cursor: pointer;
}

#spanforgotPinRadioGroup > label :hover
{
    cursor: pointer;
}

#qr_container{
    display: flex; 
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
}

#qr_container img{
   width: 100%;
}

#autenticatorDownloadUrl{
    display: none;
}

#dontOwnMessage{
    color: lightblue;
    font-weight: bold;
}

#pin-insert-container{
    margin-top: 20px;
}

/* commentato perche su mac il qr code era troppo piccolo e non veniva letto corretamente */
/* #imgQBox{
    max-width: 150px;
} */

#imgStoreContainer{
    display: flex;
    justify-content: space-between;
}

#imgStoreContainer a{
    width: 40% !important;
}