.blocker {z-index: 100000000;}

.welcome p {
	font-family: 'Open Sans',sans-serif;
	color: #545454;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}

a.securityBtn {
	background-color: #dd9427;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 10px 20px;
    margin: 0 auto;
    border: 1px solid #999;
    box-shadow: 0px 0px 1px 1px #ccc;
    height: auto;
    width: 100%;
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
}

.welcome {
	background: #ececec;
	border-radius: 10px;
	padding: 30px 40px 30px;
}

.welcome .h1 {
	color: #D98C19;
    font-size: 3rem;
    font-weight: 600;
    line-height: 36px;
    text-shadow: 1px 1px #ffffff;
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
}

.modal {
    max-width: 650px;
}

.modal a.close-modal {
    display: none;
}