body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

.nav-header {
	background: #000;
	padding: 15px 60px;
}

.form-container {
	padding: 24px 24px 32px;
	margin: 40px auto 24px;
	width: 415px;
	box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px, rgb(0 0 0 / 8%) 0px 0px 2px;
	border-radius: 2px;
	text-align: center;
	background: #fff;
	position: relative;
}
h2 {
	display: block !important;
	float: none !important;
}
.form-container-change-pass {
	padding: 24px 0;
	width: 500px;
	background: #fff;
	position: relative;
}
.form-container-add-operator {
	padding: 12px 0;
	width: 100%;
	background: #fff;
	position: relative;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}
.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}
#info-box {
	position: absolute;
	width: 500px;
	height: 200px;
	right: 0;
	margin: 10px;
}
.label-input {
	display: block;
}

.d-flex {
	display: flex;
}
.justify-content-center {
    justify-content: center;
}
.fw-bold{
    font-weight: bold;
}
.fs-5{
    font-size: 1.25rem
}
.float-left {
	float: left;
}

.clear {
	clear: both;
}
.w-100 {
	width: 100%;
}
.w-50 {
	width: 50%;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem;
}
.mb-0 {
	margin-bottom: 0rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem;
}

.small-grey {
	color: gray;
	margin-bottom: 20px;
	display: block;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	height: unset !important;
	line-height: 1.5;
	color: #495057 !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 1px solid #ced4da !important;
	border-radius: 0.25rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group > .input-group-append > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.input-group-append .btn {
	position: relative;
	z-index: 2;
}
.text-color {
	color: green;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	height: unset !important;
	margin-top: unset !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-primary {
	color: #336699;
	background-color: transparent;
	background-image: none;
	border-color: #336699;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #336699;
	border-color: #336699;
}
.btn-outline-warning {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-primary {
	color: #fff;
	background-color: #336699;
	border-color: #336699;
}

.btn-danger {
	color: #fff;
	background-color: #c42f3e;
	border-color: #c42f3e;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.text-blue {
	color: #336699;
}

.font-bold {
	font-weight: 600;
}

.btn:disabled {
	color: #fff;
	pointer-events: none;
	opacity: 0.65;
}

.spinner-border {
	display: none;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.3em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
	animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

/* DO NOT REMOVE THIS LINE  */
/*prevent interaction with the canvas*/
canvas {
	pointer-events: none;
}
/* DO NOT REMOVE THIS LINE  */

/* eye icon  */
.gg-eye {
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 24px;
	height: 18px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	overflow: hidden;
	box-sizing: border-box;
}
.gg-eye::after,
.gg-eye::before {
	content: '';
	display: block;
	border-radius: 100px;
	position: absolute;
	box-sizing: border-box;
}
.gg-eye::after {
	top: 2px;
	box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
	width: 24px;
	height: 24px;
}
.gg-eye::before {
	width: 8px;
	height: 8px;
	border: 2px solid;
	bottom: 4px;
	left: 8px;
}
.pos-abs-eye-icon {
	position: absolute;
	z-index: 1;
	left: 250px;
	top: 50%;
	transform: translate(50%, -50%);
	cursor: pointer;
}
.no-underline {
	text-decoration: none !important;
}
.btn-warning {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}
.title{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    margin: 16px;
}



.google {
	display: flex;
	align-items: center;
    margin: 0px 5px;
	font-family: 'Product Sans', sans-serif;
}

.g {
	color: #4285f4;
}

.o1 {
	color: #ea4335;
}

.o2 {
	color: #fbbc05;
}

.l {
	color: #4285f4;
}

.e {
	color: #34a853;
}
.text-center{
    text-align: center;
}


.container-login {
  display: block;
  background: #fff;
  position: relative;
  width: 400px;
  min-height: 400px;
  border-radius: 3px;
  margin: 30px auto;
  padding: 30px;
  border: 2px solid #ebe4e4;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  
}
.container-login h1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8;
}
.form {
  display: block;
}
.form__group {
  margin: 10px 0 0;
}
.form__group--error.form__pincode > input {
  background-color: #eb3b3b;
}
.form__group--error.form__pincode > input[disabled] {
  background-color: #eb3b3b;
  color: #fff;
  opacity: 1;
}
.form__group--success.form__pincode > input {
  background-color: #32c832;
}
.form__group--success.form__pincode > input[disabled] {
  background-color: #32c832;
  color: #fff;
  opacity: 1;
}
.form__pincode {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
  padding: 0;
}
.form__pincode:before,
.form__pincode:after {
  display: table;
  content: '';
}
.form__pincode:after {
  clear: both;
}
.form__pincode > label {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.form__pincode > input[type="number"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form__pincode > input {
  display: inline-block;
  float: left;
  width: 15%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 2em;
  color: #181819;
  border: 0;
  border-bottom: 2px solid rgba(0,0,0,0.3);
  border-radius: 2px 2px 0 0;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  cursor: default;
  user-select: none;
  margin: 0;
  margin-top: 10px;
  margin-right: 2%;
  padding: 0;
}
.form__pincode > input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #1486f0;
  animation: border-pulsate 1.5s infinite;
  -webkit-tap-highlight-color: transparent;
}
.form__pincode > input:last-child {
  margin-right: 0;
}
.form__pincode > input[disabled] {
  background: #eee;
  opacity: 1;
}
.form__buttons {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0;
}
/* Button
   ============================================== */
.button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
/* primary */
}
.button--primary {
  background-color: #4776e6;
  color: #fff;
  line-height: 48px;
  border: 1px solid transparent;
  border-radius: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0.1);
  -webkit-touch-callout: none;
}
.button--danger {
  background-color: #e64776;
  color: #fff;
  line-height: 48px;
  border: 1px solid transparent;
  border-radius: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0.1);
  -webkit-touch-callout: none;
}
.button--primary:focus,
.button--primary:hover {
  background-color: #2d62e2;
  color: #fff;
}
.button--primary:active {
  background-color: #1d53d4;
  color: #fff;
  box-shadow: inset 0 0 4px 2px rgba(0,0,0,0.1);
}
.button--primary[disabled] {
  background-color: #4776e6;
  user-select: none;
  pointer-events: none;
  cursor: not-allowed;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
/* Placeholder
   ============================================== */
/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
/* Firefox 18- */
:-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
/* Animations
   ============================================== */
@-moz-keyframes border-pulsate {
  0% {
    border-color: #1486f0;
  }
  50% {
    border-color: rgba(0,0,0,0.3);
  }
  100% {
    border-color: #1486f0;
  }
}
@-webkit-keyframes border-pulsate {
  0% {
    border-color: #1486f0;
  }
  50% {
    border-color: rgba(0,0,0,0.3);
  }
  100% {
    border-color: #1486f0;
  }
}
@-o-keyframes border-pulsate {
  0% {
    border-color: #1486f0;
  }
  50% {
    border-color: rgba(0,0,0,0.3);
  }
  100% {
    border-color: #1486f0;
  }
}
@keyframes border-pulsate {
  0% {
    border-color: #1486f0;
  }
  50% {
    border-color: rgba(0,0,0,0.3);
  }
  100% {
    border-color: #1486f0;
  }
}
.links-to-g-auth{
    position: absolute;
    top: 0%;
    left: 100%;
    padding-left: 20px;
    margin-top: 20px;
}
.links-to-g-auth img{
    width: 200px;
    height: auto;
}
.custom-text{
    display: flex;
    width: 400px;    
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.ms-2{
    margin-left: 0.25rem;
}
.mt-3{
    margin-top: 0.5rem !important;
}