/* 
font-family: "Inter", sans-serif;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
*/

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



body {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	background-color: #F4F2EE;
	overflow-x: hidden;
	/* background-image: url('../images/website_background.jpg'); */
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: "Inter", sans-serif;
}

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



:root {
	--maxwidth: 1280px;
	--maxwidthmobile: 2000px;
	--centercolwidth: 65%;
}

@media (min-width:1800px) {
	:root {
		--maxwidth: 1100px;
		--maxwidthmobile: 2000px;
		--centercolwidth: 80%;
	}
	
}

a {
	color: #202224;
	font-weight: 500;

}

body::-webkit-scrollbar {
	width: 1rem;
	background-color: #000;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body::-webkit-scrollbar-thumb {
	background-color: #F0F0F0;
	border-radius: .5rem;
}

::-moz-selection {
	background-color: #011AAF;
	color: white;
}

::selection {
	background-color: #011AAF;
	color: white;
}

.centercol_yellow {
	position: relative;
	width: 100%;
	height: 18vh;
	min-height: 200px;
	max-height: 250px;
	background-color: #011AAF;
	box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
}
.centercol_yellow {
	position: relative;
	width: 100%;
	height: 18vh;
	min-height: 200px;
	max-height: 250px;
	background-color: #011AAF;
	box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
}
.centercol_yellow_inner {
	position: absolute;
	width: var(--centercolwidth);
	min-height: 100%;
	left: 50%;
	/* border: 1px solid black; */
	box-sizing: border-box;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	overflow: hidden;
	max-width: var(--maxwidth);
}

.centercol_footer {
	position: relative;
	width: 100%;
	height: auto;
}
.centercol_footer_inner {
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 50%;
	/* border: 1px solid black; */
	box-sizing: border-box;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	overflow: hidden;
	max-width: var(--maxwidth);
	padding: 2em 0;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.5;
}

.centercol_footer_inner a{
	font-weight: 600;
	text-decoration: none;
	
}

.centercol {
	position: relative;
	width: var(--centercolwidth);
	margin: 0 auto;
	max-width: var(--maxwidth);
}

.sectionspacer {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.baseaccesso {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.03);
	line-height: 2.5em;
	padding: 1em 2.5em 2em 2.5em;
}

.benvenuto {
	position: relative;
	font-size: 1em;
	font-weight: 500;
}

.accedibtn {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #011AAF;
	color: #fff;
	padding: 0.2em 1em 0.2em 1em;
	border-radius: 0px;
	margin-right: 0.4em;
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
}

.accedibtn:hover {
	background-color: #0021ef;
}

.registerbtn {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #EAEAEA;
	color: #7D7D7D;
	padding: 0.2em 0.8em 0.2em 0.8em;
	border-radius: 0px;
	transition: all 0.2s ease-out 0s;
}

.registerbtn:hover {
	background-color: #5e5e5e;
	color: #ffffff;
}

.logoutbtn {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #3D4148;
	color: #fff;
	padding: 0.2em 0.8em 0.2em 0.8em;
	border-radius: 0px;
	transition: all 0.2s ease-out 0s;
}

.logoutbtn:hover {
	background-color: #2d2e31;
}

.registratitxt {
	text-decoration: underline;
	font-weight: 600;
}

.registratitxt a {
	color: #000;
}

.glossline {
	position: absolute;
	width: 92%;
	height: 10px;
	background-color: #F7F7F7;
	left: 3%;
	bottom: 6px;
	border-radius: 20px;
}

.logoheader {
	position: absolute;
	left: 0;
	top: 20%;
	width: auto;
	height: 60%;
	/* border: 1px solid black;
	box-sizing: border-box; */
	background-size: contain;
	float: left;
}
.logoheader img{
	height: 100%;
}

.titoloheader {
	position: relative;
	left: 4%;
	top: 50%;
	width: auto;
	height: 80%;
	float: right;
	/* border: 1px solid black;
	box-sizing: border-box; */
	background-size: contain;
	font-weight: 300;
	font-size: 1.8em;
	margin-top: -0.8em;
	letter-spacing: -0.03em;
}

.moviesgrid {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1.3rem;
	grid-row-gap: 2.5rem;

	padding-top: 3em;
	padding-bottom: 2em;
}

