
/* Medium Laptops (1201px - 1366px) */
@media (min-width: 1201px) and (max-width: 1710px) {
    .bu-form-group {
        margin-bottom: 15px !important;
    }
    .bu-btn-group-content, .bu-social-btn-group {
        margin: 15px 0px !important;
    }
    .bu-auth-compny-logo img {
        margin-bottom: 20px !important;
    }
    .bu-auth-title {
        margin-bottom: 8px !important;
    }
    .bu-auth-form {
        margin-top: 20px !important;
    }
    .bu-behind-text-line
    {
        margin: -4px;
    }
    .bu-form-group label {
        margin-bottom: 8px !important;
    }

}
/* Smaller Laptops (1024px - 1200px) */
@media (max-width: 1200px) {
    .bu-form-group {
        margin-bottom: 15px !important;
    }

    .bu-btn-group-content, .bu-social-btn-group {
        margin: 15px 0px !important;
    }

    .bu-auth-compny-logo img {
        margin-bottom: 20px !important;
    }

    .bu-auth-title {
        margin-bottom: 8px !important;
    }

    .bu-auth-form {
        margin-top: 20px !important;
    }

    .bu-behind-text-line {
        margin: -4px;
    }

    .bu-form-group label {
        margin-bottom: 8px !important;
    }
    .quote-content {
        width: 373px !important;
    }
}

@media (max-width: 992px) { /* Tablets and small desktops */
    .quote-content {
        width: 300px !important;
    }
    .quote-content p {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .bu-text-container 
    {
        font-size: 27px !important;
        line-height: 45px !important
    }
    .bu-auth-quote {
        margin-top: 30% !important;
    }
}
}
@media (max-width: 768px) {  /* Tablets and large phones */
}
@media (max-width: 576px) {  /* Mobile phones */
    
}

