* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Montserrat';
  font-size: 17px;
}

.container {
  position: relative;
 width: auto;
  margin: 0 auto;
}
.container-fluid.eleven{
/* background-image: url("/~kms/images/header_bg.png"); */
/* background-image: url("/images/header_bg.png"); */
/* background-image: url('/public/images/header bg.png'); */
/* background-attachment: fixed; */
background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 3;
  min-height: 700px;


}
.container img {vertical-align: middle;}

.container .content {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.about {
    background-color: #DE0A16;
    text-align: center;
    padding: 4%;
    color: white;
}

textarea { 
    width: 65%;
    padding: 7px;
    margin: 6px 0 22px 0;
    display: inline-block;
    border: 1PX solid #D1D6D7;
    background: white;
    padding-left: 12px;
}

textarea:focus {
  background-color: #ddd;
  outline: none;
}

input[type=text], input[type=password], input[type=number], input[type=tel]{
    width: 100%;
    padding: 7px;
    margin: 10px 0 22px 0;
    display: inline-block;
    border: 1PX solid #D1D6D7;
    background: white;
    padding-left: 12px;
}

.pin_Rom{
  margin-top: -18px;
}

input[type=text]:focus, input[type=password], input[type=number]:focus {
  /* background-color: #ddd; */
  background-color: white;
  outline: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

input[type=text]:read-only {
  background-color: #ddd;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
    background-color: #DE0A16;
    color: white;
    padding: 10px 20px;
    margin: 20px 0;
    border: none;
    cursor: pointer;
    /* width: 40%; */
    opacity: 0.9;
}
.registerbtn:hover {
  opacity: 1;
}
.registerbtn:disabled {
  background-color: #fc6203;
}



.btn-refesh {
  margin-top: 6px;
  margin-left: -18px;
  font-size: 20px;
}


/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}
.g-recaptcha{
	width: 10%;
}

.container-fluid.ten{
  /* The image used */
  /* background-image: url("/~kms/images/bg1.png"); */
   /* background-image: url("/images/bg1.png");  */
  /* background-image: url('/public/images/bg1.png'); */

  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 3;
  min-height: 540px;
}
ul {
  list-style-type: none;
  
}

li {
  display: inline;
  
}
li a{
text-decoration:none;
padding:10px;
margin-right: 31px;

}
a {
    color: #FFFFFF;
}
h3.one {
    color: #FFFFFF;
    margin-top: 27px;
    font-weight: bold;

}
h1.two {
    color: #FFFFFF;
    font-size: 42px;
    padding-top: 27px;
    font-weight: bold;
}

h1.three {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: bold;
}
h3.four {
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    color: #353B40;
    margin-bottom: 58px;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    padding-top: 50px;
    padding-right: 61px;
}

.country-list{
  display: grid;
}

.react-tel-input .form-control{
  width: 100%!important;
  height: 40px!important;
}

.row.one.text-center {
    
    width: 100%;
    text-align: center;
}
.col-sm-3 {
    padding-top: 120px;
}

.col-sm-6.logo {
    padding-top: 40px;
}
.spelling-error {
  text-decoration-line: underline;
  
  text-decoration-color: #DE0A16;
  text-underline-position: under;
}
.spelling-errors {
  text-decoration-line: underline;
  
  text-decoration-color: white;
  text-underline-position: under;


}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right:0px;
    margin-left: 0px;
    
}
.col-sm-6.five {
    font-size: 16px;
    padding-left: 14%;
    line-height: 1.8;
    padding-right: 3%;
    
}
.col-sm-6.six {
    padding-left: 10px;
}
p.portal {
    margin-top: 49px;
    line-height: 2.5;
}
@media only screen and (max-width: 600px){
.col-sm-6.six{
        text-align: center;
         margin-top: 26px;
}
.row.one.text-center{
	padding-bottom: 50px;
}
.col-sm-6.logo {
    padding-top: 63px;
}
.col-sm-3 {
    padding-top: 29px;
}
.col-sm-6.five {
   
   padding-left: 30px;
    
}
.registerbtn {
	font-size: 11px;
	text-align: center;

}

li a {
    text-decoration: none;
    padding: 7px;
    margin-right: 0px;
}
}

.jumbotron {
    padding: 0rem 2rem;
}
p.COPYRIGHTS {
    padding-top: 0.5%;
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 2px;
}
label {
    display: inline-block;
    margin-top: 1rem !important;
    margin-bottom: 0rem !important;
    /* padding-left: 17px;
    padding-top: 13px; */
}

label.radio-inline {
  margin-right: 10px;
  }

label.chk {
  margin-left: 10px;
  margin-top:0px !important;
}
select {
    width: 100%;
    padding: 9px;
    margin: 5px 0 24px 0;
    display: inline-block;
    border: 1PX solid #D1D6D7;
    background: white;
    padding-left: 2px;
    color: #707070;
    padding-left: 9px;
}

.err {
  margin-top: -20px;

}

.gender {
    color: #707070;
}
/* .col-sm-6.eight {
    text-align: right;
} */
.register {
    text-align: center;
    margin-bottom: 5%;
    width: 57%;
    margin-left: 20%;
}

@media only screen and (max-width: 575px){

/* .col-sm-6.eight {
    text-align: center ! important;
}
.col-sm-6.nine {
    text-align: center;
} */
}

@media only screen and (max-width: 400px){

.register{
	width: 70%;
}
}
form {
    /* margin-top: 18px; */
}
.jumbotron {
    padding: 1rem 0rem;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px){
  .col-sm-3 {
      margin-left: 13px;
      width: 90%;
  }
  .nav{
    padding-right: 34px;
  }
}
.column {
  float: left;
  width: 50%;
  padding: 5px;
}


  @media only screen and  (max-width: 767px){
  
  .col-sm-6.eight.bar {
      padding-right: 34px;
  }
  .col-sm-6.nine.bar {
      padding-right: 34px;
  }
  input#mobile {
      font-size: 13px;
  }
  }
  



    @media screen and (max-width: 768px)
{
input[type=number], input[type=password], input[type=text] {
    width: 100%;
	}
.react-tel-input .form-control {
    width: 100%!important;
    height: 40px!important;
}
  .mq-btn-refresh {
    width: 50%!important;
  }
}

@media screen and (max-width: 767px)
{
 .mq_gender {
    margin-top: 0px!important;
}
.mq_spalgin{
margin-top: -20px!important;
}
input[type=number], input[type=password], input[type=text] {
    width: 100%;
	}
.react-tel-input .form-control {
    width: 100%!important;
    height: 40px!important;
}
.mq-btn-refresh {
  width: 50%!important;
}
}
i.fa.fa-user {
  margin-right: 10px;
  font-size: 25px;
}
i.fa.fa-phone {
  margin-right: 10px;
  font-size: 25px;
}