﻿.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; }
  .newsletter-form .email__textbox::placeholder {
    color: #5cc3fd; }

.newsletter-form .submit__button {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: 36px;
  background: #0055fe;
  border: none;
  font-size: 13px;
  border-radius: 0;
  line-height: 20px; }

body.rtl span.validation {
  /*right: auto !important;
    left: 17px;*/ }

