﻿body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: rgba(0,0,0,0.02) !important;
}

.user_card {
	height: 400px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	background: #eef4f7; 
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

.user_card.bigger {
	height: 450px;
}

.brand_logo_container {
	position: absolute;
	height: 200px;
	width: 200px;
	top: -90px;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
    background-color: rgb(245,245,245) !important;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.brand_logo {
	height: 180px;
	width: 180px;
	border-radius: 50%;
}

.form_container {
	margin-top: 75px;
}

.input-group {
	margin: 20px 0px;
}

.login-btn {
	width: 60%;
}