/**
custom css styles
 */

.dropdown-select {
    background: #fff;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    padding: 10px 17px;
    font-size: 16px;
    color: #333;
    line-height: normal;
    font-family: LatoRegular;
    border-radius: 8px;
}

/*@media (min-width: 660px) {*/
/*    body{*/
/*        background:blue;*/
/*    }*/
/*    .dropdown-select {*/
/*        width: 65%!important;*/
/*    }*/
/*}*/

@media (max-width: 900px) {
    .dropdown-select {
        width: 100% !important;
    }
}

.errordiv {
    margin-top: 5px!important;
    font-size: 15px!important;
    padding: 10px!important;
}
