@font-face {
    font-family: 'cocogoose_proitalic';
    src: url('fonts/cocogoose_pro_regular_italic_trial-webfont.woff2') format('woff2'),
         url('fonts/cocogoose_pro_regular_italic_trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, html {
    height: 100%;
    margin: 0;
}
.mt-15{
    margin-top:15rem;
}
.bg {
    background-image: url("images/background-color2.png");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
input.form-control:focus {
    border: 1px solid rgb(123 240 247);
    background: rgba(123,240,247,0.1);
    border-right: 0px;
}

@media (max-width: 414px) {
    .bg {
        background-image: url("images/iphone8.png");
        height: 100%; 
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
  }


::placeholder {
    color:white;
  }

  .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:white;
  
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:white;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color:white;
}
p{
    font-family: 'cocogoose_proitalic';
   color:white;
    font-size: 1.2rem;
}
input{
   
    color:white;
}
i.fas.fa-angle-right {
    border: 2px solid;
    border-radius: 153px;
    width: 20px;
    /* font-size: 16px; */
    padding-left: 2px;
    height: 20px;
}
input.form-control {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 13px;
    border: 1px solid rgb(123 240 247);
    background: rgba(123,240,247,0.1);
    border-right:0px;
    height: 57px;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    padding: 13px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid rgb(123 240 247);
    background: rgba(123,240,247,0.1);
    border-left:0px;
    height: 57px;
}
.newsletter{
    padding-top: 3rem;
    max-width: 550px;
    text-align: center;
    margin:0 auto;
}

.logo img{
 max-width: 550px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
  text-align: center;
  }