

@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('../../fonts/GothamNarrow-Book.eot');
    src: url('../fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamNarrow-Book.woff2') format('woff2'), url('../fonts/GothamNarrow-Book.woff') format('woff'), url('../fonts/GothamNarrow-Book.ttf') format('truetype'), url('../fonts/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/GothamNarrow-Light.eot');
    src: url('../fonts/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamNarrow-Light.woff2') format('woff2'), url('../fonts/GothamNarrow-Light.woff') format('woff'), url('../fonts/GothamNarrow-Light.ttf') format('truetype'), url('../fonts/GothamNarrow-Light.svg#GothamNarrow-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.topbox-home {
    width: 100%;
    height: 100vh;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url('imgs/background.jpg') no-repeat center center fixed;
    display: table;
}

.invitetext{
    text-align:center;
    font-size:10pt;
    font-family: 'Gotham Narrow', tahoma;
    color:#666666;
}

.loginbox {
    width: 350px;
    height: 464px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    border-radius: 30px;
}

.middlebaby {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.topbit-logo {
    width: 100%;
    height: 140px;
    line-height: 140px;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
    background: #000000;
    color:#ffffff;
    font-size:20px;
}

#signupform {
    padding: 15px 30px 30px 30px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
    font-weight: normal;
    font-family: 'Gotham Narrow', tahoma;
    font-size: 10pt;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
    font-weight: normal;
    font-family: 'Gotham Narrow', tahoma;
    font-size: 10pt;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
    font-weight: normal;
    font-family: 'Gotham Narrow', tahoma;
    font-size: 10pt;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
    font-weight: normal;
    font-family: 'Gotham Narrow', tahoma;
    font-size: 10pt;
}

#signupform input {
    border: none;
    outline: none;
    height: 50px;
    font-family: 'Gotham Narrow', tahoma;
    font-weight: normal;
    border-radius: 15px;
    background-color: #ffffff;
    font-size: 10pt;
}

.messagereg {
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
    font-family: 'Gotham Narrow Book', tahoma;
    font-size: 15pt;
}

.buttonbaby {
    background-color: #000000;
    height: 45px;
    text-align: center;
    border: none;
    color: #ffffff;
    border-radius: 100px;
    font-family: 'Gotham Narrow', tahoma;
    width: 100%;
}