a.forgot_password
{
    display        : block;
    padding-bottom : 10px;
    margin-top     : 10px;
    width          : 50%;
    font-weight    : bold;
    font-size      : small;
}

.no_javascript_div
{
    margin-top: 6% !important;
    left: 0;
    max-width: 430px;
    right: 0;
    margin: 0 auto;
}

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;
}