/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
* {
  -moz-box-sizing: border-box; /* Firexfox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

.alignright {
  float: right;
  padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

.alignleft {
  float: left;
  padding: 0 10px 10px 0; /* note the padding around a left floated image */
}

/******************************************
/* BASE STYLES
/*******************************************/

body {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
}

/******************************************
/* LAYOUT
/*******************************************/

/* Center the container */
#container {
  width: 960px;
  margin: auto;
}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/

.wrapper {
  text-align: center;
}

.bg-main {
  background-image: url("../images/Background.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed;
  margin: auto;
}

.plane-bg {
  border-radius: 25px;
  border: 8px solid rgb(0, 119, 139);
  padding: 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.568);
  clear: both;
}

.main-text {
  color: rgb(0, 0, 0);
}

i {
  color: rgb(0, 119, 139);
}

.main-border {
  clear: both;
}

.main-border > i {
  float: right;
  padding-right: 203px;
  margin-bottom: 0px;
  font-size: 80px;
  margin: -9% -7% 0% 0%;
}

.second-text {
  color: rgb(0, 119, 139);
  font-weight: 650;
  padding-right: 60px;
  margin-bottom: 1.5rem;
}

.small-text {
  font-weight: 600;
  margin-bottom: 1.3rem;
}

.button-color {
  background-color: #ffc72c !important;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 20px !important;
  border-color: inherit !important;
  text-decoration: none !important;
}

.dialog {
  background-color: rgba(0, 118, 139, 0.74);
  border-radius: 25px;
  width: 40% !important;
  height: 75%;
  position: absolute;
  top: 13%;
  left: 30%;
  display: none;
  padding-top: 45px;
}

.form-icon0 {
  color: #ffc72c;
}

.form-icon1 {
  color: rgb(25, 63, 170);
  font-size: 30px;
  padding-left: 70px;
}

.form-icon2 {
  color: rgb(236, 15, 63);
  font-size: 30px;
}

.form-icon3 {
  color: #ffc72c;
  font-size: 30px;
}

.sign-btn {
  background-color: #ffc72c !important;
}

.btn-primary {
  color: black !important;
  font-weight: bold;
}

.hide {
  display: none;
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .bg-main {
    background-image: url("../images/Background.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    padding-bottom: 312px;
  }
  .main-text {
    font-size: 40px !important;
  }

  .second-text {
    font-size: 20px;
  }

  .small-text {
    font-size: 15px;
  }

  .button-color {
    background-color: #ffc72c !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    border-color: inherit !important;
    text-decoration: none !important;
  }

  .main-border > i {
    font-size: 80px;
    margin: 2% -39% 0% 0%;
  }

  .dialog {
    background-color: rgba(0, 118, 139, 0.74);
    border-radius: 25px;
    width: 80% !important;
    height: 75%;
    position: absolute;
    top: 13%;
    left: 10%;
    display: none;
    padding-top: 45px;
  }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .bg-main {
    background-image: url("../images/Background.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    padding-bottom: 312px;
  }

  .main-text {
    font-size: 35px !important;
  }

  .second-text {
    font-size: 20px;
  }

  .small-text {
    font-size: 15px;
  }

  .button-color {
    background-color: #ffc72c !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    border-color: inherit !important;
    text-decoration: none !important;
  }

  .main-border > i {
    font-size: 80px;
    margin: 10% -21% 0% 0%;
  }

  .dialog {
    background-color: rgba(0, 118, 139, 0.74);
    border-radius: 25px;
    width: 80% !important;
    height: 75%;
    position: absolute;
    top: 13%;
    left: 10%;
    display: none;
    padding-top: 45px;
  }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .bg-main {
    background-image: url("../images/Background.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    padding-bottom: 312px;
  }

  .flag-img {
    margin-bottom: 100px !important;
  }

  .main-text {
    font-size: 35px !important;
  }

  .second-text {
    font-size: 20px;
  }

  .small-text {
    font-size: 15px;
  }

  .button-color {
    background-color: #ffc72c !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    border-color: inherit !important;
    text-decoration: none !important;
  }

  .main-border > i {
    font-size: 60px;
    margin: 10% -21% 0% 0%;
  }

  .dialog {
    background-color: rgba(0, 118, 139, 0.74);
    border-radius: 25px;
    width: 80% !important;
    height: 75%;
    position: absolute;
    top: 13%;
    left: 10%;
    display: none;
    padding-top: 45px;
  }
}

/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .bg-main {
    background-image: url("../images/Background.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    padding-bottom: 312px;
  }

  .flag-img {
    margin-bottom: 100px !important;
  }

  .main-text {
    font-size: 35px !important;
  }

  .second-text {
    font-size: 20px;
  }

  .small-text {
    font-size: 15px;
  }

  .button-color {
    background-color: #ffc72c !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    border-color: inherit !important;
    text-decoration: none !important;
  }

  .main-border > i {
    font-size: 60px;
    margin: 10% -21% 0% 0%;
  }

  .dialog {
    background-color: rgba(0, 118, 139, 0.74);
    border-radius: 25px;
    width: 80% !important;
    height: 75%;
    position: absolute;
    top: 13%;
    left: 10%;
    display: none;
    padding-top: 45px;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .bg-main {
    background-image: url("../images/Background.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    padding-bottom: 712px;
  }

  .dialog {
    background-color: rgba(0, 118, 139, 0.74);
    border-radius: 25px;
    width: 60% !important;
    height: 75%;
    position: absolute;
    top: 13%;
    left: 20%;
    display: none;
    padding-top: 45px;
  }
}
