* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

#app {
  min-height: 60vh;
}

.main {
  height: 75px;
  width: 100%;
  padding: 1vh 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .title {
  height: 100%;
}
.main .title img {
  height: 100%;
}
.main .login button {
  background-color: #3b4ACC;
  border-radius: 15px;
  border: none;
  width: 100px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.member-nav {
  height: 10vh;
  width: 100%;
  padding: 0 10vw;
  background-color: #6a86ce;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  box-shadow: 0px 2px 2px rgba(11, 7, 85, 0.3);
  z-index: 25;
}
.member-nav img {
  height: 75px;
}
.member-nav .dropdown {
  width: 250px;
  min-height: 250px;
  position: absolute;
  right: 10vw;
  top: 2vh;
  z-index: 50;
}
.member-nav .dropdown .dropdown-icon {
  float: right;
  height: 36px;
  width: 36px;
}
.member-nav .dropdown .dropdown-icon i {
  font-size: 36px;
  cursor: pointer;
}
.member-nav .dropdown .dropdown-menu {
  background-color: #6a86ce;
  padding: 10px;
  width: 100%;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px solid #0B0755;
  border-top: none;
  border-left: none;
}
.member-nav .dropdown .dropdown-menu #visitor-options {
  width: 100%;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-nav .dropdown .dropdown-menu #visitor-options button {
  background-color: #3b4ACC;
  border-radius: 15px;
  border: none;
  width: 100px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.member-nav .dropdown .dropdown-menu #member-options {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.member-nav .dropdown .dropdown-menu #member-options #name {
  margin-bottom: 5px;
}
.member-nav .dropdown .dropdown-menu #member-options button {
  background-color: #3b4ACC;
  border-radius: 15px;
  border: none;
  width: 100px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.flex-visible {
  display: flex;
}

@media screen and (max-width: 450px) {
  .main {
    padding: 1vh 0vw;
    justify-content: space-around;
  }
  .main .title {
    height: fit-content;
  }
  .main .title img {
    width: 200px;
    height: auto;
  }
  .member-nav {
    padding: 0vh 1vw;
  }
  .member-nav img {
    width: 250px;
    height: auto;
  }
  .member-nav .dropdown {
    right: 0vw;
    top: 3vh;
  }
  .member-nav .dropdown .dropdown-icon {
    float: right;
    height: 20px;
    width: 20px;
  }
  .member-nav .dropdown .dropdown-icon i {
    font-size: 20px;
    color: #060633;
    cursor: pointer;
  }
}
#main-footer {
  min-height: 10vh;
  width: 100%;
  padding: 5vh 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #dde7fe;
}
#main-footer .copy {
  width: 30%;
}
#main-footer .copy img {
  height: 50px;
}
#main-footer .quick-nav {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}
#main-footer .quick-nav h5 {
  font-size: 24px;
  color: #0B0755;
}
#main-footer .quick-nav a {
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 18px;
  color: #060633;
}

#alt-footer {
  height: 15vh;
  width: 100%;
  padding: 5vh 10vw;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background-color: #dde7fe;
}
#alt-footer img {
  height: 50px;
}

@media screen and (max-width: 768px) {
  #main-footer {
    flex-direction: column;
  }
  #main-footer .copy {
    width: 80vw;
  }
  #main-footer .quick-nav {
    text-align: left;
    flex-direction: column;
    width: 80vw;
  }
}
.main-home {
  width: 100%;
}
.main-home .top-banner {
  width: 100%;
  min-height: 50vh;
  padding: 5vh 15vw;
  background-color: #0B0755;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-home .top-banner .text {
  width: 40vw;
}
.main-home .top-banner .text .container {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.main-home .top-banner .text .container h1 {
  font-size: 48px;
  color: #fff;
}
.main-home .top-banner .text .container p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}
.main-home .top-banner .text .container button {
  width: 120px;
  height: 40px;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}
