.container {
	width: 550px;
	background: rgb(141 13 13 / 70%);  
}

.height-100 {
	height:100vh
}
.card {
	width:100%;
	border:none;
	height:300px;
	box-shadow: 0px 5px 20px 0px #d2dae3;
	z-index:1;
	justify-content:center;
	align-items:center
}
.card h6 {
	color:red;
	font-size:20px;
	padding:10px;
}

/* Prevent mobile horizontal scroll caused by Bootstrap container overflow */
.section-container-image-bg > .container {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100vw !important;
  overflow-x: clip !important; /* modern browsers */
  overflow-x: hidden;          /* fallback */
}


#codeinfo {
	font-size:20px;
}

#otp {
	padding : 20px;
}

.inputs input {
	width:40px;
	height:40px;
	display:inline;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0
}
.card-2 {
	background-color:#fff;
	padding:10px;
	width:350px;
	height:100px;
	bottom:-50px;
	left:20px;
	position:absolute;
	border-radius:5px
}
.card-2 .content {
	margin-top:50px
}
.card-2 .content a {
	color:red
}
.form-control:focus {
	box-shadow:none;
	border:2px solid red
}
.validate {
	border-radius:20px;
	height:40px;
	background-color:red;
	border:1px solid red;
	width:140px
}


.maxbutton {
  border-color: #a82c21;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 50px;
  border-width: 2px;
  border-radius: 4px 4px 4px 4px;
  background-color: #a82c21;
  -webkit-box-shadow: 0px 0px 2px 0px #333333;
  -moz-box-shadow: 0px 0px 2px 0px #333333;
  box-shadow: 0px 0px 2px 0px #333333;
}
.maxbutton:hover {
  border-color: #a82c21;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 0px #333333;
  -moz-box-shadow: 0px 0px 2px 0px #333333;
  box-shadow: 0px 0px 2px 0px #333333;
}
.maxbutton .mb-text {
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  position: relative;
  padding: 17px 0px 0px 0px;
}
.maxbutton:hover .mb-text {
  color: #505ac7;
}

.maxbutton1 {
  border-color: #2E6126;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 50px;
  border-width: 2px;
  border-radius: 4px 4px 4px 4px;
  background-color: #2E6126;
  -webkit-box-shadow: 0px 0px 2px 0px #333333;
  -moz-box-shadow: 0px 0px 2px 0px #333333;
  box-shadow: 0px 0px 2px 0px #333333;
}
.maxbutton1:hover {
  border-color: #2E6126;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 0px #333333;
  -moz-box-shadow: 0px 0px 2px 0px #333333;
  box-shadow: 0px 0px 2px 0px #333333;
}
.maxbutton1 .mb-text {
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  position: relative;
  padding: 17px 0px 0px 0px;
}
.maxbutton1:hover .mb-text {
  color: #000000;
}

