#resetAccountPasswordModalDiv {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#resetAccountPasswordModalDiv .modal-header{
    color: white;
    border: 1px solid white;
}

#resetAccountPasswordModalDiv .close{
    color: white;
}

#resetAccountPasswordModalDiv .close:hover {
    color: white;
}

@media only screen and (max-width: 600px) {

    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

}