/* === CUSTOM CSS === */
@charset "UTF-8";
/**

--- INFO ---

· Las variables se han agrupado por páginas (landing, formulario, gracias y ganadores).
· En cada página se incluye la variables de posición para Desktop y para Mobile.
· Las variables de posición determinan la distancia desde arriba o desde abajo de la página.
· Admite cantidades fijas o porcentajes (ejem: 150px o 54%)

Terminaciones:
_top -----> Distancia desde la parte superior de la página
_bottom --> Distancia desde la base de la página
_m -------> Versión mobile de resolución mínimo (320x480)
_md ----> Tamaño de móvil mediano (iPhone 5 - 7 / Galaxy S3 - S7) [414x736]
_lg ----> Tamaño de móvil grande (iPhone X / Galaxy S8) [375x812]

Para los dispositivos de resolución mínima se usa la imagen de tamaño mediano y se aplica
un espacio extra forzando un scroll para no distorsionar el diseño.

**/
/**************************/
/* VARIABLES GENERALES */
/**************************/
/* Fuentes */
/* Colores */
/* Imágenes */
/**************************/
/* ENLACES FOOTER */
/**************************/
/* desktop */
/* mobile */
/**************************/
/* LANDING */
/**************************/
/* desktop */
/* mobile */
/**************************/
/* FORMULARIO */
/**************************/
/* desktop */
/* mobile */
/**************************/
/* GRACIAS */
/**************************/
/* desktop */
/* mobile */
/**************************/
/* GANADORES */
/**************************/
/* desktop */
/* mobile */
/**************************/
/**************************/
/* FIN DE VARIABLES */
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/*****************/
/*  CSS GENERAL  */
/*****************/
/* Fuentes */
@font-face {
  font-family: "main_font";
  src: url("https://appfb.com/cool-tabs/cuervo/fonts/TradeGothicLTStd-Bold.otf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "secondary_font";
  src: url("https://appfb.com/cool-tabs/cuervo/fonts/TradeGothicLTStd.otf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* Estilos reset */
* {
  margin: 0;
  padding: 0; }

body {
  background-color: black !important; }

.wrapper {
  margin: 0 auto;
  max-width: 810px;
  color: white;
  position: relative; }

.form_checkbox a, .form_checkbox label, .m_text_content a, .m_entry_user a, .gallery_entry .gallery_entry_media a {
  color: white !important; }

.m_btn::after, #wizard > .steps .current a, #wizard > .actions a::after {
  background-color: transparent !important; }

.m_popup {
  background-color: #fff;
  border-radius: 0;
  margin: 0 auto;
  position: relative; }
  .m_popup#legal_terms {
    width: 60.22%; }
    @media screen and (max-width: 767px) {
      .m_popup#legal_terms {
        width: 80%; } }
  .m_popup .m_url_btn a {
    font-size: 12px; }
  @media screen and (max-width: 767px) {
    .m_popup {
      width: 80%; } }
  .m_popup .m_popup_header {
    background-color: #2c2c2c;
    border-radius: 0;
    text-align: center;
    padding: 10px; }
  .m_popup .m_popup_text {
    height: 60vh;
    font-family: "main_font"; }

.pagination,
.m_header > *,
.m_popup_header,
.m_action_share_title,
.legal_row label,
.m_countdown_time,
.error, .notice,
.error_explanation,
.m_follow_text,
.m_no_promo_header,
.m_no_promo_content_title,
.m_powered_by,
.m_url_description,
.pagination em.current,
.footer_text, select,
.form_fields .form_input label,
.form_fields .form_select label,
.form_fields .form_input input,
.form_fields .form_input textarea,
.form_fields .form_checkbox a,
.m_btn,
.alertify-button,
#wizard > .actions a,
.m_btn_goto,
.link_btn,
.m_action_count,
.m_comment_name,
.m_countdown_title,
.m_entry_user,
.m_entry_points,
.m_entry_votes,
.m_header_step,
.m_no_promo_content p strong,
.m_option,
.m_participations_text,
.m_powered_by strong,
.m_score_value,
.alertify-log,
.m_tabs_nav,
.m_url_content,
.m_user_name,
.m_wysiwyg_dialog_title {
  font-family: "main_font"; }