.moviesgrid a {
	text-decoration: none;
}

.singlemovie {
	position: relative;
	text-align: left;
	color: #fff;
	overflow: none;
	padding-bottom: 0em;
	border-radius: 15px;
	/* padding: 1.6em 1em 0.7em 1em; */
	/* background-color: #f1f1f1; */
	box-sizing: border-box;
	/* border: 4px solid rgba(0, 0, 0, 0.02); */
}

.singlemoviebg {
	position: relative;
	background-position: center center;
	background-size: cover;
	border-radius: 0px;
	background-color: #E4E4E4;

	box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);

	/* border: 4px solid #fff; */
}

.singlemoviebg:before {
	content: "";
	display: block;
	padding-top: 148%;
	/*What you want the height to be in relation to the width*/
}

.pagetitle {
	position: relative;
	width: 100%;
	text-align: left;
	/* border-bottom: 0.6em solid #011AAF;
	padding-bottom: 1em; */
}

.pagetitle h1 {
	font-family: "Inter", sans-serif;
	font-size: 2em;
	color: #333333;
	margin-bottom: 1em;
	/* text-decoration: underline;
	text-underline-offset: 0.4em;
	text-decoration-thickness: 0.4rem;
	text-decoration-color: #011AAF; */
	font-weight: 500;
}


.pagetitledownload {
	position: relative;
	width: 100%;
	text-align: left;
	/* border-bottom: 0.6em solid #011AAF;
	padding-bottom: 1em; */
}

.pagetitle h1 {
	font-family: "Inter", sans-serif;
	font-size: 2em;
	color: #19171A;
	margin-bottom: 0em;
	/* text-decoration: underline;
	text-underline-offset: 0.4em;
	text-decoration-thickness: 0.4rem;
	text-decoration-color: #011AAF; */
}

.introtext {
	width: 100%;
	font-family: "Inter", sans-serif;
	font-size: 1.4em;
	color: #19171A;
	font-weight: 400;
	padding-top: 0.5em;
	padding: 1em 0 1em 0;
	line-height: 1.4;
}

.singlemovietitle {
	font-family: "Inter", sans-serif;
	font-size: 0.9rem;
	color: #3D4148;
	font-weight: 500;
	padding-top: 0.8em;
	padding-bottom: 0em;
	/* text-decoration: underline;
	text-underline-offset:0.6em;
	text-decoration-thickness: 0.3em;
	text-decoration-color: #011AAF; */
	text-align: center;
	text-transform: uppercase;
}

.singlemoviedata {
	position: relative;
	font-family: "Inter", sans-serif;
	font-size: 1em;
	color: #A0A0A0;
	font-weight: 500;
	text-align: center;
	background-color: #e5e5e5;
	color: #363636;
	padding-left: 2em;
	padding-right: 0.5em;
	/* border-radius: 8px 8px 0 0; */
	padding: 0.6em 1.5em 0.6em 1.5em;
	display: block;
	left: 0%;
	width: 100%;
	/* -ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%); */
	/* text-transform: uppercase; */
	box-sizing: border-box;
	margin-bottom: 0.5em;
}

.trailerbtn {
	position: relative;
	font-family: "Inter", sans-serif;
	font-size: 1em;
	color: #A0A0A0;
	font-weight: 600;
	text-align: left;
	background-color: #011AAF;
	color: #fff;
	margin-top: 1em;
	border-radius: 5px;
	padding: 0.5em 1em 0.5em 1em;
	display: inline-block;
}

.trailerbtn a {
	color: #fff;
	text-decoration: none;
}

.backhome {
	padding-top: 1em;
	font-weight: 600;
	color: #ABAAAC;
}

.backhome a {
	text-decoration: none;
	color: #ABAAAC;
}

.arrow {
	border: solid #ABAAAC;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
}

.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

