/* .mtc-box {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 400px;
    margin: 20px auto;
    border-radius: 10px;
    background: #212121 !important;
} */
.mtc-box{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 30px;
    max-width: 400px;
    margin: 50px auto; /* center horizontally */
    background: #23262E;
    border-radius: 12px;
    box-shadow: 0 0 10px #131824;
}
.mtc-box input {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 8px 0;
}

.mtc-box button {
    padding: 10px;
    background: #ff4081;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.mtc-box h3 {
    margin-top: 0;
    color: #444;
}

.mtc-box label{
	display: block;
	width: 100%;
	color: #fff;
	text-align: left !important;
}
.mtc-box #time-result, #time-and-half-result, #light-time-result{
	color: #fff !important;
	margin-top: 20px !important;
}
