  .frm-style{
    max-width: 100%;
    margin: 0px auto;
    padding: 20px;
    background: rgba(189, 195, 199,0.3);
    border-radius: 8px;
    font-family: Open Sans;
    font-size: 13px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.7);
}
.frm-style fieldset{
    border: none;
    /* font-size: 5px; */
}
.frm-style legend {
    font-size: 1.4em;
    margin-bottom: 2px;
}
.frm-style label {
    display: block;
    margin-bottom: 2px;
}
.frm-style input[type="text"],
.frm-style input[type="password"],
.frm-style input[type="date"],
.frm-style input[type="datetime"],
.frm-style input[type="email"],
.frm-style input[type="number"],
.frm-style input[type="search"],
.frm-style input[type="tel"],
.frm-style input[type="time"],
.frm-style input[type="url"],
.frm-style textarea,
.frm-style select {
    font-family: Open Sans;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 13px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: white;
    color:#595959;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
    border-color: #95a5a6;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.7);
}

.frm-style input[type="text"]:focus,
.frm-style input[type="date"]:focus,
.frm-style input[type="datetime"]:focus,
.frm-style input[type="email"]:focus,
.frm-style input[type="number"]:focus,
.frm-style input[type="search"]:focus,
.frm-style input[type="tel"]:focus,
.frm-style input[type="time"]:focus,
.frm-style input[type="url"]:focus,
.frm-style textarea:focus,
.frm-style select:focus{
    background: white;
}
.frm-style select{
    height:35px;
}
.frm-style .number {
    background:rgb(20, 76, 103);
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
    font-family: Montserrat; 
    font-size: 18px;
    margin-bottom: 0px;
}

.frm-style input[type="submit"],
.frm-style input[type="button"]
{
    position: relative;
    display: block;
    padding: 7px 35px 7px 35px;
    color: #FFF;
    background: rgb(20, 76, 103);
    font-size: 1.4em;
    text-align: center;
    font-style: normal;
    border: 0px solid rgb(20, 76, 103);
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px;
    font-family: Montserrat;
}
.frm-style input[type="submit"]:hover,
.frm-style input[type="button"]:hover
{
    background: #91C05F;
}
input[type=text]:disabled {
    background: #f1f1f1;
}

body {
    display: block;
    margin: 8px;
}
.lbl-custom {
    font-family: Open Sans;
    font-size: 15px;
}

select {
	width: 40%;
	border: 1px solid #95a5a6;
}
.group {
	padding: 0px;
}

.red-border {
    border-color: red !important;
}