html, body, section, form, div, h1, h2, ul, li, label, input, p {
    border: 0;
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: #888888;
}

section {
    display: block;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.m-r-es {
    margin-right: 10px;
}

.m-t-s {
    margin-top: 20px;
}
.pd-t-s {
    padding-top: 20px;
}

.ib {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.z-up {
    position: relative;
    z-index: 99;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}

.btn, strong, b, .title-es, .title-ms, .bold, .text-default strong {
    font-family: "Open Sans";
    font-weight: 700;
}
.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-color: #ccc;
    cursor: pointer;
    padding: 12px;
    margin: 0;
    color: #fff;
    border: 1px solid;
    text-align: center;
    outline: none;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
}
.btn-sm-lg {
    padding: 12px 30px;
}
.btn-bd-orange {
    border-color: #ffa800;
}
.btn-orange {
    background: #ffa800;
}
.btn-bd-orange:hover {
    border-color: #FF9D00;
}
.btn-orange:hover {
    background: #FF9D00;
    color: #fff;
}

.bg-blue {
    background: #2596d3;
}

.c-white {
    color: white;
}

.bd-b {
    border-bottom-width: 1px;
}
.bd-gray-light {
    border-style: solid;
    border-color: #e4e9eb;
}
.pd-t-s {
    padding-top: 20px;
}
.pd-b-s {
    padding-bottom: 20px;
}
.pd-t-s {
    padding-top: 20px;
}

.text-center {
    text-align: center;
}
.text-hide {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
}

.title-m {
    line-height: 1.4em;
}
.c-blue {
    color: #2596d3;
}
.c-blue-dark {
    color: #323a45;
}
.c-red-dark {
    color: #CC2222;
}
.title-m {
    font-size: 24px;
}
.pd-t-m {
    padding-top: 30px;
}
.pd-b-s {
    padding-bottom: 20px;
}


html, body, section {
    background: none repeat scroll 0% 0% #F9F9F9;
    color: #999;

    height:100%;
    width: 100%;
}


.site-signup.bg-default {
    background: #f9f9f9;
}
.site-signup {
    position: relative;
    width: 100%;
    height: 100%;
}
.site-signup.overlay:before {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    content: "";
    background: rgba(249, 249, 249, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.form-clinica {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    position: relative;
    left: 50%;
    top: 50%;
    width: 500px;
}

.form-clinica .wrap-form {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e4e9eb;
    border-bottom: 0;
}

.s-icon-logo-site {
    width: 56px;
    height: 54px;
    background-image: url('img/icon-logo-site.png');
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-repeat: no-repeat;
}
.form-clinica .list-form {
    padding: 0 65px;
}
.m-b-m {
    margin-bottom: 30px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol, ul {
    list-style: none;
}

.form-default li {
    margin-bottom: 10px;
}

.form-default label {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    width: 0;
    height: 0;
    float: left;
}

.form-default input[type="text"], .form-default input[type="email"], .form-default input[type="password"], .form-default textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #d4d4d4;
    background: #fff;
    font-size: 16px;
    color: #323a45;
    width: 100%;
    padding: 10px 15px;
}
.form-default input[type="text"]:focus, .form-default input[type="email"]:focus, .form-default input[type="password"]:focus, .form-default textarea:focus {
    border-color: #2596d3;
}
.form-default input[type="text"].error, .form-default input[type="email"].error, .form-default input[type="password"].error, .form-default textarea.error {
    border-color: #cc6262;
}

.form-clinica .coupon {
    font-size: 12px;
}

.form-clinica .help {
    font-size: 11px;
    line-height: 1.4em;
    padding-bottom: 4px;
}
.form-clinica .wrap-security {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding: 20px 65px;
}
.form-clinica .wrap-security .help {
    padding-top: 4px;
}
.s-icon-lock-white-small {
    width: 16px;
    height: 22px;
    background-image: url('img/icon-lock-white-small.png');
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-repeat: no-repeat;
}

.form-clinica .free-trial {
    font-size: 15px;
    width: 500px;
    line-height: 30px;
}
.form-clinica .free-trial a {
    font-weight: 600;
}


.alert {
    margin: 5px 65px;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}
.alert .close {
    position: absolute;
    right: 4px;
    top: 0px;
    color: #777;
    font-size: 20px;
}

.alert.error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}
.alert.error .close {
    color: #a94442;
}

.alert.warning {
    color: #C09853;
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
}
.alert.warning .close {
    color: #C09853;
}

.alert.success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert.success .close {
    color: #468847;
}

@media screen and (max-height: 785px) {
  .form-clinica {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .form-clinica {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    left: 0;
    top: 0;
  }
  .form-clinica .list-form {
    padding: 0;
  }
  .form-clinica .wrap-form {
    border: 0;
  }
  .form-clinica .list-form {
    margin-bottom: 40px;
  }
  .form-clinica .wrap-security {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
  }
  .form-clinica .wrap-security p {
    display: block;
    text-align: center;
    float: none;
  }
  .form-clinica .wrap-security p.help {
    padding-top: 10px;
  }

  br {
    display: none;
  }

  .help {
    text-align: center;
  }

  .site-signup {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    padding-bottom: 50px;
    height: auto;
    background: #fff !important;
  }
  .site-signup:before {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    content: "";
    display: none !important;
  }
  .form-clinica .free-trial {
      width: auto;
  }
  .form-clinica .free-trial a {
    white-space: nowrap;
  }
}