/* landing principal */
.home_background {
  background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/landing--desktop.jpg");
  background-repeat: no-repeat;
  height: 800px;
  width: 810px;
  background-color: black; }

/* botón participar */
.participate_btn_container {
  top: 304px;
  position: absolute;
  left: 0;
  right: 0; }

.participate_btn {
  background: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/participate-btn-form.png") no-repeat scroll 0 0/100% 200%;
  margin: 0 auto;
  width: 305px;
  height: 65px;
  display: block; }

.participate_btn:hover {
  background-position: 0 100%; }

/* Enlaces footer */
.footer_link {
  color: white;
  font-family: "main_font";
  font-size: 10px;
  font-weight: normal;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  top: auto;
  bottom: 28px;
  width: 100%;
  height: auto;
  z-index: 150;
  padding: 0 !important;
  background-color: transparent !important; }

.footer_link > a {
  color: white;
  cursor: pointer;
  font-family: "main_font";
  text-decoration: none;
  text-transform: uppercase; }

.footer_link > a:hover {
  text-decoration: underline;
  text-transform: uppercase;
  color: #6f6f6f; }

.footer_legal {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  z-index: 160;
  padding: 0 !important;
  background-color: transparent !important; }

.footer_legal > .show_legal {
  color: white;
  font-family: "secondary_font";
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase; }

.footer_legal > .show_legal:hover {
  color: #6f6f6f;
  font-family: "secondary_font";
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase; }

/* página gracias - thanks */
.thanks_background {
  background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/thanks--desktop.jpg");
  background-repeat: no-repeat;
  height: 800px;
  width: 810px; }

.fb_btn {
  left: 23%;
  max-width: 80px;
  position: absolute;
  top: 55%; }

.tw_btn {
  position: absolute;
  max-width: 80px;
  top: 55%;
  left: 60%; }

.popup {
  background: url("https://cool-tabs.s3.amazonaws.com/zadibe/thanks/follow_us.png") repeat scroll 0 0;
  height: 247px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 305px;
  width: 410px;
  z-index: 2000; }

.popup_wrapper {
  background: #0b0b0b none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

.popup_close {
  background: url("https://cool-tabs.s3.amazonaws.com/zadibe/thanks/btn_close_popup.png") repeat scroll 0 0/cover rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 175px;
  width: 174px; }

.popup_close:hover {
  background-position: 0 100%; }

.thanks_msg {
  color: white;
  font-family: "main_font";
  font-size: 22px;
  font-weight: bold;
  left: 0;
  line-height: 30px;
  margin: auto;
  max-width: 710px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 105px; }

.thanks_share_txt {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 316px;
  width: 234px;
  height: 65px; }

.btn_share:hover {
  background-position: 0 104%; }

.btn_share {
  background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/share-btn-thanks.png");
  display: block;
  width: 234px;
  height: 65px; }

/* Formulario */
.form_layout {
  background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/form--desktop.jpg");
  background-repeat: no-repeat;
  height: 800px;
  width: 810px;
  background-color: black; }

.form_layout .m_header_section {
  display: none; }
.form_layout label.step_error {
  font-size: 12px;
  margin: 5px 0px;
  position: absolute !important;
  bottom: -4px;
  color: red !important; }
.form_layout .actions_section {
  margin-top: 10px;
  text-align: center;
  padding: 0; }
  .form_layout .actions_section .form_fields {
    text-align: right; }
  .form_layout .actions_section .form_checkbox {
    margin-bottom: 5px;
    padding-left: 0; }
    .form_layout .actions_section .form_checkbox .checkbox {
      background-color: transparent;
      background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/checks-white.svg") !important;
      position: relative;
      margin-right: 5px; }
    .form_layout .actions_section .form_checkbox label.step_error {
      position: relative !important;
      bottom: 0;
      color: red !important; }
.form_layout .form_header {
  width: 40%;
  z-index: 100;
  padding-top: 140px;
  text-align: center;
  font-size: 16px;
  font-family: "secondary_font";
  margin: 0 auto; }
.form_layout .section {
  z-index: 200; }
.form_layout .form_fields .form_input span, .form_layout .select {
  background-color: transparent;
  border: none;
  position: relative; }
.form_layout .form_fields > * + * {
  margin-top: 0px; }
.form_layout #wizard {
  width: 70%;
  margin: 10px auto; }
.form_layout .form_fields > div {
  margin-bottom: 5px; }
.form_layout .form_fields .form_input input, .form_layout .form_fields .form_input textarea, .form_layout .form_fields .form_input label, .form_layout .select .select_label {
  color: #000000;
  line-height: 1em;
  padding: 5px 15px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal; }
.form_layout .form_fields .form_input textarea {
  min-height: 6rem; }
  @media screen and (min-width: 768px) {
    .form_layout .form_fields .form_input textarea {
      min-height: 4rem; } }
.form_layout input {
  background-attachment: fixed;
  background-clip: border-box;
  background-color: white;
  border-color: #FE2EF7;
  border-radius: 0;
  border-width: 1px;
  color: #000000;
  font-family: "main_font";
  font-size: 14px;
  width: 50%;
  height: 40px; }
.form_layout .form_fields .form_checkbox label,
.form_layout .form_fields .form_checkbox label a {
  font-size: 14px;
  color: #000;
  font-family: "secondary_font";
  padding-top: 0px;
  position: relative;
  line-height: 1.4em; }
.form_layout .checkbox {
  background-image: url("https://cool-tabs.s3.amazonaws.com/zadibe/form/check.svg");
  background-repeat: no-repeat; }
.form_layout .checkbox, .form_layout input[type=checkbox] {
  height: 15px;
  width: 16px; }
.form_layout .form_fields .form_checkbox {
  position: relative;
  padding-left: 17px; }
.form_layout .checked_checkbox {
  background-position: -15px bottom; }
.form_layout .m_form_actions:after, .form_layout .m_form_actions:before {
  background-color: transparent; }
.form_layout .m_form_actions_content {
  background-color: transparent; }
  .form_layout .m_form_actions_content .m_btn {
    background-color: transparent;
    text-shadow: none;
    background: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/send-btn-form.png") repeat scroll 0 0/100% 200%;
    width: 160px;
    height: 50px;
    min-width: initial;
    font-size: 0px; }
  .form_layout .m_form_actions_content .m_btn:hover {
    background-position: 0 100%; }

/* winners */
.winners_layout {
  background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/ganadores.png");
  background-repeat: no-repeat;
  height: 800px;
  width: 810px;
  color: white;
  background-color: black; }
  .winners_layout .m_header_winners h1, .winners_layout .m_header_winners h2, .winners_layout .m_header_alternates h1, .winners_layout .m_header_alternates h2 {
    color: white; }
  .winners_layout .m_user_name, .winners_layout .winner_date {
    color: white; }
  .winners_layout .section {
    background-color: transparent; }
  .winners_layout .m_users, .winners_layout .m_user {
    border: none; }
  .winners_layout .certificate_head {
    border: none; }
    .winners_layout .certificate_head .m_header_title {
      display: none; }
  .winners_layout .image {
    display: none; }
  .winners_layout .m_users {
    border: none;
    margin-top: 150px !important; }
  .winners_layout .winner_date {
    line-height: 1em; }
  .winners_layout .legal {
    color: white; }

/**************************/
/**************************/
/* @media queries */
/**************************/
/**************************/
@media screen and (max-width: 480px) {
  /* botón participar */
  .participate_btn {
    background: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/participate-btn-form.png") repeat scroll 0 0/100% 200% rgba(0, 0, 0, 0);
    width: 305px;
    height: 65px; }

  .participate_btn:hover {
    background-position: 0 100%; }

  /* Pagina gracias*/
  .thanks_share_txt {
    top: 35%; }

  .btn_share {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/share-btn-thanks.png");
    width: 234px;
    height: 65px; }

  .btn_share:hover {
    background-position: 0 104%; }

  .fb_btn, .tw_btn {
    top: 49%; }

  .fb_btn {
    left: 16%; }

  .popup_close {
    top: 64%;
    background: url("https://cool-tabs.s3.amazonaws.com/zadibe/thanks/btn_close_popup.png") repeat scroll 0 0/cover rgba(0, 0, 0, 0);
    height: 45px;
    width: 174px; }

  .popup_close:hover {
    background-position: 0 100%; }

  .popup {
    background: url("https://cool-tabs.s3.amazonaws.com/zadibe/thanks/follow_us.png") repeat scroll 0 0;
    height: 196px;
    background-size: 100% auto;
    top: 10%;
    width: 320px; }

  .fb_btn {
    left: 16%;
    top: 49%; }

  .tw_btn {
    top: 49%;
    left: 59%; }

  /* formulario */
  .form_layout {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/form-414X736.jpg");
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100% 100%;
    height: auto;
    min-height: 100vh; }
    .form_layout .section {
      height: max-content; }

  .form_layout .form_header {
    font-size: 14px;
    line-height: 14px;
    width: 90%;
    padding-top: 120px; }

  .form_layout #wizard {
    width: 90%; }

  .form_layout .actions_section .form_checkbox {
    margin-bottom: 8px;
    margin-left: 15px;
    padding-right: 0; }

  .form_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .form_fields .form_checkbox label {
    padding-top: 9px; }

  .form_layout .m_form_actions_content {
    margin: 0;
    padding: 0;
    text-align: center; }

  .form_layout .m_form_actions_content .m_btn {
    background: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/send-btn-form.png");
    width: 160px;
    height: 50px;
    min-width: 160px;
    margin: 0; }

  .WinnersLanding .winner_date {
    margin: 0;
    padding: 5px; }
  .WinnersLanding .legal {
    margin-top: 0;
    line-height: 1em; }
  .WinnersLanding .winner_date, .WinnersLanding .legal {
    text-align: center; }
  .WinnersLanding .m_users_viewport_alternates {
    margin-bottom: 5px; } }
