
.insan-kaynaklari .form-style-5{
    max-width: 100%;
}
.form-style-5{
    max-width: 100%;
}
.form-style-5 fieldset{
    border: none;
    margin-top: 10px;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 25px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 input[type="file"],
.form-style-5 textarea,
.form-style-5 select {
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color:#8a97a0;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: rgba(255,255,255,0.7) !important;

}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    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;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #FF0000;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 0px solid #D93f2a;
    margin-top: 15px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #D93f2a;
    opacity: 0.7;
}

.form-style-5 textarea{
    height: 81px;
    margin-bottom: 0;
}

.taraf .col-md-2{
    height: 46px;
}

strong{
    padding-left: 10px;
}

@media (max-width: 767px){
    .form-style-5 {
        max-width: 100%;
    }
}

.subelerimiz .form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    margin-left: 0;
    padding: 9px 39px;
}

.kurumsal .form-style-5 {
    max-width: 66%;
}

.kurumsal .form-style-5 input[type="submit"], .form-style-5 input[type="button"] {
    position: relative;
    display: block;
    padding: 19px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #0073dc;
    font-size: 18px;
    text-align: center;
    float: left;
    font-style: normal;
    width: 100%;
    border: 1px solid #0073dc;
    margin-bottom: 10px;
    margin-left: 0;
}

#form-click .taraf strong{
    display: none;
}

#form-click .taraf legend{
    border-bottom: none;
}

#form-click .taraf .form-style-5 input[type="text"], .form-style-5 input[type="date"], .form-style-5 input[type="datetime"], .form-style-5 input[type="email"], .form-style-5 input[type="number"], .form-style-5 input[type="search"], .form-style-5 input[type="time"], .form-style-5 input[type="url"], .form-style-5 textarea, .form-style-5 select {
    font-size: 16px;
    color: #808080;
    border: 1px solid #ccc;
    background: rgba(255,255,255,0.7) !important;
}

#form-click .textbox{
    font-size: 16px;
    color: #808080;
    background: rgba(255,255,255,0.7) !important;
    border: 1px solid #ccc !important;
    font-weight: 400;
}

#form-click textarea{
    font-weight: 400;
}

#form-click select{
    font-weight: 400;
}