body{
	margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
    background: #e9fbfb;
}
.landpg-bgimg-container img {
    width: 650px;
    height: auto;
    margin-left: 17%;
    margin-top: 2em;
    opacity: 0.1;
}
.main-page-content-container{
    z-index: 99;
    position: relative;    
    padding: 4em 3em;
}
.content-loginform-wraper{
    display: grid;
    grid-template-columns: auto 260px;
    gap: 3em;
    justify-content: space-between;
}
.main-page-content-container .main-page-text .heading {
    color: #0722B5;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 17px;
}
.main-page-text p {
    color: #1A7476;
    line-height: 24px;
    font-size: 16px;
    text-indent: 23px;
    text-align: justify;
}
.login .login-header{
    display: grid;
    grid-template-columns: 22px auto;
    gap: 1em;
    align-items: center;
    padding: 9px;
}
.login .login-header img {
    opacity: 0.6;
}
.login .shadow-box{
    box-shadow: -3px 3px 9px -4px #161616;
    -webkit-box-shadow: -3px 3px 9px -4px #161616;
    background-color: #000;
}
.login .login-header {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,.6);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
.login .login-header .text {
    position: relative;
    opacity: 0.6;
}
.login .login-body .username {
    background-color: rgba(0,0,0,.2);
    color: white;
    border: none;
    height: 26px;
    margin: 20px 0px;
    padding-left: 30px;
    box-shadow: -3px 3px 9px -4px #161616 inset;
    -webkit-box-shadow: -3px 3px 9px -4px #161616 inset;
    -moz-box-shadow: -3px 3px 9px -4px #161616 inset;
    border-radius: 5px;
    width: 190px;
}
.login .login-body img {
    left: -20px;
    position: absolute;
    left: 25px;
    opacity: 0.6;
}
.login .login-body .password {
    background-color: rgba(0,0,0,.2);
    color: white;
    border: none;
    height: 26px;
    margin: 0px 0px 18px 0px;
    padding-left: 30px;
    box-shadow: -3px 3px 9px -4px #161616 inset;
    -webkit-box-shadow: -3px 3px 9px -4px #161616 inset;
    -moz-box-shadow: -3px 3px 9px -4px #161616 inset;
    border-radius: 5px;
    width: 190px;
}
::-ms-input-placeholder { /* Edge 12-18 */
    color: white;
}

::placeholder {
    color: white;
}
.login .login-body img {
    left: -20px;
    position: absolute;
    left: 25px;
    opacity: 0.6;
}
.login .login-body {
    position: relative;
    width: 260px;
    height: 168px;
    background-color: rgba(255,255,255,.3);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
input[type="textbox"], input[type="password"]{font-size: 13px;}
.login .login-body form{text-align: center;}
.content-loginform-wraper .login{margin-top: 5em;}
.login .login-body .sign-in {
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 1px #999;
    -moz-box-shadow: 0px 1px 1px #999;
    box-shadow: 0px 1px 1px #555;
    border-radius: 5px;
    background-color: rgba(255,255,255,.4);
    font-weight: bold;
    width: 220px;
    height: 40px;
    color: white;
    -moz-box-shadow: 0 0 2px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 2px #000000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.4)), to(rgba(125,125,125,.4)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,.4), rgba(125,125,125,.4));
}
@media (max-width: 768px){
    .content-loginform-wraper .login{margin-top: 0em;width: max-content;}
    .content-loginform-wraper{display: flex;flex-direction: column-reverse;gap: 1em;}
    .main-page-content-container{padding: 3em 2em;}
    .main-page-content-container .main-page-text .heading{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .landpg-bgimg-container img{width: auto;margin-left: 0px;}
    .landpg-bgimg-container{text-align: center;}
}