﻿
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
}
div#splitContnr {
    display: flex;
    height: 100%;
}
    div#PerviewContainer {
    display: flex;
    width: 61.25%;
    background-color: #25b482;
    z-index: 4;
}
    div#login-tbl {
    width: 40.75%;
    border-radius: 20px 0 0 20px;
    z-index: 5;
    position: absolute;
    right: 0;
    height: 100%;
}
    .login-panel {
        background-image: url('../..../../Images/markBlogBG.png');
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: center;
    }
.bgOverlay {    
    /*background-image: url('');*/
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center; 
    background-size:cover  
}
div#colorOverlay {
  background: linear-gradient(90deg, rgba(35,102,160,1) 0%, rgb(24 185 107) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0.8;
}

/*div#blogContainer {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width:60%;
  z-index:6;
}*/
#divTitle {
    min-height: 17px;    
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
div#divText::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent
}

div#divText::-webkit-scrollbar-thumb {
  background-color: #19585a;
  border-radius: 0.312rem
}
  #divHeader {
    min-width: 99%;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    /*text-decoration-line: underline;
    text-underline-offset: 12px;*/
    text-align: left;
    width:99%
  }
  .botLine {
    height: 2px;
    width: 50px;
    background-color: #FFFFFF;
    margin: 10px 0 0 2px;
}
  #divText {
    min-height: 56px;
    max-width: 100%;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 20px 0;
    text-align: left;
    overflow: auto;
    max-height: 75vh;
    max-width: 39vw;
  }
  div#divButtonPnl {
    margin-top: 10px;
    display:flex
  }
  #primeBtn{
    box-sizing: border-box;    
    padding:14px 40px;    
    /*color: #FFFFFF;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    /*border: 2px solid #FFFFFF;*/
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;  
    cursor: pointer;
    margin-right:77.5px;
  }
  
   #secondaryBtn {     
    box-sizing: border-box;    
    padding:14px 40px;    
    /*color: #FFFFFF;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    /*border: 2px solid #FFFFFF;*/
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;   
    cursor: pointer; 
}

a#secondaryBtn, a#primeBtn {
    text-decoration:none;
}

a#secondaryBtn:hover, a#primeBtn:hover  {    
    opacity: 0.8;
}
h1, h2, h3, h4, h5, h6, p {
    margin-block-start: 0;
    margin-block-end: 0;
}
