html {
	overflow: hidden;
}

.card {
	min-height: auto;
	width: auto !important;
	margin: 90px auto !important;
	display: table;
	box-shadow: 0px 25px 30px -25px rgba(0,0,0,0.3);
}

.card h1 {
    font-size: 18px;
    color: #7b8c8d;
    font-weight: 900;
    margin-bottom: 10px;
}

.card input {
	height: 40px !important;
	font-size: 15px;
	color: #444444;
	text-align: center;
    margin-top: 20px !important;
}

.card button {
    width: 100%;
    height: 40px;
    margin-top: 20px !important;
    font-size: 12px;
    letter-spacing: 1px;
    box-shadow: 0 10px 18px -10px rgba(127,140,141,0.6) !important;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .warning {
	text-align: center;
    color: #e74c3c;
    font-weight: 700;
    margin-bottom: 0;
}