@charset "UTF-8";

.starlink-user-registration-confirmation .form-group .label{
		text-align: right;
		margin: auto;
}
.starlink-user-registration-confirmation .form-group .label>label{
		padding-right: 20px;
}
.starlink-user-registration-confirmation .form-group label.required:before {
		content: "*";
		margin-right: 3px;
		color: red;
}
.starlink-user-registration-confirmation .row {
		margin-bottom: 1rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.starlink-user-registration-confirmation .w-40p {width: 40%;}
.starlink-user-registration-confirmation .w-60p {width: 60%;}
.starlink-user-registration-confirmation .w-30 {width: 30px;}
.starlink-user-registration-confirmation .w-50 {width: 50px;}
.starlink-user-registration-confirmation .w-100 {width: 100px;}
.starlink-user-registration-confirmation .sbrjs-starlink label.select {
		height:32px;
}
.starlink-user-registration-confirmation .starlink-content {
		padding:10px 0px;
}
.starlink-user-registration-confirmation .sbrjs-starlink select:first-child{
		color:darkgray;
}
.starlink-user-registration-confirmation .fullheight{
	height:100vh;
}
  



