html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,figure,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline
}
body{
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:none
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}
:focus{
    outline:0
}
ins{
    text-decoration:none
}
del{
    text-decoration:line-through
}
table{
    cellspacing:0;
    border-collapse:collapse;
    border-spacing:0
}
.borderbox{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
a{
    text-decoration:none
}
body{
    background:#FFFFFF
}
.holder{
    margin:0 auto;
    margin-top:10%;
    width:80%;
    max-width:440px;
    padding:2% 4%;
    background-color:#FFFFFF;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #ddd;
    -webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,0.03);
    -moz-box-shadow:0 3px 5px 0 rgba(0,0,0,0.03);
    box-shadow:0 3px 5px 0 rgba(0,0,0,0.03)
}
.holder .logo{
    text-align:center;
    margin-top:30px
}
.holder .logo img{
    width:220px;
    height:auto;
    padding-right:20px
}
.holder .text{
    font-family:Roboto,Arial,Helvetica,sans-serif;
    text-align:center;
    font-size:18px;
    color:#111111;
    line-height:1.85;
    padding:20px 0 0 0;
    margin-bottom:30px
}
.holder .text a{
    display:inline-block;
    padding:10px 24px;
    background-color:#00A1AC;
    color:#FFFFFF;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px
}
.holder .text a:hover{
    background-color:#00939d;
    -webkit-box-shadow:0 0 12px 0 rgba(0,161,172,0.3);
    -moz-box-shadow:0 0 12px 0 rgba(0,161,172,0.3);
    box-shadow:0 0 12px 0 rgba(0,161,172,0.3)
}
.holder:hover{
    -webkit-box-shadow:0 3px 12px 0 rgba(0,0,0,0.06);
    -moz-box-shadow:0 3px 12px 0 rgba(0,0,0,0.06);
    box-shadow:0 3px 12px 0 rgba(0,0,0,0.06)
}
.instruction { margin: 0.5em 0 1em 0; }