.login_div{
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: black;
	color: white;
	/* width: 80%;
	height: auto; */
	/* margin-top: 4%;
	border-radius: 10px; */
}

.login-button {
	position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
}

.microphone-login {
	font-size: 10rem;
	color: rgb(241, 205, 112);
	position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 30%);
}

.loading {
	font-size: 10rem;
	color: rgb(241, 205, 112);
	position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, 30%);
}

.guest-button {
	display: inline-block;
    background: rgb(241, 205, 112);
    width: 190px;
    padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 16px;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: bold;
    font-family: Aleo, sans-serif;
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
	.microphone-login {
		font-size: 5rem;
		color: rgb(241, 205, 112);
		position: absolute;
		bottom: 50%;
		left: 50%;
		transform: translate(-50%, 30%);
	}
}