.main-home .top-banner .image {
  width: 55vw;
}
.main-home .top-banner .image img {
  width: 100%;
}
.main-home .perk-row {
  width: 100%;
  padding: 5vh 20vw;
  min-height: 250px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-home .perk-row .image-half {
  width: 45%;
}
.main-home .perk-row .image-half img {
  width: 30vw;
}
.main-home .perk-row .text-half {
  width: 35%;
}
.main-home .perk-row .text-half h2 {
  color: #3b4ACC;
}
.main-home .perk-row:nth-child(odd) {
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .main-home .top-banner {
    flex-direction: column;
  }
  .main-home .top-banner .text {
    width: 80vw;
  }
  .main-home .top-banner .text .container {
    width: inherit;
  }
  .main-home .top-banner .image {
    width: 80vw;
  }
  .main-home .top-banner .image img {
    width: inherit;
  }
  .main-home .perk-row {
    flex-direction: column;
  }
  .main-home .perk-row .image-half {
    width: 80vw;
  }
  .main-home .perk-row .image-half img {
    width: inherit;
    margin: 16px;
  }
  .main-home .perk-row .text-half {
    width: 80vw;
  }
}
.log-in-register {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 75vh;
  position: relative;
  padding-top: 5vh;
  background-color: #dde7fe;
}
.log-in-register .form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.log-in-register .form h1 {
  color: #060633;
}
.log-in-register .form .error-box {
  display: none;
  width: 450px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fa7267;
  padding: 5px;
  text-align: center;
}
.log-in-register .form .error-box p {
  margin-bottom: 0;
}
.log-in-register .form input {
  width: 450px;
  height: 30px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #6a86ce;
}
.log-in-register .form .half-width {
  width: 210px;
}
.log-in-register .form button {
  width: 450px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  background-color: #3b4ACC;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.log-in-register .form .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.log-in-register .form .row span, .log-in-register .form .row a {
  color: #3b4ACC;
  text-decoration: none;
  cursor: pointer;
}
.log-in-register img {
  position: absolute;
  bottom: -10vh;
  left: 2vw;
  width: 30vw;
}

@media screen and (max-width: 450px) {
  .log-in-register {
    overflow: hidden;
  }
  .log-in-register .form {
    width: 100%;
  }
  .log-in-register .form .error-box {
    width: 90vw;
  }
  .log-in-register .form input, .log-in-register .form button, .log-in-register .form .row {
    width: 90vw;
  }
  .log-in-register .form .half-width {
    width: 45vw;
  }
  .log-in-register img {
    width: 80vw;
  }
}
.portal {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 75vh;
  position: relative;
  background-color: #fff;
}
.portal .second-nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #f4f4f4;
  width: 100%;
  height: 7.5vh;
  box-shadow: 0px 5px 5px rgba(11, 7, 85, 0.3);
  z-index: 2;
}
.portal .second-nav a {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #3b4ACC;
}
.portal .account-overview {
  margin-top: 5vh;
  width: 80vw;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.portal .account-overview a {
  text-decoration: none;
}
.portal .account-overview .account {
  width: 300px;
  box-shadow: 5px 5px 5px rgba(11, 7, 85, 0.3);
  border: 2px solid #f4f4f4;
  border-radius: 15px;
  padding: 20px;
  margin: 50px;
  cursor: pointer;
}
.portal .account-overview .account h3 {
  font-size: 16px;
  color: #3b4ACC;
  margin-bottom: 15px;
}
.portal .account-overview .account h2 {
  font-size: 30px;
  color: #000;
}
.portal .account-overview .account h4 {
  font-size: 14px;
  color: #0B0755;
  margin-bottom: 0;
}

.services {
  width: 60%;
  margin: 0 auto;
}
.services h1 {
  text-align: center;
  margin-top: 5vh;
  color: #0B0755;
}
.services .grid {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.services .grid a {
  text-decoration: none;
  color: #fff;
}
.services .grid .card {
  width: 300px;
  height: 100px;
  box-shadow: 5px 5px 5px rgba(11, 7, 85, 0.3);
  background-color: #3b4ACC;
  border: 1px solid #6a86ce;
  border-radius: 15px;
  padding: 20px;
  margin: 30px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .grid .card h2 {
  margin-bottom: 0;
  font-weight: normal;
}

.account-details {
  width: 100%;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-details .acct-information {
  min-height: 75vh;
  width: 35vw;
  background-color: #6a86ce;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 10vh;
}
.account-details .acct-information h1 {
  color: #060633;
}
.account-details .acct-information h2 {
  font-size: 20px;
  font-weight: normal;
}
.account-details .acct-information .row {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.account-details .acct-information .row button {
  width: 120px;
  height: 30px;
  color: #fff;
  background-color: #0B0755;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
}
.account-details .transactions {
  width: 50vw;
  min-height: 75vh;
}
.account-details .transactions .balances {
  background-color: #dde7fe;
  padding: 5vh 2vh 0vh 2vh;
  box-shadow: 0px 2px 2px rgba(11, 7, 85, 0.3);
  border-left: 1px solid #6a86ce;
  border-bottom: 1px solid #6a86ce;
  border-radius: 5px;
}
.account-details .transactions .balances p {
  margin-bottom: 1px;
  text-transform: uppercase;
  font-size: 12px;
  color: #0B0755;
}
.account-details .transactions .transactions-container {
  margin-top: 2vh;
}
.account-details .transactions .transactions-container .transaction {
  padding: 10px 15px 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-details .transactions .transactions-container .transaction p {
  margin-bottom: 0;
}
.account-details .transactions .transactions-container .transaction:nth-child(odd) {
  background-color: #f4f4f4;
}

@media screen and (max-width: 760px) {
  .account-details {
    flex-direction: column;
  }
  .account-details .acct-information {
    width: 100vw;
    min-height: 30vh;
    padding-top: 2vh;
  }
  .account-details .transactions {
    width: 100vw;
  }
  .account-details .transactions .transactions-container .transaction {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.open-account {
  width: 100%;
  background-color: #dde7fe;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}
.open-account h1 {
  text-align: center;
  color: #060633;
  margin: 5vh 0vh;
}
.open-account .form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.open-account .form h1 {
  color: #060633;
}
.open-account .form .error-box {
  display: none;
  width: 450px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fa7267;
  padding: 5px;
  text-align: center;
}
.open-account .form .error-box p {
  margin-bottom: 0;
}
.open-account .form input {
  width: 450px;
  height: 30px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #6a86ce;
}
.open-account .form .half-width {
  width: 210px;
}
.open-account .form button {
  width: 450px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  background-color: #3b4ACC;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.open-account img {
  position: absolute;
  bottom: -10vh;
  left: 2vw;
  width: 30vw;
}

@media screen and (max-width: 450px) {
  .update-details {
    overflow: hidden;
  }
  .update-details .form {
    width: 100%;
  }
  .update-details .form .error-box {
    width: 90vw;
  }
  .update-details .form input, .update-details .form button, .update-details .form label, .update-details .form select {
    width: 90vw;
  }
  .update-details .form .half-width {
    width: 45vw;
  }
  .update-details img {
    width: 80vw;
  }
}
.deposit {
  width: 100%;
  background-color: #dde7fe;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}
.deposit h1 {
  text-align: center;
  color: #060633;
  margin: 5vh 0vh;
}
.deposit .form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.deposit .form h1 {
  color: #060633;
}
.deposit .form .error-box {
  display: none;
  width: 450px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fa7267;
  padding: 5px;
  text-align: center;
}
.deposit .form .error-box p {
  margin-bottom: 0;
}
.deposit .form label {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  width: 450px;
  text-align: left;
  margin-bottom: 5px;
}
.deposit .form input, .deposit .form select {
  width: 450px;
  height: 30px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #6a86ce;
}
.deposit .form .half-width {
  width: 210px;
}
.deposit .form button {
  width: 450px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  background-color: #3b4ACC;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.deposit img {
  position: absolute;
  bottom: -10vh;
  left: 2vw;
  width: 30vw;
}

@media screen and (max-width: 450px) {
  .update-details {
    overflow: hidden;
  }
  .update-details .form {
    width: 100%;
  }
  .update-details .form .error-box {
    width: 90vw;
  }
  .update-details .form input, .update-details .form button, .update-details .form label, .update-details .form select {
    width: 90vw;
  }
  .update-details .form .half-width {
    width: 45vw;
  }
  .update-details img {
    width: 80vw;
  }
}
.transfer {
  width: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
  background-color: #dde7fe;
}
.transfer h1 {
  text-align: center;
  color: #060633;
  margin: 5vh 0vh;
}
.transfer .form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.transfer .form h1 {
  color: #060633;
}
.transfer .form .error-box {
  display: none;
  width: 450px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fa7267;
  padding: 5px;
  text-align: center;
}
.transfer .form .error-box p {
  margin-bottom: 0;
}
.transfer .form label {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  width: 450px;
  text-align: left;
  margin-bottom: 5px;
}
.transfer .form input, .transfer .form select {
  width: 450px;
  height: 30px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #6a86ce;
}
.transfer .form .half-width {
  width: 210px;
}
.transfer .form button {
  width: 450px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  background-color: #3b4ACC;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.transfer img {
  position: absolute;
  bottom: -10vh;
  left: 2vw;
  width: 30vw;
}

@media screen and (max-width: 450px) {
  .update-details {
    overflow: hidden;
  }
  .update-details .form {
    width: 100%;
  }
  .update-details .form .error-box {
    width: 90vw;
  }
  .update-details .form input, .update-details .form button, .update-details .form label, .update-details .form select {
    width: 90vw;
  }
  .update-details .form .half-width {
    width: 45vw;
  }
  .update-details img {
    width: 80vw;
  }
}
.update-details {
  width: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
  background-color: #dde7fe;
}
.update-details h1 {
  text-align: center;
  color: #060633;
  margin: 5vh 0vh;
}
.update-details .form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.update-details .form h1 {
  color: #060633;
}
.update-details .form .error-box {
  display: none;
  width: 450px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fa7267;
  padding: 5px;
  text-align: center;
}
.update-details .form .error-box p {
  margin-bottom: 0;
}
.update-details .form label {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  width: 450px;
  text-align: left;
  margin-bottom: 5px;
}
.update-details .form input, .update-details .form select {
  width: 450px;
  height: 30px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #6a86ce;
}
.update-details .form .half-width {
  width: 210px;
}
.update-details .form button {
  width: 450px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  background-color: #3b4ACC;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.update-details img {
  position: absolute;
  bottom: -10vh;
  left: 2vw;
  width: 30vw;
}

@media screen and (max-width: 450px) {
  .update-details {
    overflow: hidden;
  }
  .update-details .form {
    width: 100%;
  }
  .update-details .form .error-box {
    width: 90vw;
  }
  .update-details .form input, .update-details .form button, .update-details .form label, .update-details .form select {
    width: 90vw;
  }
  .update-details .form .half-width {
    width: 45vw;
  }
  .update-details img {
    width: 80vw;
  }
}
.close-account {
  width: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}
.close-account h1 {
  text-align: center;
  color: #060633;
  margin: 5vh 0vh 0vh 0vh;
}
.close-account h2 {
  text-align: center;
  margin-bottom: 5vh;
}
.close-account .form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.close-account .form h1 {
  color: #060633;
}
.close-account .form .error-box {
  display: none;
  width: 450px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fa7267;
  padding: 5px;
  text-align: center;
}
.close-account .form .error-box p {
  margin-bottom: 0;
}
.close-account .form label {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  width: 450px;
  text-align: left;
  margin-bottom: 5px;
}
.close-account .form input, .close-account .form select {
  width: 450px;
  height: 30px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #6a86ce;
}
.close-account .form p {
  width: 450px;
  margin-top: 20px;
}
.close-account .form button {
  width: 450px;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  background-color: #3b4ACC;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.close-account img {
  position: absolute;
  bottom: -10vh;
  left: 2vw;
  width: 30vw;
}

@media screen and (max-width: 450px) {
  .update-details {
    overflow: hidden;
  }
  .update-details .form {
    width: 100%;
  }
  .update-details .form .error-box {
    width: 90vw;
  }
  .update-details .form input, .update-details .form button, .update-details .form label, .update-details .form select, .update-details .form p {
    width: 90vw;
  }
  .update-details .form .half-width {
    width: 45vw;
  }
  .update-details img {
    width: 80vw;
  }
}

/*# sourceMappingURL=styles.css.map */
