body{
    font-family: 'Poppins', sans-serif;
}

.letterp{
  line-height: 2;
}

.bkgreen{
    background: #31ea77;
    padding: 4px 8px;
    color: #fff;
    letter-spacing: 2px;
}

.letter-text{
  line-height: 2;
}

.form-control{
    border-radius: 0;
    border-bottom: 1px solid #979797!important;
    border: none;
}

input.form-control{
    text-align: center;
}

.importanttext{
  font-size: 1.2rem;
  font-weight: 600;
}

.jumbotron2 {
    padding: 10rem 2rem;
    overflow: hidden;
    position: relative;
    background: #061C51;
    border-radius: 0;
}
.imgcontainer{
    position: relative;
}
.customname{
    position: absolute;
    bottom: 4%;
    left: 4%;
    font-size: .8rem;
}

.textdownload span{float: right;}

.backgoundtext{
    position: absolute;
    font-size: 180px;
    top: -10%;
    transform: translateX(-50%);
    left: 50%;
    line-height: 10rem;
    font-weight: 900;
    color: #072161;
    /*opacity: .2;*/
    z-index: 0;
    letter-spacing: 15px;
}

.logoimage{
    position: absolute;
    top: 2%;
    max-width: 120px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.textintro{
    position: relative;
}

.grback{
    background: #38F072;
    padding: 4px 32px;
}

.green-btn{
    background: #38F072;
    padding: 12px 64px;
    color: #000;
    border-color: #38F072;
    border-radius: 8px;
}

footer{
    background: #0c396d;
}

.bludefault{
    color: #072161;
}
.blu2{
    color: #161966;
}

.social-title{
    font-weight: 500;
    color: #161966;
}

.downloadlink{
    font-size: .8rem;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.downloadlink{
    text-decoration: none;
}

.footer-copyright{
    font-size: .8rem;
}

#social{
    text-align: right;
}
#social a{
    padding: 0 4px;
    color: #fff;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .jumbotron2 {
        padding: 6rem 1rem;
        overflow: hidden;
        position: relative;
        background: #061C51;
        border-radius: 0;
    }
    .grback{
        padding: 0;
    }
    .copyright-column{
        text-align: center;
        padding-bottom: 16px;
    }
    #social{
        text-align: center;
    }
}


/**/

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    height: 5rem;
    padding: 1.5rem;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
