@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.accountbg {
  background-color: #FFCC00 !important;
  height: 100%;
  width: 100%;
  top: 0;
}

body {
  font-family: "Raleway";
}

/* clases de login*/

.login-bg {
  background-color: #003F8A !important;
}

.ul-boxed {
  overflow: scroll;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
}

.accountbg {
  background-color: #FFCC00 !important;
  height: 100%;
  width: 100%;
  top: 0;
}

body {
  font-family: "Raleway";
}

/* clases de login*/

.login-bg {
  background-color: #003F8A !important;
}

/*aplicar scroll vertical a modales*/

.modal-boxed {
  overflow: scroll;
  width: 95%;
  height: 750px;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.app-logo {
  width: 8.2em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app-name {
  color: #003F8A;
  font-size: 1.5em;
}

.app-footername {
  color: #003F8A;
  font-size: 1.2em;
  font-weight: bold;
}

.page-header-title {
  background-color: #003F8A;
}

.navbar-default {
  background-color: #003F8A;
}

