* {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: none;
  outline: medium none;
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
a,
a:link,
a:active,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  outline: medium none;
  color: #337ab7;
}
a:hover {
  color: #ff7300;
}
input[type="text"],
input[type="password"],
select option,
textarea {
  outline: medium none;
}
select option {
  padding: 5px 0;
  text-indent: 5px;
}
html,
body {
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 0 !important;
  overflow-y: visible !important;
}
#header,
#content,
#footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.list-item-page {
  display: inline-block;
  float: right;
  max-width: 50%;
}
.showListPage {
  clear: both;
  display: inline-block;
  margin: 2px 0;
  text-align: center;
  width: 100%;
}
.showListPage .pagination {
  margin: 0;
}
.showListPage .pagination > li > a,
.showListPage .pagination > li > span {
  padding: 5px 10px;
}
.page-access {
  font-size: 20px;
  min-height: 200px;
}
.error {
  border: 2px solid #ff0000 !important;
}
.box-page-access {
  padding: 5% 0 5%;
  width: 28%;
  margin: 0 auto;
  text-align: center;
}
.box-page-access .title-access {
  font-size: 4.5em;
  color: #495057;
  padding-top: 0;
}
.box-page-access .desc-access {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  color: #656262;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.box-page-access .link-access {
  font-weight: 400;
  color: #fff!important;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 5px;
  display: inline-block;
  margin: 0 2px;
  color: #fff;
  background: #3e69f6;
  border: 1px solid #3e69f6;
}
.box-page-access .link-access *{
  color: #fff!important;
}
@media (max-width: 768px) {
  .box-page-access {
    padding: 20px 0 20px;
  }
  .wrap-page-access {
    width: 95%;
  }
}
