  .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-left: -15px;
}
.frm-style fieldset{
    border: none;
    font-size: 5px;
}
.frm-style legend {
    font-size: 1.4em;
}
.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="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;
}

.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="time"]:focus,
.frm-style input[type="url"]:focus,
.frm-style textarea:focus,
.frm-style select:focus{
    background: white;
}
.frm-style select{
    -webkit-appearance: menulist-button;
    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: 10px;
}

.frm-style input[type="submit"],
.frm-style input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.frm-style input[type="submit"]:hover,
.frm-style input[type="button"]:hover
{
    background: #109177;
}