#register-wrapper {
	min-height: calc(100vh - 141px);
	 background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% center;
    background-image: url('../images/background1.png');
}

#register-wrapper .container {
	min-height: calc(100vh - 141px);
	height: 100%;
}

#register-wrapper .container .table {
	min-height: calc(100vh - 141px);
	height: 100%;
	padding-top: 15px;
  padding-bottom: 15px;
}

#register-wrapper .title {
  color: #FFF;
  font-size: 34px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Calibri;
}

#register-wrapper .form-wrapper label.regular {
	display: block;
	font-size: 21px;
	color: #FFF;
	font-family: Calibri;
	font-weight: 700;
	margin-bottom: 3px;
}

#register-wrapper .form-wrapper label.little {
	font-size: 11px; /*13px;*/
	color: #FFF;
	font-family: Calibri;
	font-weight: 400;
	margin-bottom: 0;
}

#register-wrapper .form-wrapper label.label-conditions {
	font-size: 13px;
	color: #FFF;
	font-family: Calibri;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 0;	
}

#register-wrapper .form-wrapper label.label-conditions a {
	color: #FFF;
	text-decoration: underline;
}

#register-wrapper .form-wrapper input:not([type="checkbox"]),
#register-wrapper .form-wrapper select
{
	display: block;
	width: 100%;
	background-color: transparent;
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 10px;
	height: 40px;
	font-size: 16px;
	font-family: Calibri;
	padding-left: 15px;
}

#register-wrapper .form-wrapper input.big {
	font-size: 30px;
	line-height: 30px;
}

#register-wrapper .form-wrapper input::-webkit-outer-spin-button,
#register-wrapper .form-wrapper input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}

/* Firefox */
#register-wrapper .form-wrapper input[type=number] {
  	-moz-appearance: textfield;
}

#register-wrapper .form-wrapper input::placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}

#register-wrapper .form-wrapper input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFF;
}

#register-wrapper .form-wrapper .button-wrapper {
	margin-top: 15px;
}

#register-wrapper .form-wrapper .button-wrapper button {
  	background-color: #FFF;
  	width: 180px;
  	font-family: Calibri;
  	font-weight: 700;
  	color: #242729;
  	font-size: 21px;
  	border: 0;
  	border-radius: 10px;
  	height: 40px;
  	cursor: pointer;
}

#register-wrapper .form-wrapper input[type="checkbox"] {
	margin-right: 12px;
}

#register-wrapper .form-wrapper .form-group.no-margin-bottom {
	margin-bottom: 0;
}

/* popup */
#modal-error .modal-header {
	border-bottom: 0;
	position: absolute;
  	width: 100%;
  	left: 0;
  	top: 0;
}

#modal-error .modal-content {
	background-color: #242729;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

#modal-error .close {
	opacity: 1;
}

#modal-error .close img {
	width: 25px;
	height: auto;
}

#modal-error .close span {
	color: #FFF;
	font-family: Calibri;
	font-weight: 400;
	font-size: 12px; /*17px;*/
	margin-right: 13px;
}

#modal-error .modal-body {
	color: #FFF;
	font-family: Calibri;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
  	/*max-width: 415px;
  	padding-left: 0;
  	padding-right: 0;*/
}

#modal-error .modal-body .title {
	font-weight: 700;
	font-size: 28px; /*34px;*/
	line-height: 28px;
	margin-bottom: 10px;
}

#modal-error .modal-body .subtitle {
	font-weight: 400;
	font-size: 16px; /*21px;*/
	line-height: 18px;
	max-width: 370px;
  	margin-left: auto;
  	margin-right: auto;
}
/* fin popup */


@media (max-width: 768px) {
	#register-wrapper .form-wrapper .button-wrapper button {
		width: 100%;
	}
}