/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 4.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */



.registration-form-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
	display:none;
}

	.registration-form-container .container {
		width: 100%;
		height: calc(100% - 75px);
		/*height:100%;*/
		position: relative;
		padding:0;
	}

.registration-form-container iframe {
	height:100%;
	width:100%;
	border: unset;
	margin-top: 5px;
}

a.close-registration-form {
	/*position: absolute;
	top: 10px;
	right: 10px;*/
	color: #363636;
	cursor: pointer;
	float:right;
}

	a.close-registration-form i {
		/*margin-bottom:4px;*/
	}

.registration-form-container-header {
	padding: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.registration-form-container-header h4 {
	margin: 0;
}