body {
    margin: 0;
}

.pg-header {
    display: flex;
    width: 100%;
    height: 71px;
    background-color: #d6d6d6;
}

.pg-logo {
    position: absolute;
    height: 28px;
    width: 137px;
    background-color: #fff;
    margin-top: 21px;
    margin-left: 20px;
    border-radius: 8px;
}

.pg-text {

    margin-top: 40px;
    width: 600px;
    height: 20px;
    background-color: #dcdcdc;
    border-radius: 5px;
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0, #e0e0e0, #f0f0f0) 0 0/ 100vh 100% fixed;
    animation: refresh 2s infinite linear
}

@keyframes refresh {
    to {
        background-position: 100vw 0;
    }
}

.text-center-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.loginlogo {
    margin-top: 0px !important;
    display: flex !important;
    align-items: center;
  }
  
  #login {
    background: #273B4A;
    width: 100%;
    height: 100%;
  }
  
  .logo-leftSide{
    position: fixed;
      bottom: 20px;
      left: -2px;
      color: #FFFFFF;
  }
  .login-btn img{
    width:24px;
    height: auto;
    margin-right: 3px;
  }
  .logo-leftSide img{
    width:100%;
    height: 300px;
  }
  .login-url{
    margin: 40px 20px 20px 40px;
  }
  .login-success{
    margin: 25px 40px 20px 40px;
  }
  .login-btn{
    background-color: #09ADE3;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: 600;
    border-color: #09ADE3;
    width: 200px;
    height: 40px;
    border: 1px solid transparent;
    margin-left: 25px;
    margin-top: 20px;
  }
  
  .mt-40{
    margin-top: 40px;
  }
  .mt-20{
    margin-top: 20px;
  }
  .mb-20{
    margin-bottom: 20px;
  }
  
  .font-small{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #CEEFF9;
  }
  .font-medium{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .font-large{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
  .center-align{
    width: 400px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    height: 100%;
  }
  .image-content-inline{
    width: 400px;
    color: #fff;
  }
  .center-align .right-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
  }
  .rightColumn{
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
  }
  
  .header-title{
  color: #1D2939;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  }
  
  .logo-image{
   margin-right: 10px;
   margin-top: 10px;
  }
  
  .video_logo img{
    height: 20px;
    margin-right:15px;
    margin-top: 10px;
  }
  .logo-image img{
    height: 30px;
  }
  
  .list{
    display: flex;
  }
  .list .head-line{
  color: #1D2939;
  font-size: 16px;
  font-weight: 500;
  } 
  
  .link-text{
    color: #1D2939;
  }
  .list .link-tag{
  color:#067FA7;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  }
  .imageTail {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-70%, -50%) scaleY(-1);
    padding: 10px;
    color: #fff;
  }
  .first-column{
    background: #FFFFFF;
  }
  @media screen and (max-width: 600px) {
    .logo-leftSide img{
      height: 280px;
    }
  }
  .logo-image-adjust{
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: contain;
  }
  .align-middle-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .img-logo {
    text-align: center;
  }
  
  .content-size-ovaedge-image img {
    max-width: 242px !important;
    max-height: 167px;
  }
  .margin-left{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .relative {
    position: relative;
  }
  .image-width{
    width:40px !important;
    height:40px !important;
    margin-top: 2px !important;
  }
  .items-content{
    display: flex;
    flex-direction: column;
  }
  #logo-image-adjust {
    padding: 0 30px;
  }
  @media screen and (max-width: 767px) {
    .logo-image-adjust {
      height: 400px;
      text-align: center;
      display: block;
      margin: auto;
    }
  }
  .blueText{
    color: rgba(9, 173, 227, 1);
    margin-left: 5px;
  }
  #logo-image-adjust {
    text-align: center;
  }
  .ovaledge-slogon-text {
    position: absolute;
    color: var(--oe-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    bottom: 5%;
    right: 0;
    left: 0;
  }
  .height-33 {
    height: 33.3%;
  }
  .ovaledge-logo-down img {
    max-width: 160px !important;
    max-height: 156px;
    margin-top: 40px;
  }
  .none {
    display: none;
  }
  .font-bold {
    font-size: 18px;
    font-weight: 600;
  }
  .bottomlogo{
    padding-top: 150px;
    padding-bottom: 20px;
  }