body #create_account {
  background-image: url("../img/background_login.jpg");
  background-position: 50% 50%;
  background-size: cover;
  min-height: calc(100vh - 263px);
  background-repeat: no-repeat;
}

.red_{
  color: red;
}

small{
      font-size: 10px;
}

#registration
{
   /*border: 1px solid red; */
  /* width: 1200px;*/
   margin: auto;
   margin-bottom: 40px;
   font-family: "Roboto",Arial,Tahoma;
}

#registration td
{
   /*font-family: "Roboto",Arial,Tahoma;*/
}

#registration .orange
{
    font-family: "Roboto",Arial,Tahoma;
      color:  #95cd44; 
  font-size: 24px;
  /*margin-left: 180px;*/
  /*margin-bottom: 40px;*/
  font-weight: 400;
}

#registration .bl_header
{
   margin: 2px 0 20px;
   padding: 8px 0;
   border-bottom: solid 1px #ededed;   
}

/*#registration .rg_header
{
    border-bottom: solid 1px #ededed;   
    font-size: 32px; 
    float: left;
    color: #95cd44;
}
*/
#registration .reg_info, .reg_block
{
  float: left;  
  font-size: 13px;
}

#registration .reg_info
{
 /* margin-right: 10px;  */
  margin-bottom: 30px;
  /*margin-left: 30px;
  width: 140px;*/
}

#registration input[type="text"]
{
  /*width: 350px;  */
}

#registration .btn_submit
{
  /*margin-left: 190px;*/
  width: 120px;
  float: right;
}

#registration .rg_error
{
  color: red;  
  float: left;
    font-size: 20px; 
    margin: 2px 0 0 45px;

}

#registration .reg_block
{
   /*width: 350px;*/
}

#registration .date_elem
{
  float: left;
  width: 100px;
}

#registration .p_error
{
  font-size: 13px;  
  color: red;
}

#registration .p_done
{
  font-size: 13px;  
  color: green;
}

#registration #info_password
{
  /*margin-left: 180px;  */
}

.reg_form {
  margin: 100px auto 150px auto;
  font-family: BebasRegular;
  /*border: 1px solid #ededed;*/
  border-radius: 10px;
  float: none;
  background: #303438;
}

.reg_form .rg_header {
  background-color: #303438;
  border-radius: 10px 10px 0px 0px; 
}

.reg_form .rg_header h1 {
  color: #fff;
  font-family: BebasRegular;
  font-size: 32px;
  margin: 10px 0 10px 0;
}

.reg_form .rg_body {
  float: none;
  margin: 0 auto;
}

.reg_form .rg_body_b {
  float: none;
  margin: 0 auto 20px auto;
}

.reg_form .rg_body_b a {
  color: #fff;
}

.reg_form .rg_body_b a:hover {
  text-decoration: underline;
}


.reg_form .rg_body input{
  margin-top: 20px;
  font-size: 18px;
}

#show_email {
  margin-top: 0px;

}

.rg_body > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto 0 auto;
}

.input_height {
  height: 55px;
}


.input_height::-webkit-input-placeholder {font-size: 18px;}
.input_height::-moz-placeholder          {font-size: 18px;}/* Firefox 19+ */
.input_height:-moz-placeholder           {font-size: 18px;}/* Firefox 18- */
.input_height:-ms-input-placeholder      {font-size: 18px;}


.rg_body input:focus::-webkit-input-placeholder {
  -webkit-transform: translate(-25px, -15px) scale(.8);
  -moz-transform: translate(-25px, -15px) scale(.8);
  -ms-transform: translate(-25px, -15px) scale(.8)
}

#new_sizes {
  max-width: 525px;
  padding: 0 15px;
}

#send_sms_form input {
  width: 35px;
  height: 45px;
  padding-left: 10px;
  display: inline;
}

.sms_form_content {
  margin: 0 auto;
  text-align: center;
}

.text-center2 {
  text-align: center !important;
}

.m-t-b-20 {
  margin: 20px -15px 20px -15px;
}

.m-t-20 {
  margin: 20px -15px 0 -15px;
}


.btn-green {
  margin: 20px auto;
  display: block;
  border: 2px solid #0284f3;
  color: #fff;
  background-color: #0284f3;
  font-family: BebasRegular;
  font-size: 24px;
  padding: 5px 15px;
  border-radius: 25px
}


.btn-send-sms {
  margin: 20px auto;
  display: block;
  border: 2px solid #23f302;
  color: #fff;
  background-color: #23f302;
  font-family: BebasRegular;
  font-size: 24px;
  padding: 5px 15px;
  border-radius: 25px
}

.show_diller {
  font-family: BebasRegular;
  font-size: 16px;
  color: #95cd44;
  margin: 15px auto 0 auto;
  font-weight: 300;
}

#only_digital {
  margin: 0 auto;
}

.my-hide {
  display: none;
}
#create_account .form-control {
  background-color: #25282b;
  background-image: none;
  border: 1px solid #25282b;
  color: #FFF;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  color: #FFF;
}
#hide_email {
  margin: 0; 
  margin-top: 20px;
}

.hide_email {
  font-family: BebasRegular;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  font-weight: 300;
  cursor: pointer;
  margin-top: 20px;
}

.reg_form .rg_body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%!important;
}
.red_alert::placeholder{
  color: #ff0000 !important;
  opacity: 1;
}

.new_allerts {
  color: #ff0000;
  margin-top: 10px;
}

.green_allerts
{
  color: green;
  margin-top: 10px;
}

.new_allerts_success {
  margin-top: 10px;
  color: #95cd44; 
}

.flip-clock-label {
  display: none;
}

.min_height_75 {
  min-height: 73px;
}

.img_wait
{
  width: 100%;
}