body {
  font-family: Arial, Helvetica, sans-serif;
    position: relative;
    align-items: center;
    justify-content: center;
    /*overflow: hidden;*/
    min-width: 100%;
    min-height: 100vh;
    background: url('../images/background.jpg') no-repeat center bottom;
    background-size: cover;
}

* {
  box-sizing: border-box;
}

/* style the container */



.auth-wrapper {
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  background-color: #f2f2f2;
    padding-top: 50px;
    width: 60%;
    padding: 30px 20px 20px 20px;
    margin: 10% auto auto auto;
}

@media (min-width: 1200px) {
    .auth-wrapper .container {
        /*max-width: 1140px;*/
        max-width: 900px;
    }
}


@media only screen and (max-width: 600px) {
.auth-wrapper {
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  background-color: #f2f2f2;
    padding-top: 50px;
    width: 90%;
    padding: 30px 20px 20px 20px;
    margin: 10% auto auto auto;
}
  }


.auth-wrapper .container {
  padding: 20px 0 30px 0;
}



.reg-wrapper {
    position: relative;
    align-items: center;
    justify-content: center;
    /*overflow: hidden;*/
    background: rgb(255 255 255 / 42%);
    border-radius: 10px;
    padding: 10px;
    width: 50%;
   
    margin: 0 auto 0% auto;
}

.white_bg{    background: #fff url(../images/background_logo.png) no-repeat center;
    border-radius: 10px;
    padding: 50px 0 40px;
    background-size: 20%;}
    
    .loginLogo {
    height: 105px;
    position: absolute;
    left: 35px; width:auto;
}
    
  .tleTxt h2  {font-family: 'Montserrat', sans-serif !important;
    color: #000 !important; font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 30px !important;}
    
    .ftco-section {
    padding: 3em 0;
}

.form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.0);
    color: #000 !important;
    font-weight: 400;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
    border: 1px solid #fff;
    border-bottom: solid 1px #333;
    padding-left: 5px !important;
    padding-right: 20px !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.regContainter  {
    margin: 0 !important;
    padding: 0 35px !important;
}

#countrycode {
    height: 48px !important;
}

.loginBtnred {
    background: #e01a22 url(../images/login_arrow.png) no-repeat 92% center !important;
    background-size: 15px !important;
    border: none !important;
    border-radius: 30px !important;
    width: auto !important;
    padding: 7px 40px 7px 20px !important;
    margin: 25px auto 10px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 18px !important;
}

.loginRegtxt, .loginRegtxt a {
    color: #2f2f2f !important;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.loginRegtxt a {
    text-decoration: underline;
}

.regContainter .input-group:nth-child(2) {    width: 100% !important;}
.regContainter .input-group {    width: 50%;}

.input-group-text {background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: solid 1px #333 !important; }


  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0) !important; }
    

@media (min-width: 1200px) {
    .auth-content {
    max-width: 400px;
    margin: auto;
    }
}

@media only screen and (max-width: 991px) {
.loginLogo {
    height: 105px;
    position: relative;
    left: 0;
    margin: 0 0 20px;
}
.ftco-section {
    padding: 1em 0 8em;
}
.reg-wrapper {
    width: 80%;
}

body {    background: #c1252b url(../images/background.jpg) no-repeat center bottom !important;
    background-size: contain !important;}

}

@media only screen and (max-width: 768px) {

.reg-wrapper {
    width: 90%;
}
.regContainter .input-group {
    width: 100%;
}
}


.reg-wrapper .container {
  padding: 20px 0 30px 0;
}










/* style inputs and link buttons */
input,
.btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}

input:hover,
.btn:hover {
  opacity: 1;
}

/* add appropriate colors to fb, twitter and google buttons */
.fb {
  background-color: #3B5998;
  color: white;
}

.twitter {
  background-color: #55ACEE;
  color: white;
}

.google {
  background-color: #dd4b39;
  color: white;
}

/* style the submit button */
input[type=button] {
  background-color: #04AA6D;
  color: white;
  cursor: pointer;
}

input[type=button]:hover {
  background-color: #45a049;
}

/* Two-column layout */
.col {
  float: left;
  margin: auto;
  padding: 0 20px;
  margin-top: 6px;
  display: inline;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* vertical line */
.vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #ddd;
  height: 175px;
}

/* text inside the vertical line */
.vl-innertext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px 13px;
}

/* hide some text on medium and large screens */
.hide-md-lg {
  display: none;
}

/* bottom container */
.bottom-container {
  text-align: center;
  background-color: #e30e17;
  border-radius: 0px 0px 4px 4px;
  width: 60%;
  margin: auto;
  padding: 20px 0px;
  letter-spacing: 1px;
}


@media only screen and (max-width: 600px) {
.bottom-container {
  text-align: center;
  background-color: #e30e17;
  border-radius: 0px 0px 4px 4px;
  width: 90%;
  margin: auto;
  padding: 20px 0px;
  letter-spacing: 1px;
}
}


.bottom-container a {
  text-decoration: none;
}

/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  .col {
    width: 100%;
    margin-top: 0;
  }
  /* hide the vertical line */
  .vl {
    display: none;
  }
  /* show the hidden text on small screens */
  .hide-md-lg {
    display: block;
    text-align: center;
  }
}