
/*==============CSS START ====================*/

/*==============FONTS START ====================*/


/*font-family: 'Sintony', sans-serif;*/


/*================Form START====================*/


.ftxt > input { 
  border:1px solid #b3b3b4; 
  padding:0 15px; 
  width:100%;
  height:45px;
  color:#5c5c5c; 
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.ftxt > input::-webkit-input-placeholder { color: #5c5c5c; }
.ftxt > input:-moz-placeholder { color: #5c5c5c; }
.ftxt > input::-moz-placeholder { color: #5c5c5c; }
.ftxt > input:-ms-input-placeholder { color: #5c5c5c; }

.alar-registration-form .button  {
    border: 3px solid;
    border-radius: 5rem;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    width: 185px;
    display: block;
    margin: 0;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    color: #db0000;
    border-color: #db0000;
}

.alar-registration-form .button:hover  {
    background: #db0000;
    color: #fff;
}

.alar-registration-form .error{
  color:#db0000;
  margin-bottom: 18px;
 }

 .alar-registration-form .error{
  color:#138e33;
  font-weight: bold;
  margin-bottom: 20px;
 }
/*================Form END====================*/