.general-btn {
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    background: #3b5998;
    width: 100%;
    line-height: 50px;
    min-height: 50px;
    border: none;
}
.textBut {
     display: inline-block;
     color: #fff !important;
     padding: 0;
     font-size: 18px;
 }

img {
    margin-right: 10px;
}
.squeeze_button {
    border-radius: 8px;
    border: none;
    margin: 35px 0 0 0;
    background: #ed1c24;
    line-height: 50px;
    min-height: 50px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    cursor: pointer;;
}

.space {
    margin-bottom: 15px;
}

.email-input {
    height: 40px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #c8c8c8;
    background: #fff;
    color: #191919;
    transition: all linear .2s;
    border-radius: 2px;
    width: 97%;
    font-size: 15px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
}

.firstName-input {
    height: 40px !important;;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #c8c8c8 ;
    background: #fff;
    color: #191919;
!important;
    transition: all linear .2s;
    border-radius: 2px;
    width: 100%;
    font-size: 15px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
}

.lastName-input {
    height: 40px !important;;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #c8c8c8 ;
    background: #fff;
    color: #191919;
!important;
    transition: all linear .2s;
    border-radius: 2px;
    width: 100%;
    font-size: 15px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
}

.phone-input {
    height: 40px !important;;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #c8c8c8 ;
    background: #fff;
    color: #191919;
!important;
    transition: all linear .2s;
    border-radius: 2px;
    width: 100%;
    font-size: 15px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
}

.bt-fb-login__or {
    position: relative;
    text-align: center;
    margin: 15px 0;
}

.bt-fb-login__or:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: #191919;
    z-index: 1;
}

.bt-fb-login__or span {
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: top;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 50%;
    background: #191919;
    color: #fff;
}

.uk-margin-top {
    margin-top: 15px !important;
}

.uk-margin-bottom-remove {
    margin-bottom: 0 !important;
}

.classicUl {
    list-style-type: none;
}

.error_email {
    display: none;
    background-color: orange;
    color: #fff;
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    margin-top: 2px;
    border-radius: 3px;
    font-weight: 300;
}

#secondPage {
    display: none;
}

.facebook-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    padding: 0;
    margin-right: -2px;
}

.myModalLead {
    display: none;
    position: fixed;
    z-index: 9999999999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
!important
}

/* Modal Content/Box */
.modalLead {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* The Back Button */
.back {
    color: #aaa;
    float: left;
    font-size: 15px;
    font-weight: bold;
}

.back:hover,
.back:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.error-custom{
    color: #ff0000;
}
.error-custom-border{
    border:1px solid #ff0000;;
}
.success-custom-border{
    border:1px solid #c8c8c8;
}
.invalidButton{
    background-color: #c8c8c8;
}
@media (max-width: 768px) {
    .modalLead {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 90% !important; /* Could be more or less, depending on screen size */
    }

    .modal-content {
        border-radius: 0;
        height: fit-content;
        width: 95%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modalLead {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 50% !important; /* Could be more or less, depending on screen size */
    }
    .modal-content {
        border-radius: 0;
        height: fit-content;
        width: 95%;
    }
}