/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.textinput-icons {
    float:right;
    margin-top: -23px !important;    
    height: 16px;
	width: 16px;
    margin: auto;
	background-image:url('images/eye_icon1.png');
    background-repeat: no-repeat;
	background-size: 100%;	
}
.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.defaultHidden {
    display: none;
}

input[type=submit] {
    background-color: #0055A3 !important;
    border-radius: 4px;
    margin-top: 0 !important;
    color: #FFFFFF;
    font-family: "Mardoto-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.register-page .register-submit{
  border: none;
}

/* .register-page .bx-auth-reg p{
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
} */
.register-page  .form-control{
  font-family: 'mardoto_regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.register-page .register-form .row-reg p{
  font-family: 'Mardoto-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.register-page .bx-auth-reg>p{
  font-size: 20px !important;
  color: #000 !important;
  font-family: 'mardoto_regular' !important;
  font-style: normal !important;
}
.register-page .no-crumbs{
  font-family: 'Mardoto-Medium';
  font-style: normal;
}

.register-page  .input_text{
  position: absolute;
  left: 16px;
  font-family: 'mardoto_regular' !important;
  font-size: 11px !important;
  top: -9px !important;
  display: none;
  color: #221d1d;
}

.register-page  .col-4{
  position: relative;
}

.register-page table{
  margin: 0 auto;
}

.register-page table tr{
  display: flex;
  justify-content: center;
}
.register-page .form-control{
  box-sizing: border-box;
  height: 54px!important;
}