/* For the login block for the API portal */

.login_block {
    width: 80%;
    display:flex;
    justify-content: center;
    min-width: 300px;
    margin: 0 auto;
}

.login_label {
	margin-right: 1em;
	font-weight: bold;
	font-size: 1.1em
}

.login_block input {
	background-color: ghost-white;
}

.logout_block {
	position: fixed;
	width: 40%;
	top: 40%;
	right: 50%;
	left: 50%;
}
