body {
  background: #052979; }

html {
  background: none; }

footer, .top-box, .login-box {
  display: none !important; }

.h-100-v {
  height: 100vh; }

.side-pic {
  background: url(/img/portal-banner.jpg) no-repeat center;
  background-size: cover; }
  .side-pic .content {
    padding: 60px 0 0 100px; }
  .side-pic img {
    width: 200px; }

.side-content {
  padding: 40px;
  height: 100%;
  position: relative; }
  .side-content h2 {
    font-size: 45px;
    font-weight: 100;
    line-height: 1;
    color: #0838A4; }
  .side-content .bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    border-top: solid 1px #0838A4; }
  .side-content .col-8 {
    border-right: solid 1px #0838A4; }

.download-file {
  color: #0838A4;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: 100;
  line-height: 100%;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center; }

.p-documents {
  margin: 40px 0;
  list-style: none;
  padding: 0; }
  .p-documents ul {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    margin-left: 65px;
    display: none; }
    .p-documents ul ul {
      margin-left: 62px;
      margin-top: 10px; }
  .p-documents > li {
    position: relative; }
    .p-documents > li:after {
      content: "";
      position: absolute;
      right: 0;
      width: 20px;
      height: 20px;
      background: url(/img/icons/plus-blue.svg) no-repeat center;
      top: 25px; }
  .p-documents .active ul {
    display: block; }
  .p-documents .active:after {
    background-image: url(/img/icons/minus-blue.svg); }
  .p-documents li {
    font-size: 26px; }
    .p-documents li li {
      font-size: 23px; }
      .p-documents li li input[type="checkbox"] {
        padding: 8px; }
      .p-documents li li li {
        font-size: 22px; }
  .p-documents .p-folder.first {
    border-top: 1px solid #0838A4;
    padding: 15px 0; }
    .p-documents .p-folder.first > span {
      padding-bottom: 10px;
      display: inline-block;
      padding-left: 70px; }
      .p-documents .p-folder.first > span:before {
        content: "_";
        left: -25px;
        position: absolute;
        top: 10px;
        font-size: 16px;
        line-height: 0;
        font-weight: 100; }
  .p-documents input[type="checkbox"] {
    padding: 10px;
    border: 1px solid #0838A4;
    background: #FFFFFF;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .p-documents input[type="checkbox"]:checked {
      background: #FFF url(/img/icons/checked.svg) center no-repeat; }
  .p-documents .p-folder span {
    padding-left: 50px;
    background: url(/img/icons/folder-blue.svg) no-repeat left 5px;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
    color: #0838A4; }
  .p-documents .p-file a,  .p-documents .p-file span {
    padding-left: 50px;
    background: url(/img/icons/file-blue.svg) no-repeat left 0;
    margin-left: 40px;
    cursor: pointer;
    color: #0838A4; }

.grid-documents {
  margin: 20px 0;
  padding: 0; }
  .grid-documents .grid-item a {
    width: 100%; }
  .grid-documents .grid-item span {
    text-align: center; }
  .grid-documents .folder-icon {
    height: 5.5rem;
    max-height: 105px; }
  .grid-documents .file-icon {
    height: 5.5rem;
    max-height: 105px;
    cursor: pointer; }
  .grid-documents span {
    color: #0838A4;
    font-size: 26px; }
  .grid-documents .path {
    color: #0838A4;
    font-size: 26px; }
  .grid-documents .grid-file span {
    text-align: center;
    line-height: 100%; }
  .grid-documents .grid-file input {
    margin-top: 8px; }
  @media only screen and (max-width: 830px) {
    .grid-documents {
      margin-bottom: 40px; }
      .grid-documents span {
        color: #0838A4;
        font-size: 20px;
        margin-left: 0px; }
      .grid-documents .folder-icon {
        height: 4rem; }
      .grid-documents .file-icon {
        height: 4rem;
        max-height: 105px; } }
  .grid-documents input[type="checkbox"] {
    padding: 10px;
    border: 1px solid #0838A4;
    background: #FFFFFF;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .grid-documents input[type="checkbox"]:checked {
      background: #FFF url(/img/icons/checked.svg) center no-repeat; }

.file-preview {
  margin-top: 20px; }

.file-frame {
  width: 100%;
  border: solid 1px #0838A4;
  padding: 15px 10px;
  margin-bottom: 50px;
  height: 60vh; }

.close-preview {
  width: 25px;
  cursor: pointer; }

.selected-txt {
  color: #0838A4; }

.portal-login {
  width: 690px;
  max-width: 90%;
  margin: auto;
  margin-top: 160px;
  background: #FFF;
  border-radius: 20px;
  color: #000; }
  .portal-login .side {
    background: #ddc38e;
    background: linear-gradient(183deg, #ddc38e 0%, #998147 100%);
    padding: 25px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .portal-login .box {
    padding: 30px 80px 50px; }
    .portal-login .box h4 {
      margin: 25px 0;
      font-size: 25px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase; }
    .portal-login .box input[type="text"],
    .portal-login .box input[type="password"] {
      width: 100%;
      border: none;
      outline: none;
      background: none;
      border-bottom: 1px solid #000;
      margin-bottom: 30px;
      color: #000;
      font-size: 18px;
      font-weight: 600;
      padding: 10px 0;
      padding-left: 45px; }
      .portal-login .box input[type="text"].username,
      .portal-login .box input[type="password"].username {
        background: url(/img/icons/username.svg) no-repeat left; }
      .portal-login .box input[type="text"].password,
      .portal-login .box input[type="password"].password {
        background: url(/img/icons/password.svg) no-repeat left; }
      .portal-login .box input[type="text"]::placeholder,
      .portal-login .box input[type="password"]::placeholder {
        color: #000;
        font-size: 18px; }
      .portal-login .box input[type="text"]:-ms-input-placeholder,
      .portal-login .box input[type="password"]:-ms-input-placeholder {
        color: #000; }
    .portal-login .box input[type=text].username {
      background: url(/img/icons/username.svg) no-repeat left; }
    .portal-login .box label {
      font-weight: 700;
      font-size: 20px;
      margin-top: 25px; }
    .portal-login .box input[type="checkbox"] {
      border: 2px solid #000;
      height: 25px;
      width: 25px;
      border-radius: 4px;
      vertical-align: text-bottom;
      margin-right: 10px; }
    .portal-login .box input[type="checkbox"]:checked {
      background: url(/img/icons/checkmark.svg) no-repeat center;
      background-size: 80%; }
  .portal-login button {
    background-color: #0B2E7C;
    border: 1px solid #FCE9C4;
    padding: 10px 75px;
    color: #FFF;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px; }
    .portal-login button:hover {
      background-color: #000;
      color: #FFF; }
  @media only screen and (max-width: 576px) {
    .portal-login {
      margin-top: 90px; }
      .portal-login .box {
        padding: 25px 40px 50px; }
        .portal-login .box h4 {
          margin: 35px 0; }
      .portal-login .side {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-topright: 20px;
        border-top-right-radius: 20px; }
        .portal-login .side img {
          max-width: 100px; } }

h2 {
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9; }
  @media only screen and (max-width: 1100px) {
    h2 {
      font-size: 50px; } }
  @media only screen and (max-width: 980px) {
    h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 780px) {
    h2 {
      font-size: 25px; } }
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 35px; } }

h6 {
  font-size: 27px;
  font-weight: bold; }
  @media only screen and (max-width: 980px) {
    h6 {
      font-size: 18px; } }
  @media only screen and (max-width: 575px) {
    h6 {
      font-size: 18px; } }

/*# sourceMappingURL=brand-portal.css.map */
