﻿ body, html {
        height: 100%;
        margin: 0;
    }

    .bg {
          /* The image used */
            background-image: url(../../content/images/regn_bg_L.png), url(../../content/images/regn_bg_R.png);
            background-color: #012d3f;

          /* Full height */
            height: 100vh; 

          /* Center and scale the image nicely */
            background-position: left, right; 
            background-repeat: no-repeat, no-repeat;
			flex-direction:column;
    }
	
		.divMain {
				align-items:center;
                box-sizing:border-box;
                display: flex;
                justify-content:center;
                overflow:hidden;
                height: 100vh; 
		}
        .divBox{
            flex-direction:row;
            max-height:30rem;
            max-width:60rem;
            overflow:hidden;
        }		

		.divLeft {
  		  border-radius: 10px 0.1px 0.1px 10px;
		  width: 30%;
		  height: 40%;
		  padding: 5px;
		  background-color: #ffffff;
		  
		}

		.divRight {
		  border-radius: 0.1px 10px 10px 0.1px;
		  width: 25%;
          height: 40%;
		  padding: 5px;
		  background-color: #e1e7e7;
		 
		}
	
	a.aTag1 {
		color: white;
	}
	
	a.aTagNoUnderLine {
		color: #06a74e;
		text-decoration: none;
	}
	
	.contain {
		    width: 50%;
			height: 50%;
			object-fit: contain;
		}
		
	.dvWelcome {
		font-family: inter, calibri, sans-serif;
		font-size: 1.25rem;
		color: #012d3f;
		font-weight: bold;
	}	
	
td:first-of-type {
  border-top-left-radius: 25px;
}

td:last-of-type {
  border-top-right-radius: 25px;
}

tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 25px;
}

tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 25px;
}
 
