/*------------------------------------------------------------------------------------------------------------------------------------------------------------*//*FRAMEWORK FRONTEND SECURE FORM STYLE*//*------------------------------------------------------------------------------------------------------------------------------------------------------------*/.protected_content_form  {  width: 50%;  height: 50%;  margin: auto;  position: absolute;  top: 0; left: 0; bottom: 15%; right: 0;}.protected_content_form p{text-align:center;}.protected_content_form p{display:none;}.protected_content_form label{display:none;}    .protected_content_form { width:280px; margin-right:auto;margin-left:auto;}.protected_content_form .password_field {    background: url(../../../../DE/FRONTEND/FRAMEWORK/SECURE/icons/lock.png) 2% 4px no-repeat;    width:250px;    padding-left:10.1%;    box-shadow:none;}.protected_content_form .password_field {height: 28px; outline:none; box-shadow: none; -webkit-box-shadow: none; border-radius: 0!important;}.protected_content_form .password_field {background-color:#e4e4e4 !important; border-color: transparent !important;}.protected_content_form .password_field:hover {background-color:#e4e4e4 !important; border-color: transparent !important;}.protected_content_form .password_field:focus{background-color:transparent !important; borde:0.5px; border-style:solid; border-color:#e4e4e4 !important;}.protected_content_form .submit{			width:280px;			height:45px !important;			background:#363b3f !important;			box-shadow:none !important;			border-radius: 0;			border:0;			margin-top:4%;			padding:4%;			font-family:'Open Sans',sans-serif;			font-size:100%;			text-transform: uppercase;			color:#ffffff;			cursor:pointer;			transition:background .3s;			-webkit-transition:background .3s;}/*IPHONE SAFARI FIX*/input, textarea {  -webkit-appearance: none;  -webkit-border-radius: 0;}