html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

.login-margin-top { margin-top: 6rem;}

.with-height { height: 4.5rem; padding: 5px 10px 4px 10px;}
.with-height h4 { font-size:1.6rem; font-weight:bold; margin-top:5px; }

#elm_page {
	position: relative;
	width: 480px;
	height: 679px;
	margin:0 auto;
}

.btn-margin-left { margin-left: 5px; }

.modal-content {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important; 
}