/****************************/
/* variables by screen size */
/****************************/
@media screen and (max-width: 480px) and (min-height: 740px) and (max-height: 812px) {
  .landing_layout .footer_legal > .show_legal {
    font-size: 12px; }
  .landing_layout .footer_link {
    font-size: 10px;
    bottom: 30px; }
  .landing_layout .footer_legal {
    bottom: 6px; }

  .form_layout .footer_link {
    font-size: 10px;
    bottom: 36px; }
  .form_layout .footer_legal {
    bottom: 12px; }
  .form_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .thanks_layout .footer_link {
    font-size: 10px;
    bottom: 21px; }
  .thanks_layout .footer_legal {
    bottom: 5px; }
  .thanks_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .home_background {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/landing-375X812.jpg");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% auto;
    background-repeat: no-repeat; }

  .participate_btn_container {
    left: 0px;
    top: 44%; }

  .form_layout {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/form-375X812.jpg"); }
    .form_layout #wizard > .actions a {
      margin-bottom: 5px; }

  #wizard > .content {
    min-height: 34vh; }

  .thanks_background {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/thanks-375X812.jpg");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% auto;
    background-repeat: no-repeat; }

  .thanks_msg {
    top: 11%;
    font-size: 1em;
    line-height: 1.2em; }

  .thanks_share_txt {
    top: 35%; }

  /* winners */
  .winners_layout {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/ganadores_375X812.png");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .winners_layout .m_users {
      margin-top: 20% !important; }
      .winners_layout .m_users .m_header {
        line-height: 2em; }
    .winners_layout .no_paginate .m_users_list li {
      margin-bottom: 30px; } }
