/** {
    margin: 0;
    padding: 0;
}*/
body{
    font-family: "Open Sans";
}
h1{
    font-size: 20px;
    color: #4ec657;
}
.container-fluid{
    margin-top: 40px;
    max-width:300px;
}
.btn-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.form-control:focus {
    /*border-color: none!important;*/
    box-shadow: none;
}
.i18n-msj{
    text-align: center;
}
::placeholder {
  color: #ddd!important;
  opacity: 1;
}

.iti__flag {background-image: url("../node_modules/intl-tel-input/build/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../node_modules/intl-tel-input/build/img/flags@2x.png");}
}


@media only screen and (max-width : 480px) {
    .container-fluid {
      margin-top: 230px;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  /*background-color: #f5f5f5;*/
  font-size: 12px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
/*
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}*/