hr {
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.backcolotext {
	padding: 5px;
	background-color: #011AAF;
	color: #000;
	padding: 0.2em 0.5em;
	margin: 0px auto 0px auto;
	/* keep the table centered */
}

.cardhole {
	position: absolute;
	top: 0.3em;
	left: 50%;
	width: 30%;
	height: 0.8em;
	background-color: #fff;
	border-radius: 25px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.schedatext {
	position: relative;
	font-family: "Inter", sans-serif;
	color: #262626;
	font-weight: 400;
	font-size: 1rem;
	text-align: justify;
	padding-top: 0.6em;
	line-height: 1.5;
	padding: 3em;
	background-color: #fff;

	/* -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08); */

	border-radius: 0px;
	box-sizing: border-box;
}

.schedatext:after {
	content: "Foo";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}
.schedatext img{
	width: 35%;
}

.imgscheda {
	position: relative;
	float: left;
	width: 33%;
	margin-right: 2em;
	margin-bottom: 1em;
	/* background-image: url('../images/website_background.jpg'); */
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);
	max-width: 310px;
}

.imgscheda:before {
	content: "";
	display: block;
	padding-top: 142%;
	/*What you want the height to be in relation to the width*/
}

.schedatext img {
	float: left;
	border-radius: 0px;
	margin-right: 1.5em;
	margin-bottom: 1em;
	box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 14px 5px -7px rgba(0, 0, 0, 0.1);
}

.schedadettagligrid {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;

	display: grid;
	grid-template-columns: 1fr auto auto;
	grid-column-gap: 0.6em;
	grid-row-gap: 0.6em;
	padding-top: 0.6em;
	padding-bottom: 0em;
}

@media only screen and (max-width: 1000px) {
	.schedadettagligrid {
		grid-template-columns: 1fr;
	}
}

.schedadettagligrid div {
	font-size: 1em;
	padding: 1em 2em 1em 1em;
	background-color: #eee;
	border-radius: 0px;
}

.schedatextinside {
	position: relative;
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 1em;

}

.tabtitle {
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 0.5em;
}

.downloadtitle {
	font-family: "Inter", sans-serif;
	position: relative;
	font-size: 1.2em;
	font-weight: 500;
	padding-top: 1em;
	padding-bottom: 1em;

	color: #A0A0A0;
	font-weight: 600;
	text-align: center;
	background-color: #f6f6f6;
	color: #313131;
	padding-left: 2em;
	padding-right: 0.5em;
	border-radius: 5px 5px 0 0;
	padding: 0.6em 2em 0.6em 2em;
	display: inline-block;
	left: 0%;

	box-sizing: border-box;
	white-space: nowrap;
}

.downloadgrid {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;

	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0.6em;
	grid-row-gap: 0.6em;
	padding-top: 0em;
	padding-bottom: 2em;

	padding: 2em;
	background-color: #fff;

	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);

	border-radius: 15px;
	box-sizing: border-box;
}

.singledownload {
	font-size: 0.9em;
	padding: 0.5em 2em 0.5em 1em;
	background-color: #fff;
	color: #4a4a4a;
	border-radius: 0px;
	margin-bottom: 0.4em;
	font-weight: 500;
	padding: 1em;
	border: 0px solid rgba(0, 0, 0, 0.05);
	text-align: center;
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.02);
	font-family: 'Roboto', sans-serif;
}
.videocont{
	padding-bottom: 0.5em;
}
.videocontinside a {
	text-decoration: none;
}

.videocontinside {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 0.6em;
	grid-row-gap: 0.6em;
	padding: 1em;
	background-color: #f6f6f6;
	border-radius: 0 10px 10px 10px;

	box-sizing: border-box;
	margin-top: -2px;
	margin-bottom: 1em;
}

.itempreviewimg {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.05);
	background-position: center center;

	background-repeat: no-repeat;
	background-size: 80%;
	border: 0px solid rgba(0, 0, 0, 0.03);;
	box-sizing: border-box;
}

.itempreviewimg:before {
	content: "";
	display: block;
	padding-top: 125%;
	/*What you want the height to be in relation to the width*/

	border-radius: 0px;
}

.videoitempreviewimg {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.05);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0px solid rgba(0, 0, 0, 0.03);;
	box-sizing: border-box;
}

.videoitempreviewimg:before {
	content: "";
	display: block;
	padding-top: 60%;
	/*What you want the height to be in relation to the width*/

	border-radius: 0px;
}



 
  .tooltiptext {
	visibility: hidden;
	width: auto;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	font-size: 1em;
	position: absolute;
	z-index: 1;
	padding: 0.5em 1em;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	top: 0;
  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
  }





























