@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    margin-bottom: -10px !important;
}
h1{
    font-size: 6.8rem;
    color: #d4d4d4;
}
h2{
    font-size: 40px;
    line-height: 1.3;
    background: #F89521;
    background: -webkit-repeating-linear-gradient(to top, #F89521 0%, #cf1512c4 84%);
    background: -moz-repeating-linear-gradient(to top, #F89521 0%, #cf1512c4 84%);
    background: repeating-linear-gradient(to top, #F89521 0%, #cf1512c4 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#header{
    position: relative;
}
#header:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -21px;
    width: 289px;
    height: 193px;
    background-image: url(../media/left-bubble.png);
}
#header:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -80px;
    width: 118px;
    height: 171px;
    background-image: url(../media/right-bubble1.png);
    background-size: cover;
}
#footer-outer{
    position: relative;
}
#footer-outer:before {
    content: '';
    position: absolute;
    left: -70px;
    bottom: 0px;
    width: 524px;
    height: 397px;
    background-image: url(../media/left-bot-bubble1.png);
    z-index: -1;
    background-size: cover;
}
#footer-outer:after {
    content: '';
    position: absolute;
    right: 30%;
    bottom: 0px;
    width: 102px;
    height: 42px;
    background-image: url(../media/right-bot-bubble1.png);
    z-index: -1;
    background-size: cover;
}
#main-section{
    position: relative;
    height: 100vh;
 }
.content {
    position: relative;
    top: 70px;
}
.divider-100{
    height: 100px;
}
/* #login-section .header-bg img, #welcome-section .header-bg img {
    width: 100%;
    height: 100%;
} */
 #main-section .content .form-group .form-control{
     border: none;
     border-bottom: 2px solid #f7931d;
     border-radius: 0;
 }
 #main-section .content .form-group .form-control:focus{
     border: 2px solid #f7931d !important;
     box-shadow: none;
 }
 #main-section .content form {
    width: 60%;
    padding-top: 120px;
}
#main-section .content .form-group {
    padding-bottom: 20px;
}
#main-section .content .btn-primary {
    width: 100%;
    border-radius: 20px;
    border: none;
    background: rgb(247,147,29);
    background: linear-gradient(90deg, rgba(247,147,29,1) 0%, rgba(240,80,35,1) 100%);
}
#main-section .content .form-group.form-checkk {
    padding: 30px;
}
#main-section .content .btn-primary i.fas.fa-chevron-right {
    right: -130px;
    position: relative;
}
.bottom-content {
    text-align: right;
    position: relative;
    bottom: 130px;
    right: 120px;
}
#main-section .content .btn.btn-secondary {
    border-radius: 20px;
    border: none;
    background: rgb(247,147,29);
    background: linear-gradient(
90deg, rgba(247,147,29,1) 0%, rgba(240,80,35,1) 100%);
    margin-top: 10px;
    width: 60%;
}
@media only screen and (max-width: 627px) and (min-width: 250px)  
{
    h1 {
        font-size: 35px !important;
    }
    h2{
        font-size: 34px !important;
    }
    #header:before {
        width: 150px !important;
        height: 100px !important;
        background-size: cover !important;
    }
    #header:after {
        background-size: cover !important;
    }
    #footer-outer:before {
        background-size: cover !important;
        width: 172px !important;
        height: 130px !important;
        bottom: -80px !important;
    }
    #footer-outer:after {
        background-size: cover !important;
        bottom: -80px !important;
    }
    .bottom-content {
        bottom: -20px !important;
        right: 0 !important;
    }
    #main-section .content {
        top: 60px !important;
        margin-bottom: 120px !important;
    }
    #main-section .content img {
        width: 100%;
    }
    .content .col-md-6.col-sm-12 .divider-100 {
        display: none !important;
    }
    
    #main-section .content form {
        width: 90% !important;
        margin: 0 auto !important;
    }
    #main-section .content .btn-primary i.fas.fa-chevron-right {
        right: -40px !important;
    }
    #main-section .content .btn.btn-secondary {
        width: 90% !important;
        margin: 10px 23px auto !important;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 628px)  
{
    h1 {
        font-size: 45px !important;
    }
    h2{
        font-size: 34px !important;
    }
    #header:before {
        width: 150px !important;
        height: 100px !important;
        background-size: cover !important;
    }
    #footer-outer:before {
        width: 171px !important;
        height: 130px !important;
        bottom: -90px !important;
    }
    #footer-outer:after {
        bottom: -91px !important;
    }
    .bottom-content {
        bottom: -20px !important;
        right: 0 !important;
    }
    #main-section .content {
        top: 60px !important;
        margin-bottom: 120px !important;
        text-align: center !important;
    }
    .content .col-md-6.col-sm-12 .divider-100 {
        display: none !important;
    }
    #main-section .content img {
        width: 100%;
    }
    #main-section .content form {
        margin: 0 auto;
        
    }
    #main-section .content .btn.btn-secondary {
        margin-top: 10px !important;
    }
}