.banner-large {
    height: 600px;
}
.register-form{
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
}
.register-form h2{
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 0;
}
.form-content {
    margin-bottom: 20px;
}
.register-form .group {
    position: relative;
}
.signup-form-group {
    margin-bottom: 10px;
}
.new-field {
    height: 48px;
}
.new-field input {
    width: 100%;
    height: 100%;
    padding: 10px 24px 8px 16px;
    border: 1px solid #afb1b3;
    border-radius: 4px;
}

.register-form input {
    padding: 10px 8px 8px;
    width: 100%;
    height: 100%;
}
.flaginput {
    height: 48px!important;
    margin-bottom: 10px;
}
.register-form select {
    -webkit-appearance: none;
}
.select-dropdown {
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-position: calc(100% - 19px) calc(1.2em + 2px),calc(100% - 14px) calc(1.2em + 2px),calc(100% - 2.5em) 0.5em;
    background-image: linear-gradient(45deg,transparent 50%,#000 50%),linear-gradient(135deg,#000 50%,transparent 50%);
    background-size: 5px 5px,5px 5px,1px 1.5em;
    background-repeat: no-repeat;
}
select {
    word-wrap: normal;
    color: #cacaca;
}
select option:not(:first-of-type) {
    color: #000;
}
.fixd-btn{
    height:56px;
}
.fixd-btn .btn {
    width: 100%;
    background-color:#2ABADA;
    border: 0;
    height: auto;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
}
.btn-primary {
    padding: 10px 30px;
    font-size: 14px;
}

@media screen and (max-width: 992px){
    .featured-banner{
        margin-top: 0;
    }    
}
@media screen and (max-width: 767px){
    .banner-caption h1 {
        font-size: 36px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 576px){
    .banner-large{
        height: 800px;
    }
    .banner-caption h1{
        font-size: 34px;
    }    
    .banner-caption{
        top: 10px;
        transform: none;
    }
    /* .featured-banner .banner-img{
        height: 740px;
    } */
    /* .register-form{
        margin-bottom: 15px;
    } */
}
/* @media screen and (max-width: 400px){
    .banner-large{
        height: 800px;
    }
} */