html, body {
    color: #8a8a8a;
}
#main_wrapper {
    padding: 25px;
}
#logoDiv {

}
#loginOptions {

}
.rpBtn {
    width: 300px;
    height: 100px;
    color: navy;
    font-size: 30px;
}
.rpBtn:hover {
    cursor: pointer;
}
.smallerGreyText {
    font-size: 15px;
    color: grey;
}
.gigyaLink {
	color: #149dd6;
}
a, a:visited, a:hover {
	color: #149dd6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
