@charset "utf-8";
/* CSS Document */
html, body {
	background: url(Images/MTs-JimmyKimmel-BG-Final.jpg) no-repeat center top fixed;
	font-family: 'Roboto', sans-serif;
}

.container img-fluid {
	max-width: 100%;
	height: auto;
}

.display-4 {
	font-size: 50px;
}
#inputText {
	width: 495px;
	height: 58px;
	border-radius: 40px;
	background: transparent;
	
}

#inputPassword {
	width: 495px;
	height: 58px;
	border-radius: 40px;
	background: transparent;
}

#btnLogin{
	width: 259px;
	height: 58px;
	border-radius: 40px;
}
#bntLogout {
	text-align: center;
	font-size: 13px;
	width: 118px;
	height: 30px;
	border-radius: 40px;
}
.btn-danger {
	width: 140px;
	height: 30px;
	border-radius: 40px;
}
.btn-success {
	width: 140px;
	height: 30px;
	border-radius: 40px;
}
.display-1 {
	font-size: 135px;
}
#btnStart {
	width: 260px;
	height: 58px;
	border-radius: 40px;
}
input {
   text-align:center;
}
#btnSelect {
	font-size: 17px;
	text-align: center;
}
#exampleInputEmail {
	width: 495px;
	border-radius: 40px;
	background: transparent;
}
#btnQuit {
	width: 260px;
	height: 58px;
	border-radius: 40px;
}
.img-thumbnail {
	width: 320px;
	height: 180px;
}

