.password-strength-meter{
   background-color: transparent;
   padding: 0;
}
.login-container, .forget, .form-create-account{
    box-shadow: 0 0 11px rgba(0, 0, 0, .08);
    padding: 20px;
} 
.login-container .block .block-title{
   padding-bottom: 5px;
}
.login-container .block .block-title strong, .form-create-account .legend{
   font-weight: 600;
}
.login-container .input-text, .forget .input-text, .form-create-account .input-text, 
.checkout-shipping-address .input-text, .checkout-shipping-address .control select, 
.block-customer-login .block-content .input-text, .form-discount .control .input-text, .billing-address-form .input-text{
    padding: 12px 15px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.login-container .fieldset>.field:not(.choice)>.label, 
.forget .fieldset>.field:not(.choice)>.label, .form-create-account .fieldset>.field:not(.choice)>.label, 
.checkout-shipping-address .fieldset>.field:not(.choice)>.label, .billing-address-form .fieldset > .field:not(.choice) > .label{
   width: 100%;
   text-align: left;
   font-weight: 500;
   color: #16202c;
   margin-bottom: 5px;
}
.login-container .fieldset>.field.choice:before, 
.login-container .fieldset>.field.no-label:before, 
.forget .fieldset>.field.no-label:before, 
.form-create-account .fieldset>.field.no-label:before, 
.form-create-account .fieldset>.field.choice:before{
   display: none;
}
.login-container .actions-toolbar .action.remind { 
    color: #16202c;
    text-decoration: underline;
}
.login-container .actions-toolbar .action.create{
   border-radius: 0;
}
.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, 
.column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after{
   margin-left: 0;
}
.form-create-account .legend{
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 6px;
}
.eddm_form .form-list.fieldset {
   width: 100%;
   margin-bottom: 20px;
}
.eddm_form .action.primary{
   margin-top: 10px;
}
.eddm_form .form-list.fieldset .section, .bulkmail_form .form-list.fieldset .section{
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.eddm_form .form-list.fieldset .section .section-title, 
.bulkmail_form .form-list.fieldset .section .section-title{
   font-weight: 600;
   margin-bottom: 20px;
   border-bottom: 1px solid #dddddd;
   padding-bottom: 5px;
   display: block;
   width: 100%;
}
.eddm_form .fieldset .field, .bulkmail_form .fieldset .field{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.eddm_form .field.delivery-option .input-box label{
   margin-right: 15px;
}
.eddm_form .field.delivery-option .input-box input[type="radio"]{
   width: 17px;
   height: 17px;
   vertical-align: text-bottom;
}
.eddm_form .field .input-box input:focus, 
.eddm_form .field .input-box select:focus, 
.eddm_form .field .input-box textarea:focus{
   box-shadow: none;
}
.eddm_form .field.delivery-option .label{
   margin-bottom: 10px;
}
.eddm_form .fieldset .field .label{
  /* width: 100%;
   display: block;*/
   font-weight: 400;
   margin-bottom: 5px;
}
.eddm_form .fieldset > .field:not(.choice) > .label{
   text-align: left;
   width: 100%;
   padding: 0;
}
.eddm_form .fieldset > .field:not(.choice) > .control{
   width: 100%;
}
.eddm_form .fieldset .field .input-box input:not([type="radio"]), 
.eddm_form .fieldset .field .input-box select, 
.eddm_form .fieldset .field .input-box textarea
/*.bulkmail_form .fieldset .field .input-box input:not([type="radio"]), 
.bulkmail_form .fieldset .field .input-box select, 
.bulkmail_form .fieldset .field .input-box textarea*/{
    padding: 9px 15px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
}
.form-rounded-style .fieldset .field .input-box input:not([type="radio"]), 
.form-rounded-style .fieldset .field .input-box select, 
.form-rounded-style .fieldset .field .input-box textarea{
    border-radius: 20px;
    height: 45px;
    color: #6a6969;
    border: 2px solid #b7b0b0;
    width: 100%;
}
.form-rounded-style .fieldset .field label{
   width: 250px;
   display: inline-block;
   vertical-align: middle;
}
.delivery-option .radio-field {
    margin-bottom: 6px;
}
	
.sec-marketing-service-detail input[type="file"] {
   margin: auto;
   padding: 6px;
   border: 2px dashed #b7b0b0;
   border-radius: 20px;
   background-color: #fff;
   transition: border-color 0.25s ease-in-out;
}
.sec-marketing-service-detail input[type="file"]::file-selector-button {
   padding: 0.5em 1em;
   border-width: 0;
   border-radius: 2em;
   background-color: #cdcccc;
   color: #000000;
   transition: all 0.25s ease-in-out;
   cursor: pointer;
   margin-right: 1em;
}
.sec-marketing-service-detail input[type="file"]:hover {
   border-color: #333333;
}
@media (min-width: 769px){
   .form-rounded-style .fieldset .field .control{
      width: calc(100% - 270px) !important;
      display: inline-block;
      vertical-align: middle;
   }
   .customer-account-create .page-title, 
   .customer-account-forgotpassword .page-title{
      text-align: center;
      display: block !important;
   }
   .form.password.forget, .form.create.account{
       margin-left: auto;
       margin-right: auto;
   }
   .form.password.forget .fieldset > .field:not(.choice) > .control, 
   .form.create.account .fieldset > .field:not(.choice) > .control{
      width: 100%;
   }
   .login-container, .forget, .form-create-account{
      padding: 30px;
   }
   .eddm_form .fieldset .field{
      /* flex: 0 0 50%;
       max-width: 50%;
       padding: 0 10px;*/
   }
   .eddm_form .form-list.fieldset .section .section-title{
      padding: 0 10px 5px 0;
   }
}