    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */

    .large-input{
        width:80% !important; 
    }

    @media (min-width: 576px) {
  .large-input {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .large-input {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .large-input {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .large-input {
    max-width: 1140px;
  }
}

.lg-text{
  font-size: 1.2em;
}
