﻿.wrap-chat {
    display: none;
    text-align: center;
    width: 533px;
    margin: 0 auto;
}

.field-label {
    margin-bottom: 3px;
    text-align: left;
}

.enjoy-css.sign-up-email-input {
    width: 500px;
    margin: 0;
    border-color: #b7b7b7;
    transition: all .2s;
    border-radius: 12px !important;
    height: 50px;
    padding: 0 15px !important;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 21px;
}

.enjoy-css.sign-up-email-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/ul-content/img/report-violation/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 22px;
    width: 500px;
    margin: 0;
    border-color: #b7b7b7;
    transition: all .2s;
    border-radius: 12px !important;
    height: 50px;
    padding: 0 15px !important;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 21px;
}

.enjoy-css {
    width: 315px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font: normal 16px / normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252, 252, 252, 1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
