body{
  font-family: Montserrat;
  background-color: #000;
  color: #fff;
}

#cover {
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    font-family: Montserrat;
}

.link{
    cursor:pointer;
}

.video-container {
    position:absolute;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.75);
}

button.close{
    position: absolute;
    right: 20px;
    top: 30px;
    color: red;
}

.click-overlay{
    width:100%;
    height:85vh;
    position:absolute;
    top:15vh;
}

.form-container{
    width:30%;
    margin:auto;
    background:#000;
    border-radius:5px;
    top: 5rem;
    position: relative;
    border: 1px solid #fff;
    box-shadow: 5px 9px 3px rgba(255,255,255,0.8);
    text-align: center;
    color: #fff;
    position: sticky;
		margin-top: 2rem;
}

#left-container {
    height: 100%;
    min-height:100vh;
    width:30%;
    text-align: center;
    display: block;
    align-items: center;
    position: relative;
    background: url('../images/left.webp') no-repeat; 
    background-size: 100% 100%;
}

#right-container {
    height: 100%;
    min-height: 100vh;
    background-size: 100% 100%;
    width:70%;
    text-align: center;
    display: block;
    align-items: center;
    position: relative;
}

#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
}

form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color:rgba(0,0,0,0) !important;
    z-index: -1;
    border-radius: 10px;
}

.login-text {
    font-weight: 700;
    font-size: 1.8em;
    font-family: Montserrat;
}

.logo picture img{
    width:80%;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10%;
    padding-right:10%;
    background:#000;
    border-radius:5px;
    margin-bottom:10px;
}


::placeholder
{
    color:black ;
}

.p-4 {
    padding: 0.1rem !important;
}