@media screen and (max-width: 414px) and (max-height: 736px) {
  .landing_layout .footer_legal > .show_legal {
    font-size: 12px; }
  .landing_layout .footer_link {
    font-size: 10px;
    bottom: 27px; }
  .landing_layout .footer_legal {
    bottom: 10px; }

  .form_layout .footer_link {
    font-size: 10px;
    bottom: 25px; }
  .form_layout .footer_legal {
    bottom: 10px; }
  .form_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .thanks_layout .footer_link {
    font-size: 10px;
    bottom: 21px; }
  .thanks_layout .footer_legal {
    bottom: 5px; }
  .thanks_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .home_background {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/landing-414X736.jpg");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .participate_btn_container {
    left: 0px;
    top: 38%; }

  .form_layout {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/form-414X736.jpg"); }
    .form_layout #wizard > .actions a {
      margin-bottom: 5px; }

  .thanks_background {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/thanks-414X736.jpg");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .thanks_msg {
    top: 12%;
    line-height: 1.2em;
    font-size: 1.1em; }

  .thanks_share_txt {
    top: 35%; }

  /* winners */
  .winners_layout {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/ganadores_414X736.png");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .winners_layout .m_users {
      margin-top: 20% !important; }
      .winners_layout .m_users .m_header {
        line-height: 2em; }
    .winners_layout .no_paginate .m_users_list li {
      margin-bottom: 30px; } }
