/*
Theme Name: Bright Theme
Github Theme URI: https://github.com/brightpublishing/bright-theme
Author: Bright Publishing
Author URI:
Description: Bright Publishing Theme
Version: 1.1.189
*/
#issue-modal {
	text-align: center;
}
#issue-modal h2 {
	font-size: 32px;
}
#issue-library #issue-modal .modal-body p:last-of-type {
    margin-bottom: 1em;
}
#issue-library #issue-modal .btn.btn-primary {
	color: white;
	padding: 2.75px 4rem;
	margin: 0 auto;
	width: auto;
	font-size: 16px;
}

#issue-modal input[type="password"] {
    width: 80%;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 0.25em;
    padding: 0 0.5em;
    margin-bottom: 2em;
}

#issue-filters li a {
	cursor: pointer;
}

#wrong-details {
	color: red;
}