body.file-access-modal {
    margin: 0;
    padding: 1rem;  
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: center;
    background-color: #fff; 
}

.file-access-modal h2 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 2.3125rem;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

.file-access-modal p.subheading {
    margin: 0;
    font-size: 35px;
}

.file-access-modal ul {
    list-style-type: none;
    padding-left: 0;
}

.file-access-modal li {
    display: inline-block;
    padding: 0 0.5rem;
}

.file-access-modal .buttonEP {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bolder;
    font-size: x-large;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    /*font-size: 1rem;*/
    background-color: #0070C0;
    border-color: #052042;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -webkit-appearance: none;
    border: none;
    /*font-weight: normal !important;*/
    border-radius: 4px;
}

.file-access-modal .button {
    border-style: solid !important;
    border-width: 0px !important;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal !important;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem !important;
    padding-right: 2rem;
    padding-bottom: 1.0625rem !important;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #062853 !important;
    border-color: #052042 !important;
    color: #fff !important;
    -webkit-transition: background-color 300ms ease-out !important;
    -moz-transition: background-color 300ms ease-out !important;
    transition: background-color 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -webkit-appearance: none;
    border: none;
    font-weight: normal !important;
    border-radius: 4px !important;
    background-image: none !important;
}

.file-access-modal .button:disabled,
.file-access-modal .button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor:none;
}
.file-access-modal .button:hover,
.file-access-modal .button:focus {
    background-color: #052042
}

.file-access-modal .button:hover,
.file-access-modal .button:focus {
    color: #fff
}

.account-options h2 {
    text-align: left;
}

.account-options ul {
    text-align: left;
}

.account-options li {
    display: block;
    padding-top:  0.25rem;
    padding-bottom:  0.25rem;    
}

.account-options li a {
    color: #0475be;
    text-decoration: none;
}

.account-options li a:hover {
    color: #0475be;
    text-decoration: underline;
}

/* ====== MEDIA SIZE : SMALL ====== */
@media only screen and (max-width: 40.063em) {
    .file-access-modal h2 {
        font-size: 26px;
    }

    .file-access-modal p.subheading {
        font-size: 24px;
    }
}

@media only screen and (max-width: 40.063em) and (orientation: portrait){
    .file-access-modal ul {
        width: 80%;
        margin: auto;
        text-align: left;
    }

    .file-access-modal li {
        padding-top:  0.25rem;
        padding-bottom:  0.25rem;
    }

    .file-access-modal li:last-of-type {        
        padding-bottom:  0;
    }    

    .file-access-modal .button {
        width: 100%;
    }
}

.center {
    margin: auto;
}

.reveal-eye {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 2;
    width: 30px;
    background: #fff url(https://dtzbdy9anri2p.cloudfront.net/cache/b55f544d09a0872a74b4427ce1fe18dd78418396/telerik/img/dist/reveal-password.png) 50% 50% no-repeat;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease 0s,visibility 0s linear .2s;
}

    .reveal-eye.is-visible {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: opacity .2s ease 0s,visibility 0s linear 0s;
    }

.lbl-change-password {
    margin-bottom: 10px;
}