/* font */
@font-face {
    font-family:'myriad-semibold';
    font-style: normal;
    src: url("fonts/MyriadPro/MyriadPro-Semibold.eot");
    src: url('fonts/MyriadPro/MyriadPro-Semibold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/MyriadPro/MyriadPro-Semibold.otf')  format('truetype');/* Safari, Android, iOS */
    font-style: normal;
}
@font-face {
    font-family:'myriad-regular';

    src: url('fonts/MyriadPro/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/MyriadPro/MyriadPro-Regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/MyriadPro/MyriadPro-Regular.otf')  format('truetype');/* Safari, Android, iOS */
    font-style: normal;

}
@font-face {
    font-family:'myriad-light';
    src: url('fonts/MyriadPro/MyriadPro-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/MyriadPro/MyriadPro-Light.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/MyriadPro/MyriadPro-Light.ttf')  format('truetype');/* Safari, Android, iOS */
    font-weight: 300;
    font-style: normal;
}

.InputfieldForm ul{
    list-style: none;
    padding: 0;
    margin: 0;

}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}
.form-horizontal .form-group {
}

.form-group {
    margin-bottom: 15px;
    padding: 0 16px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.clear{
    clear: both;
    float: none;
}

.form-title{
    text-align: center;
}


.form-control {
    box-sizing: border-box;
    display: block;
    width: 99%;
    height: 34px;
    padding: 6px 0 0 16px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 11px system-ui;
}

textarea{
    min-height: 200px;
}

@media all and (max-width: 767px) {
    .form-group {
        width: 100%;
    }
}
