@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

html {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	height: 100%;
}

*, :after, :before {
	box-sizing: inherit;
}

body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	margin: 0;
	height: 100%;
}

h1, h2, p {
	margin-top: 0;
	margin-bottom: 10px;
}


h1, h2 {
	font-weight: 700;
	line-height: 1.2;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 20px;
}

.button {
	background-color: #00b5e2;
	border-radius: 99px;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 20px;
	text-transform: uppercase;
}

.video-panel-container {
	align-items: center;
	background-size: cover;
	background: linear-gradient(135deg, #52e5e3 0%,#00b5e2 100%);
	display: flex;
	justify-content: center;
	padding: 30px;
	min-height: 100%;
}

.video-panel {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 20px 41px 0px rgba(0,0,0,0.15);
	max-width: 640px;
	padding: 40px;
	text-align: center;
	width: 90%;
}

.video-file-container {
	border: 2px dotted #ccc;
	position: relative;
	align-content: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

.video-file-container:hover {
	border-color: #00b5e2;
}

input[type="file"] {
	height: 100%;
	margin: 0;
	outline: none;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.video-file-message {
	padding: 40px;
}

.video-file-message p {
	margin-bottom: 20px;
}

.video-render-container img {
	width: 100%;
	margin-top: 20px;
}

.video-icon {
	margin-bottom: 10px;
}
