body {
    font-family: "Roboto";
    font-size: 14px;
    letter-spacing: 1px;
    height: 100%;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin-bottom: 0;
}

button {
    cursor: pointer;
    border: 0;
    padding: 0.5vw 1.5vw;
    border-radius: 22px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #027AFF;
}
.mycio-layout {
    height: 60px;
    background: rgba(0, 71, 94, 0.99);
}
.bny-image{
    height: 4em;
}
.mycio-logo{
    display: flex;
    align-items: center;
    padding: 0 0.5em;
    height: 100%;
}

.mycio-text {
    font-size: 18px;
    color: #ffffff;
    padding-left: 0.4em;
}
.home-page-container{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.login-section {
    display: flex;
    width: 99%;
    height: 3vw;
    color: #027AFF;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
#content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
    background-color: #d3d3d336;
}
#welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 4vw;
}
.right-section {
    margin-top: 2vw;
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: space-between;
    padding-right: 1vw;
}
.section {
    padding: 1vw 2vw;
    margin-bottom: 1vw;
    background-color: #FFF;
}
footer{
    width: 100%;
    position: relative;
    height: 14vw;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: #d3d3d336;
}
img#bottom {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
  
  footer {
    main {
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 1;
      height: 30px;
      font-family: Open Sans, sans-serif;
      font-size: 0.9375rem;
      font-weight: 400;
      line-height: 1.25rem;
  
      header {
        background: transparent;
        /*rgba(0, 71, 94, 0.99);*/
        display: flex;
        align-items: center;
        padding: 0 0.5em;
        height: 30px;
  
        .col {
          width: 50%;
          color: #fff;
          font-size: 11px;
  
          span {
            float: right;
            font-size: 11px;
            color: #fff;
            padding-right: 0.4em;
          }
  
          a {
            color: white;
            font-size: 11px;
          }
        }
      }
    }
  }
  
  @media screen and (max-width: 1280px) {
    footer {
      main {
        height: 30px;
        font-family: Open Sans, sans-serif;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1rem;
  
        header {
          background: transparent;
          /*rgba(0, 71, 94, 0.99);*/
          display: flex;
          align-items: center;
          padding: 0 0.5em;
          height: 30px;
  
          .col {
            width: 50%;
            color: #fff;
            font-size: 9px;
  
            span {
              float: right;
              font-size: 9px;
              color: #fff;
              padding-right: 0.4em;
            }
  
            a {
              font-size: 9px;
            }
          }
        }
      }
    }
  }
  
  @media screen and (max-width: 840px) {
    img#bottom {
      position: absolute;
      height: 150%;
      width: 100%;
      margin: 0;
      padding: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
  
    footer {
      main {
        height: 30px;
        font-family: Open Sans, sans-serif;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 0.7rem;
  
        header {
          background: transparent;
          display: flex;
          align-items: center;
          padding: 0 0.5em;
          height: 30px;
  
          .col {
            width: 50%;
            color: #fff;
            font-size: 7px;
  
            span {
              float: right;
              font-size: 9px;
              color: #fff;
              padding-right: 0.4em;
            }
  
            a {
              font-size: 9px;
            }
          }
        }
      }
    }
  }
  
  @media screen and (max-width: 600px) {
    img#bottom {
      position: absolute;
      height: 300%;
      width: 100%;
      margin: 0;
      padding: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
    .right-section{
      width: 66%;
      z-index: 100;
    }
    
    footer {
      main {
        height: 30px;
        font-family: Open Sans, sans-serif;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 0.7rem;
  
        header {
          background: transparent;
          display: flex;
          align-items: center;
          padding: 0 0.5em;
          height: 30px;
  
          .col {
            width: 50%;
            color: #fff;
            font-size: 7px;
  
            span {
              float: right;
              font-size: 9px;
              color: #fff;
              padding-right: 0.4em;
            }
  
            a {
              font-size: 9px;
            }
          }
        }
      }
    }

  }
  