/* Logo 👇 */
/* resize before uploading to maintain sizing control */
.private-content h1:before {
content:url('http://d24wuq6o951i2g.cloudfront.net/img/events/457506136/assets/a2701bb4.thehouseofsuntorylogo-white-02.png');
background-size:11rem;
display:block;
float:none;
padding-bottom:3rem;
margin:auto auto 2rem auto;
}
/* Subtitle 👇 */
.private-content h1 small,
.private-content .form-holder #access-code-form h4 {
text-shadow:none;
font-size:1rem;
text-transform:none;
letter-spacing:0;
margin:0;
color:#FFFFFF;
line-height:1.25;
display:block;
}
/* Privacy Page Form 👇 */
form {
width:100%;
margin:0 auto;
}
.private-content .form-holder {
vertical-align:bottom;
margin:0 auto 2rem 0;
width:100%;
max-width:100rem;
display:inline-block;
}
/* Error Code 👇 */
.private-content #access-code-error {
font-family:'CircularStdBlack';
color:#FFFFFF;
margin-top:1rem;
}
/* Media Queries for tablet and mobile devices 👇 */
@media screen and (max-width: 800px) {
body.private {overflow:scroll;}
.private-content h1 {font-size:3rem;}
.private-content h1:before {margin:auto;}
.private-content .form-holder {max-width:35rem!important;}
input[type=text] {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
}
@media screen and (max-width: 667px) {
.private-content {bottom:0; padding-bottom:0.5rem; top:50%;}
.private-content h1 {font-size:2rem;}
.private-content .form-holder {max-width:30rem!important;}
.private-content .form-holder #access-code-form input[name=email_access] {padding:1rem;}
.private-content .form-holder #access-code-form input[name=access_code] {padding:1rem;}
.private-content .form-holder #access-code-form input.form-submit.normal {padding:1rem;}
}
@media screen and (max-width: 550px) {
.private-content {position:absolute;}
.private-content .form-holder {max-width:20rem!important;}
.private-content .form-holder #access-code-form #access-code-input.email_access, .private-content .form-holder #access-code-form input[name=access_code] {width:100%; margin-bottom:1rem!important;}
.private-content .form-holder #access-code-form input.form-submit.normal {width:50%; float:none;}
}