body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
    font-family: 'Crimson Pro', serif;
    font-weight: 200;
}

h1, h2, h3 {
    font-family: 'Nunito', sans-serif;
}

a:hover {
    color: #FF672E;
    text-decoration: none;
}

label h6 {
    color: #006454;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight:700;
    display: inline-block;
}

.error-msg {
    display: none;
    margin: 0 0 0 10px;
    color: #dc3545;
}

.alert-validate .error-msg {
    display: inline-block;
}

.alert-validate label, .alert-validate label h6 {
    color: #dc3545;
}

.alert-validate input, .alert-validate textarea {
    border-color: #dc3545;
}

.card0 {
    box-shadow: 0 4px 8px 0;
    border-radius: 0
}

.card2 {
    background-color: #F3F4F7;
    margin-top: 11em;
    margin-bottom: 13em;
    border: none;
}

.textblock{
    height: 100vh;
}

.logo1 {
    height: 88px;
}

.logo2 {
    height: 48px;
    vertical-align: middle;
    max-height: 88px;
}

.logo-container {
    height: 88px;
    line-height: 88px;
}

.image {
    width: 360px;
    height: 280px
}

.absolute-hive {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    /* height: auto; */
}

.green-bg {
    background-color: #006454;
}

.bg-gray {
    background-color: #F3F4F7;   
}

.heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 12px;
    border: 1px solid #EAE4E4;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Nunito, sans-serif;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.custom-checkbox label {
    font-family:Nunito, sans-serif
}

.custom-checkbox a {
    text-decoration: underline;
}

.textblock p a {
    text-decoration: underline;
}

.btn-lifegate {
    background-color: #FF672E;
    border: 2px solid #FF672E;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 10px 50px;
}

.btn-lifegate:hover {
    background-color: #ffffff;
    border:2px solid #FF672E;
    color: #FF672E;
}

.mrl-1 {
    margin-right:10px;
    margin-left:10px;
}

.btn-lifegate:focus {
    box-shadow: none; 
}

.btn-lifegate:not(:disabled):not(.disabled):active:focus {
box-shadow: none;
}

.btn-lifegate:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #FF672E;
    border: 2px solid #FF672E;
}

.copyright small{
    padding-right:40px   
}

.logo-footer img {
    height: 20px;
    margin-top: -4px;
}

.bmyf footer {
    height:75px;
    
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0
    }
    
    .logo1 {
    height: 50px;
    }

    .logo2 {
        height: 30px;
        vertical-align: middle;
        max-height: 50px;
    }

    .logo-container {
        height: 50px;
        line-height:50px;
    }

    .card2 {
        background-color: #F3F4F7;
        margin-top: 2em;
        margin-bottom: 2em;
        padding: 0 2em;
        border: none;
    }
    
    .mrl-1 {
        margin-right:10px;
        margin-left:10px;
    }
    
    
    .textblock {
        padding: 0 2em 0 2em;
        height:100%;
    }

    .bmyf .text-right.copyright{
        text-align: center!important;
        font-size: 12px;
    }
    
    .btn-lifegate { 
        margin-bottom: 30px
    }
    
    .copyright small{
        padding-right:0   
    }
}

@media screen and (max-width: 678px){
    .btn-lifegate { 
        font-size:12px;
        padding: 10px 10px;
    }
    
    .mrl-1 {
        margin-right:10px;
        margin-left:10px;
    }
    
    .textblock{
        height: 100%;
    }
}
  
@media screen and (max-width: 319px){
    .custom-checkbox.text-small label {
        font-size:12px!important;
    }
    
    .logo-footer img {
        height: 14px;
        margin-top: -3px;
    }
    
    .social-contact .fa {
        font-size:13px
        
    }
}

@media screen and (min-width: 2220px) {   
    .btn-lifegate { 
        margin-bottom: 80px
    }
}

.input-group-append {
    width: 100%;
}

.input-group-text {
    height: 47px;
    margin: 2px 0 5px;
    border: 1px solid #EAE4E4;
    border-radius: 0;
    box-sizing: border-box;
    padding: 12px;
    font-size: 20px;
    border-left: 0 none;
    width: 45px;
    color: #909fae;
}

.hidden {
    visibility: hidden;
    display: none;
}