#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
	font-family: 'Poppins', sans-serif !important;
}

#user-registration p {
	font-size: 1em !important;
	line-height: 80%;
	/* padding: 1em; */
}

.ur-frontend-form.ur-frontend-form--rounded form input[type="submit"],
.ur-frontend-form.ur-frontend-form--rounded form button[type="submit"],
.ur-frontend-form.ur-frontend-form--rounded form button.user-registration-multi-part-nav-prev,
.ur-frontend-form.ur-frontend-form--rounded form button.user-registration-multi-part-nav-next {
	font-size: 1.2em !important;
	border-radius: 15px !important;
	background-color: #011AAF !important;
	padding: 0.5em 3em 0.5em 3em !important;
	color: #000;
	width: 100%;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#user-registration.vertical .user-registration-MyAccount-navigation {
	border-radius: 15px 0 0 15px !important;
	background-color: #FAFAFA;
	/* border-right: 6px solid rgba(0, 0, 0, 0.04);
	box-sizing: border-box; */
	padding: 1em 0 0 0;
}

label {
	font-size: 1em !important;
	color: #202224 !important;
}

.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid select {
	border-radius: 15px !important;
	border: 2px solid #c0c4d4 !important;
	font-size: 1em !important;
	font-weight: 600 !important;
}

.ur-frontend-form {
	border: 0px solid #c0c4d4 !important;
}

.ur-frontend-form.login {
	padding: 5em 3em 5em 3em !important;
	border-radius: 15px !important;
}

#user-registration.vertical .user-registration-error,
#user-registration.vertical .user-registration-message {
	border: none;
	padding: 2em !important;
	font-size: 1.2em;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
.ur-frontend-form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
	font-size: 1em !important;
	border-radius: 15px !important;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 2px solid #F0F1F5 !important;
}

#user-registration.vertical {
	border-radius: 15px !important;
}

#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
	border-color: #bfa100;
	border-right: 6px solid rgba(0, 0, 0, 0.04);
	border-left: 0px;
	background-color: #011AAF;
	border-radius: 15px 0 0 15px !important;
}

#user-registration.user-registration,
#user-registration * {
	border-radius: 15px !important;
}

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
	font-size: 1em !important;
	font-weight: 600 !important;
}

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
	font-size: 1em !important;
	font-weight: 600 !important;
}

#user-registration.horizontal .user-registration-MyAccount-content .edit-profile .user-registration-profile-header,
#user-registration.horizontal .user-registration-MyAccount-content .edit-profile h2,
#user-registration.horizontal .ur-edit-profile .edit-profile .user-registration-profile-header,
#user-registration.horizontal .ur-edit-profile .edit-profile h2,
#user-registration .user-registration-MyAccount-content .edit-profile .user-registration-profile-header,
#user-registration .user-registration-MyAccount-content .edit-profile h2,
#user-registration .ur-edit-profile .edit-profile .user-registration-profile-header,
#user-registration .ur-edit-profile .edit-profile h2 {
	text-align: left;
}

fieldset {
	border: none;
}

.ur-frontend-form button,
.ur-frontend-form input[type="submit"],
.ur-frontend-form button[type="submit"] {
	width: 100%;
	font-size: 1.2em !important;
	border-radius: 15px !important;
	background-color: #011AAF !important;
	padding: 0.5em 3em 0.5em 3em !important;
	color: #000;
	width: 100%;
	font-weight: 600;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

.ur-frontend-form {
	background-color: #fff;
	padding: 3em;
	box-shadow: 0 2px 20px rgba(45, 53, 89, 0.1);
	border-radius: 15px !important;
	margin-top: 2em;
}

.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid legend,
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid label {
	font-weight: 400;
}

.user-registration-img-container {
	text-align: center;
}
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid legend, .ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid label{
	font-weight: 600!important;
}
.user-registration-error, .user-registration-info, .user-registration-message{
	font-size: 1.2em;
}

textarea {
  width: 100%;
  height: 6em;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  margin-top: 1em;
  border: 2px solid rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  background-color: #f8f8f8;
  text-align: left;
  font-size: 0.8em;
  resize: none;
  box-sizing: border-box;
}

