/* LoginForm */
#c358 div {
    margin: 20px 0px;
}
#c358 input{
	display: inline-block;
    right: 30%;
    position: absolute;	
	border-color: #fff;
	border-radius: 10px;
	border-style: none;
	text-indent: 4px;
}
#c358 input[type="text"], #c358 textarea {
  background-color : #fff; 
}
#c358 input:focus-visible{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
}
#c358 input[value="Abmelden"] {
	right: unset;
	left: 0%;
	margin-top: -14px;
}
/* END LoginForm */
/* UserProfile */
#c360 .mb-3{
	width: 60%;
}
#c360 input{
	border-color: #fff;
	border-radius: 10px;
	border-style: none;
	text-indent: 4px;
}
#c360 input[type="text"], #c360 textarea {
  background-color : #fff; 
}
#c360 input:focus-visible{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c360 input:focus{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c360 .dateOfBirth select{
	border-color: #fff;
	border-radius: 10px;
	border-style: none;
	text-indent: 4px;	
	width: 45px;
}
#c360 .dateOfBirth select[name*="dateOfBirthYear"]{
	width: 65px;
}
/* END UserProfile */
/* RegisterUser */
#c361 .mb-3{
	width: 60%;
}
#c361 input{
	border-color: #fff;
	border-radius: 10px;
	border-style: none;
	text-indent: 4px;
}
#c361 input[type="text"], #c360 textarea {
  background-color : #fff; 
}
#c361 input:focus-visible{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c361 input:focus{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c361 .mb-3 .submit,
#c361 .offset-md-6{
	margin-left: 0px;
}
#c361 input[value="registrieren"] {
	right: unset;
	left: 0%;
}
#c361 .tx_evoweb_sfregister meter#bargraph {
    width: 94%;
    margin-left: 3%;
}
/* END RegisterUser */
/* ChangePassword */
#c362 .mb-3{
	width: 60%;
}
#c362 input{
	border-color: #fff;
	border-radius: 10px;
	border-style: none;
	text-indent: 4px;
}
#c362 input[type="text"], #c360 textarea {
  background-color : #fff; 
}
#c362 input:focus-visible{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c362 input:focus{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c362 .tx_evoweb_sfregister meter#bargraph {
    width: 94%;
    margin-left: 3%;
}
/* END ChangePassword */
/* RegisterResendConfirmationMail */
#c364 .mb-3{
	width: 60%;
}
#c364 input{
	border-color: #fff;
	border-radius: 10px;
	border-style: none;
	text-indent: 4px;
}
#c364 input[type="text"], #c360 textarea {
  background-color : #fff; 
}
#c364 input:focus-visible{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c364 input:focus{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
/* END RegisterResendConfirmationMail */
/* DeleteUserLink */
#c366 .mb-3{
	width: 60%;
}
#c366 input{
	border-color: #fff;
	border-radius: 10px;
	border-style: none;
	text-indent: 4px;
}
#c366 input[type="text"], #c360 textarea {
  background-color : #fff; 
}
#c366 input:focus-visible{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c366 input:focus{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
/* END DeleteUserLink */
/* InviteUser */
#c367 .mb-3{
	width: 60%;
}
#c367 input{
	border-color: #fff;
	border-radius: 10px;
	border-style: none;
	text-indent: 4px;
}
#c367 input[type="text"], #c360 textarea {
  background-color : #fff; 
}
#c367 input:focus-visible{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
#c367 input:focus{
	outline: #faecd2 auto 0.5px;
	background-color: #fff;
	color: #000;
}
/* END InviteUser */

/* RoleBatches */
.roles{
	display: flex;
	justify-content: center;
}
.roleIcon{
        -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	opacity: 0.5;
}
.roles svg{
	height: auto !important;
	width: auto !important;
	max-width: 256px;
}
.roleIcon:hover{
	opacity: 1;
}
/* END RoleBatches*/
@media (max-width: 991px){
	#c358 input {
		display: block;
		right: 0%;
		position: relative;
	}
	#c358,
	#c363	{
		padding-top: 0px !important;
	}
	#c361 .mb-3,
	#c360 .mb-3,
	#c362 .mb-3,
	#c366 .mb-3,
	#c367 .mb-3{
		width: 100%;
	}
}