﻿body {
}
.maincontent {
    height: 90vh;
    width: 90%;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0 0 0/75%);
    margin-top: 2rem;
}
.secondcontent {
    width: 60%;
    margin-left: 0px;
    background-color: forestgreen;
    height: 100%;
    display: inline-block;
    border-radius: 8px;
}
.banner {
    width:100%;
    height:100%;
    border-bottom-left-radius:8px;
    border-top-left-radius:8px;
}
.logincontainer {
    width:40%;
    height:100%;
    float:right;
    margin-top:0px;
    display:inline-block;
    overflow:auto;
    background-color:#fff;
    border-bottom-right-radius:8px;
    border-top-right-radius:8px;
}
.logincontainertable{
    margin: auto;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.loginmain {
    width:100%;
    height:100%;  
    border-radius: 10px;
    position:relative;
}
.paddingdiv {
    padding: 0px 0px 0px 0px;
}
.loginMainContainer {
    font-size: 14px; 
    color: #333333;
}
.inputboxcontainer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    width:78%;
}
.inputboxcontainertable {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    padding:0.5rem;
}
.inputbox {
    visibility: hidden; 
    white-space: normal; 
    width: 97%; padding: 8px 10px;
}

.inputboxlabel {
    color:#212529;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
}
.textbox {
    -webkit-box-shadow:none!important;
    background-color: #088A85!important;
    border:none!important;
    border-radius: .25rem!important;
    height: calc(1rem + .7rem + 1px)!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #ced4da!important;
}
.captcharow{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.buttonbox {
    background-color: #088A85!important;
    padding:.375rem .75rem!important;
    border:none!important;
    cursor:pointer!important;
    border-radius: .25rem!important;
    height: calc(1.5em + .75rem + 2px)!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    background-clip: padding-box!important;
    border:none!important;
}
.buttontd{
    padding-top: 20px!important;
    padding-bottom: 8px!important;
}
.mailimag {
    width: 25px!important;
    height: 25px!important;
}
.usernametextbox {
    padding-bottom: 17px!important;
    overflow: unset!important;
}