#forPass {position: relative; background-color: #eee; font-family: Roboto, serif;}
#forPass .forPass-inner {position: relative; text-align: center; font-size: 0px; height: 100vh;}
#forPass .forPass-inner::before {content: ""; display: inline-block; height: 100%; width: 0px; vertical-align: middle;}
#forPass .forPass-hold {position: relative; display: inline-block; width: 100%; max-width: 600px; vertical-align: middle;}
#forPass .forPass-hold-inner {
    position: relative;
    background-color: #fff;
    padding: 60px 30px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    min-height: 259px;
}

#forPass .forPass-heading {font-size: 20px; font-weight: 400; color: #515151; text-align: center; margin-top: 20px; margin-bottom: 15px; line-height: 1.1; text-transform: uppercase;}
#forPass .forPass-star {font-size: 100px; display: block; text-align: center; color: #515151; line-height: 0px; margin-top: 40px; margin-bottom: 10px;}
#forPass .forPass-par {text-align: center; margin-top: 0px; font-size: 13px; font-weight: 400; color: #515151; line-height: 1.4;}
#forPass .forPass-list {display: block; max-width: 250px; margin: 0 auto;}