.login-form label{
    text-align:left;
    width: 90%;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 5px;
    margin-left: 5%;
    display: block;
    margin-top: 10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.login-form button, #contact_form button{
    background-color:#6c9701;
    border: 4px solid hsl(77deg, 96%, 20%);
    color:#fff;
    font-weight: 1000;
    font-size: 0.95em;
    width: 75%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.login-form-text{
    font-weight: 700;
    font-size: 0.8em;
    margin-top: 10px;
    padding-bottom: 10px;
}

.login-form hr{
    width:90%;
    border-top:2px solid #d9d9d9;
    margin-bottom:10px;
    color: #fff;
    margin-top:15px;
}

.video{
    width: 100%;
    position: absolute;
    height: 100vh;
    background: rgba(0,0,0,0.92);
}

.forgot-password{
    font-size: 0.9em;
    text-align: right;
    padding-right: 5%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.right-image img{
    position:absolute;
    height:100vh;
    width:100%;
    left:0px;
}

.top-text{
    position: relative;
    top: 20px;
    font-weight: 700;
    font-size: 0.85em;
    width: 100%;
    color: #fff !important;
    font-style: italic;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.top-text div a{
  text-decoration:none;
  color: #fff !important;
}

.top-text-2{
  flex-flow: column;
  align-items: flex-end;
}

.top-text-2 div{
  padding-right: 4rem;
  margin-bottom: 0.5rem;
}

.main-content{
  position: relative;
  top: 1rem;
}


#txt-status
{
    color:white;
    font-weight: 900;
   
}

.btn-group-lg>.btn, .btn-lg {
    padding: .2rem 1rem !important;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.contact
{
    color: white;
    font-size: 21px;
}

.login-form input{
    width: 90%; 
    text-align: left;
    background: #fff;
    border: none;
    border-bottom: 2px solid #d9d9d9;
    border-radius: 5px; 
    padding: 0.35rem;
    margin-bottom: 5px; 
    font-family: Montserrat;
    font-weight: 400;
    font-size: 0.8em;
}

input:focus{
    border: none;
    border-bottom: 2px solid #d9d9d9;
    box-shadow: none;
    outline: none;
}

body{
    margin:0px;
}
.lds-dual-ring {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.table{
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.table-header{
  display: table-row;
}
.table-row{
  display: table-row;
}
.table-header div, .table-row div{
  display: table-cell;
  border: 1px solid #9b8282;
}

nav{
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

nav ul{
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0px;
  font-weight: 600;
  background: #ea7323;
  cursor: pointer;
  padding: 0px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

nav ul li{
  padding: 0.5rem 0px;
}

nav ul li:hover{
  border-bottom: 4px solid #000;
  padding-bottom: calc(0.5rem - 4px);
}

nav ul li a{
  text-decoration: none;
  color: #000 !important;
}

footer{
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  font-size: 0.9rem;
  background: #537400;
  padding: 0.5rem 0rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

footer div{
  padding: 0rem 1rem; 
}

#middle{
  display: flex;
}
#left{
  flex-basis: 25%;
}
main{
  flex-basis: 100%;
	padding: 1rem;
  font-size: 1.1rem;
  text-align: justify;
}

.bottom-badge{
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.badge{
  position: relative;
  max-width: 14.28%;
  width: 14.28%;
  margin: 5px 2%;
}
.badge img{
  width: 100%;
}
article h1{
  text-align: center;
}
.main-image{
  width: 100%;
  text-align: center;
}
.main-image img{
  width: 25%;
  margin-top: 1rem;
}
.tab-body h2{
  font-size: 1.1rem;
  background: #6c9701;
  color: #000;
  padding: 0.5rem;
  width: fit-content;
  margin-bottom: 0;
  padding-bottom: calc(0.5rem - 3px);
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  border: 4px solid hsl(77deg, 96%, 20%);
  border-bottom: 0;
}
.tab-body h2 + p{
  padding-top: 0.4rem;
  border-top: 3px solid hsl(77deg, 96%, 20%);
  margin: 0;
}

.compare{
  display:flex;
  justify-content: space-between;
}
.compare .item{
  border: 1px solid #ddd;
  text-align: center;
  margin: 0px 0.5rem;
}

.compare .item header{
  background: #f09423;
  padding: 0.5rem;
}
.compare .item header h2{
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0.5rem 0px;
  border: none;
  background: none;
  width: 100%;
}
.compare .item header h3{
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0.5rem 0px;
  /* prevent text from going itno multiple lines which messes up height of */
  /* the cost table */
  white-space: nowrap;
}
.compare .item header .price{
  font-size: 1.7rem;
  font-weight: 600;
}
.compare .item ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.compare .item ul li{
  padding: 0.5rem 0px;
  border-bottom: 1px solid #cfcdcd;
  background: #f5f4f4;
  color: #000;
}

.compare .item .per_month{
  font-size: 1rem;
	text-decoration: line-through;
	align-self: center;
}
.flex{
	display:flex;
	justify-content:space-evenly;

}
.contract{
	font-weight: 600;
	color: green;
	font-size: 1.5rem;
}
.compare .item .fa-circle-check{
  color: green;
}
.compare .item .fa-circle-xmark{
  color: red;
}
.compare .item footer{
  position: relative;
}
.compare .item footer a{
  background-color: #6c9701;
  border: 4px solid hsl(77deg, 96%, 20%);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 0.5rem;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
.tab-body ol{
  list-style: none;
}
.tab-body a{
  color: #fff;
}
#contact_form{
  width: 35%;
}
#contact_form label{
  width: 100%;
  text-align: center;
  display: block;
}
#contact_form input, #contact_form textarea{
  width: 90%;
  margin-left: 5%;
  border-radius: 5px;
  padding: 0.3rem;
  margin-bottom: 0.4rem;
}
#contact_form button{
  width: 60%;
  margin-left: 20%;
}
.hide{
    display:none;
}
#tutorial h2{
	background: none;
	border: none;
}
#tutorial h2 a{
	text-decoration: none;
	text-transform: none;
}
.pricing-table{
	width:100%;
	margin:auto;
}
.pricing-table .per-month{
	text-decoration: line-through;
}
.pricing-table .erp-logo{
	margin-left: 1.5rem;
	width: 15rem;
	margin-top: 1.5rem;
}
.pricing-table .print-pack{
	margin: 0;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.pricing-table h2{
	background: none;
	border: none;
	color:#fff;
	text-transform: none;
	margin-top: 0;
	padding-top: 0;
	margin-left: 1.5rem;
	width: 15rem;
	text-align: center;
	font-size: 1.75rem;
	font-weight: 800;
}
.pricing-table .table-cell{
	border: none;
}
.pricing-table .on-site-install h3{
	margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.pricing-table .on-site-install h4{
	margin-bottom: 0;
}
.pricing-table .table-cell .checked{
	width: 1.5rem;
	vertical-align: middle;
}
.pricing-table .table-cell:not(:first-child){
	text-align:center;
}
.pricing-table .table-header .table-cell:not(:first-child) h2{
	width: fit-content;
} 
.pricing-table .table-header .table-cell:not(:first-child){
	vertical-align:top;
}

.pricing-table .table-cell h4{
	font-size: 1rem;
	margin: 0.5rem;
	margin-left:1.5rem;
}
.pricing-table .table-row{
	color:#000;
}
.pricing-table .table-row:nth-child(2n){
	background: #fff;
}
.pricing-table .table-row:nth-child(2n+1){
	background: #bdbcbc;
}
#video-tutorials{
	display: grid;
	grid-template-columns: auto auto auto;
}