#login {
    padding: 4% 0 0;
}

@media screen and (max-height: 550px) {
    #login {
        padding: 20px 0;
    }
}

.login h2 {
    color: #15748f;
    font-weight: normal;
    margin-bottom: 16px;
}

/* =Styles for Thickbox based on a subset of styles from
 *  wp-admin/css/common.css
-------------------------------------------------------------- */
#TB_window.musa-help-modal {
	background: #fcfcfc;
}

/*
#TB_window.musa-help-modal.thickbox-loading:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	margin: -10px 0 0 -10px;
	background: #fcfcfc url(../images/spinner.gif) no-repeat center;
	background-size: 20px 20px;
	transform: translateZ(0);
}

@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	#TB_window.musa-help-modal.thickbox-loading:before {
		background-image: url(../images/spinner-2x.gif);
	}
}
*/

.musa-help-modal #TB_title {
	float: left;
	height: 1px;
}

.musa-help-modal #TB_ajaxWindowTitle {
	display: none;
}

.musa-help-modal #TB_closeWindowButton {
	left: auto;
	right: -30px;
	color: #eee;
}

.musa-help-modal #TB_closeWindowButton:hover,
.musa-help-modal #TB_closeWindowButton:focus {
	color: #42badc;
	outline: none;
	box-shadow: none;
}

.musa-help-modal .tb-close-icon {
	display: none;
}

.musa-help-modal #TB_closeWindowButton:after {
	content: "\f335";
	font: normal 32px/29px 'dashicons';
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* move the close icon to top on narrow screens */
@media screen and (max-width: 830px) {
	.musa-help-modal #TB_closeWindowButton {
		right: 0;
		top: -30px;
	}
}

/* constrain the content to the width of the box */
#TB_ajaxContent {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
}

#TB_ajaxContent dt {
    font-weight: bold;
    margin-top: 0.5em;
}

#TB_ajaxContent dd {
    margin-left: 1.5em;
}
