.signup {
  width: 374px;
  max-height: 600px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e1e1e3;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  color: #b7b6bc;
  letter-spacing: 0.6px;
  overflow: auto;
}
.PopBookings-Logo {
  margin-top: 52px;
  margin-bottom: 35px;
}
.label-floating {
  text-align: initial;
  margin: 0 30px 0 30px;
}
.label-floating input.form-control {
  font-family: SFUIDisplay;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.4px;
  text-align: left;
  color: #484848;
}
.btn-create-account {
  margin-bottom: 20px;
  width: 280px;
  height: 50px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
}
.wrapper a {
  color: #b7b6bc;
}
.separator-or {
  margin: 27px;
  border-top: 1px solid #b7b6bc;
}
.separator-or:after {
  content: "OR";
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 0 10px;
  background: white;
}
.signup .nav-pills > li {
  margin: 0;
  width: 33.33%;
  border-top: solid 4px #e1e1e3;
  border-right: solid 1px #e1e1e3;
  border-bottom: solid 1px #e1e1e3;
}
.signup .nav-pills > li:last-child {
  border-right: none;
}
.signup .nav-pills > li.active {
  border-bottom: none;
}
.signup .nav-pills > li#tab_item_work.active {
  border-top: solid 4px #48b8f7;
}
.signup .nav-pills > li#tab_item_hire.active {
  border-top: solid 4px #fc5a93;
}
.signup .nav-pills > li#tab_item_manage.active {
  border-top: solid 4px #0da990;
}
.signup .nav-pills > li > a {
  line-height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #979797;
  transition: all .3s;
  background-color: #f9f9f9;
}
.signup .nav-pills > li > a:hover {
  background-color: rgba(200, 200, 200, 0.2);
}
.signup .nav-pills > li.active > a,
.signup .nav-pills > li.active > a:focus,
.signup .nav-pills > li.active > a:hover {
  background-color: white;
  color: #484848;
  box-shadow: none;
}
.help-icon {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 24px;
  height: 24px;
}
.description-large {
  padding-top: 40px;
  height: 132px;
  line-height: 36px;
  color: #484848;
  font-family: "CircularStd";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.description {
  height: 46px;
  font-family: SFUIDisplay;
  font-size: 19px;
  line-height: 1.26;
  letter-spacing: -0.5px;
  color: #484848;
  margin-bottom: 60px;
}
.separator-or {
  margin-top: 5px;
  margin-bottom: 20px;
}
#work .btn-create-account {
  margin-top: 103px;
}
#hire .btn-create-account,
#manage .btn-create-account {
  margin-top: 25px;
}
.email-sent {
  margin-top: 5px;
  margin-bottom: 35px;
}
.detail {
  font-family: SFUIDisplay;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.4px;
  text-align: center;
  color: #484848;
  margin-top: -30px;
}
.btn-resend-email {
  margin-top: 69px;
  margin-bottom: 20px;
  width: 280px;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

.description-large.affiliate-agency{
    padding-top:25px !important;
    height:auto;
}
.affiliate-invite-agency {
    padding: 0px 10px
}
    .affiliate-invite-agency .affiliate-image-agency {
        float: left;
        width: 25%;
        text-align: center;
    }
        .affiliate-invite-agency .affiliate-image-agency.affiliate-no-image{
            display:none;
        }
        .affiliate-invite-agency .affiliate-image-agency img {
            max-height: 80px;
            /*margin:auto;*/
            border-radius: 10px;
        }
    .affiliate-invite-agency .affiliate-text-agency {
        float: left;
        width: 75%;
        text-align: left;
        font-size: 20px;
        line-height: 20px;
        padding-left: 10px;
    }
        .affiliate-invite-agency .affiliate-text-agency.affiliate-no-image {
            width: 100% !important;
            text-align: center !important;
        }

.description-large.affiliate-talent {
    padding-top: 25px !important;
    height: auto;
}
.affiliate-invite-talent {
    padding: 0px 10px;
}

    .affiliate-invite-talent .affiliate-image-talent {
        float: left;
        width: 25%;
        text-align: center;
    }
        .affiliate-invite-talent .affiliate-image-talent.affiliate-no-image {
            display: none;
        }
        .affiliate-invite-talent .affiliate-image-talent img {
            max-height: 80px;
            /*margin:auto;*/
            border-radius: 10px;
        }

    .affiliate-invite-talent .affiliate-text-talent {
        float: left;
        width: 75%;
        text-align: left;
        font-size: 20px;
        line-height: 20px;
        padding-left: 10px;
    }
    .affiliate-invite-talent .affiliate-text-talent.affiliate-no-image{
        width:100% !important;
        text-align:center !important;
    }
.affiliate-bottom-border{
    clear:both;
    border-bottom:1px solid #efefef;
    margin-bottom:10px;
    height:15px;
}


    @media (max-width: 375px) {
        .signup {
    width: 100%;
  }
  .button-wrapper {
    padding: 0 30px;
  }
  .btn {
    width: 100%;
  }
}
