<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iko_universal_red_title{
 margin-bottom:20px;    
}
/* -------------------------------------------- FORM ------------------------------------------------------------------------------------ */
form{
 display:block;
 width:100%;     
}
.form_wrap{
 width:100%;
 clear:both;
 display:inline-block;
 margin-bottom:20px;
}
#form_fields{
 float:left;
 margin-right:10px;
 width:calc(50% - 5px);width:-moz-calc(50% - 5px);width:-webkit-calc(50% - 5px);
 width:170px;
}
#form_fields input{
 width:100%;
 margin-bottom:10px;
 color:#333;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
#form_instructions{
 float:left;
 margin-left:10px;
 width:calc(50% - 5px);width:-moz-calc(50% - 5px);width:-webkit-calc(50% - 5px);     
 width:170px;
 position:relative;
 height:141px;
}
#form_instructions p{
 display:block;
 position:absolute;
 width:170px;
 max-width:170px;
 left:0;
 top:50%;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%) ;
 -moz-transform:translateY(-50%);
 -o-transform:translateY(-50%) ;
 transform:translateY(-50%);
 font-family:Segoe UI, Segoe;
}
#pass_rules{
 max-width:360px;
 margin-bottom:20px;
}
.iko_universal_submit{
 width:170px;
}
@media(max-width:470px){
 #form_fields {
  float:none;
  margin-right:0;    
  width:100%;
  margin-bottom:20px;
 }
 #form_instructions {
  float:none;
  margin-left:0;
  width:100%;
  position: relative;
  height:auto;
 }
 #form_instructions p{
  width:100%;
  max-width:100%;
 }
 #pass_rules{
  margin-top:10px;     
 }
}
@media(max-width:470px){
 .iko_universal_submit{
  width:100%;
 }     
}













</pre></body></html>