/* Theme styles which override style.css rules */ 
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
body {
    background: #fff url('../imgs/bg.jpg') top center no-repeat !important;
    background-size: cover !important;
    background: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    /* color: #000; */
}
.title {
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
input, select, .btn {
    border: 1px solid #575757;
    background: rgba(255,255,255,0.8);
    color: #222;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', serif;
}
input:focus, select:focus {
    background: #fff;
}
.btnPrimary {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-family: 'Roboto', Arial, sans-serif;
}
.login {
    background-size: cover;
    min-height: 100vh;
}
a {
   /*  color: #589BC7; */
}
h4 {
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif;
}
nav {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.registerPopup {
    /* background: rgba(255,255,255,0.5); */
}
.registerPopup a.link p, .registerPopup a {
    color: #000 !important;
    font-size: 15px;
}
nav .active {
    background: rgba(255,255,255,0.4);
}
.titleline {
    background: #fff;
}
.shadows {
    background: rgba(0,0,0,0.3); 
}
.page header {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.manageAcc .main a {
    color: #fff;
}
/* Remove FAQ and privacy page links from the footer */
footer .links {
    display: none;
}
/* Remove Change Pin, Change Password and Lost/Stolen Card options from Manage account page */
.changePin, .changePassword, .lostCard {
    display: none;
}