/* @override 
	http://onlyprivvy.com/css/main.css */

body{
    background: #000000;
    color: #000000;
    padding: 0;
    margin: 0;
    font-size: 14px;
    min-height: 100vh;
}
h1{
    font-size: 18px;
    font-weight: 700;
}
.main{
    position: absolute;
    top: 35%;
    margin-top: -200px;/* half of #content height*/
    left: 0;
    width: 100%;
    text-align: center;
}
.logo{
    vertical-align: middle;
    max-width: 350px;
    min-height: 113px;
    margin: 0 auto;
}
.bottom_text{
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 65px;
    font-family: 'Roboto',sans-serif;
    font-size: 28px;
    font-weight: 100;
}
.bottom_text sup{ font-size: 22px;}
.border-rt{
    border-right: 14px solid #fcb62a;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.signup {
	align-content: center;
	width: 500px;
	margin: 0 auto;
}

.wufoo-form-container  {
	text-align: center;
}

@media screen and (max-width:767px) {
    .bottom_text{ font-size: 24px;}
}





.wufoo .info h2 {
	text-align:center;
	color:#333;
}










