body {
	background-color: #0e9e2e;
	font-family: "Roboto", sans-serif;
}

.card-custom {
	background-color: white;
	height: 500px;
	width: 400px;
	float: none;
	border-radius: 20px;
	margin-top: 80px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.card-image {
	padding-top: 30px;
	margin-left: 100px;
	margin-right: auto;
	position: relative;
}

.form-control {
	width: 90%;
	background-color: #0e9e2e;
    height: 50px;
    border-radius: 8px;
    border-color: white;
}

.form-control:focus {
	background-color: #0e9e2e;
}

.form-control::placeholder {
	color: white;
	font-weight: 400;
	font-family: "Roboto";
}

.btn {
	background-color: #0e9e2e;
    color: white;
    width: 100px;
    height: 50px;
    border-radius: 6px;
	font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
}

.btn:hover {
    color: white;
}

.form-text {
    padding-left: 20px;
}