﻿.newsletter-form .form-group {
  position: relative;
  /*span.validation {
            position: absolute;
            right: 17px;
            top: 50%;
            margin-top: -4px;
            visibility: visible;
            color: #d00;
        }*/ }

.newsletter-form .email__container {
  position: relative; }

.newsletter-form .email__textbox {
  border: none;
  padding-left: 60px;
  direction: ltr;
  background: #0189ff;
  color: white;
  height: 38px;
  margin-bottom: 5px;
  text-align: right; }
  .newsletter-form .email__textbox::-webkit-input-placeholder {
    color: #5cc3fd; }
  .newsletter-form .email__textbox::-moz-placeholder {
    color: #5cc3fd; }
  .newsletter-form .email__textbox::-ms-input-placeholder {
    color: #5cc3fd; }
  .newsletter-form .email__textbox::placeholder {
    color: #5cc3fd; }

.newsletter-form .mobile__textbox {
  border: none;
  padding-left: 60px;
  direction: ltr;
  background: #0189ff;
  color: white;
  height: 38px;
  text-align: right;
  margin-bottom: 5px; }
  .newsletter-form .mobile__textbox::-webkit-input-placeholder {
    color: #5cc3fd; }
  .newsletter-form .mobile__textbox::-moz-placeholder {
    color: #5cc3fd; }
  .newsletter-form .mobile__textbox::-ms-input-placeholder {
    color: #5cc3fd; }
  .newsletter-form .mobile__textbox::placeholder {
    color: #5cc3fd; }

.newsletter-form .submit__button {
  width: 100%;
  height: 36px;
  background: #0055fe;
  border: none;
  font-size: 13px;
  border-radius: 5px;
  line-height: 20px; }

body.rtl span.validation {
  /*right: auto !important;
    left: 17px;*/ }
