@import url("base.css");
@import url("dialog.css");
@font-face {
    font-family: 'AvenirHeavy';
    src: url('font/Avenir-Heavy.eot') format('eot'),
    url('font/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
    url('font/Avenir-Heavy.woff') format('woff'),
    url('font/Avenir-Heavy.ttf') format('truetype'),
    url('font/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sign-up {
    padding: 0 10px;
    color: #fff;
    height: 35px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin: 20px auto 10px auto;
    margin-top: 0px;
    border: 0;
}

.sign-up-response {
    text-align: center;
    padding: 20px 0;
}