@media screen and (max-width: 360px) and (max-height: 640px) {
  .landing_layout .footer_legal > .show_legal {
    font-size: 12px; }
  .landing_layout .footer_link {
    font-size: 7px;
    bottom: 25px; }
  .landing_layout .footer_legal {
    bottom: 10px; }

  .form_layout .footer_link {
    font-size: 7px;
    bottom: 25px; }
  .form_layout .footer_legal {
    bottom: 10px; }
  .form_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .thanks_layout .footer_link {
    font-size: 7px;
    bottom: 21px; }
  .thanks_layout .footer_legal {
    bottom: 5px; }
  .thanks_layout .footer_legal > .show_legal {
    font-size: 12px; }

  /* landing principal */
  body.landing {
    min-height: 100vh; }

  .home_background {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/landing-414X736.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 0;
    height: 0;
    padding-top: 177.8%;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0; }

  .participate_btn_container {
    left: 0px;
    top: 32%px; }

  .form_layout {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/form-414X736.jpg"); }
    .form_layout #wizard > .actions,
    .form_layout #wizard > .actions_section {
      margin-bottom: 180px; }
      .form_layout #wizard > .actions a,
      .form_layout #wizard > .actions_section a {
        margin-bottom: 5px; }

  body.thanks_layout {
    min-height: 100vh; }

  .thanks_background {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/thanks-414X736.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    font-size: 0;
    line-height: 0;
    min-height: 0;
    height: 0;
    padding-top: 177.8%;
    display: block; }

  .thanks_msg {
    font-size: 1em;
    top: 11%;
    line-height: 1.2em; }

  .thanks_share_txt {
    top: 35%; }

  /* winners */
  .winners_layout {
    background-image: url("https://ct-front.s3.amazonaws.com/2018/josecuervo-vivo-muerto/ganadores_414X736.png");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    float: left; }
    .winners_layout .m_users {
      margin-top: 20% !important; }
      .winners_layout .m_users .m_header {
        line-height: 2em; }
    .winners_layout .no_paginate .m_users_list li {
      margin-bottom: 30px; } }
.tt_participation_actions .share-btn {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

@media only screen and (max-width: 560px) {
  .form_layout .form_fields .row {
    padding: 0; } }
