.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
@media only screen and (max-width: 600px) {
.containerentry {
        width: 95%;
        height: auto;
        background: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 10px;
        margin: auto;
        margin-top: 5px;
        text-align: left;
        padding-top: 5px;
    }
.input-lg {
    width: 90%;
    height: 25px;
    padding: 10px 16px;
    margin-left: 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 40px;
    line-height: 35px;
}
.col-md-6 {
width: 100%;
}
.modal-lg {
    width: 300px;
    margin-left: 15px;
}
}

