﻿/********************************** Common  Colors ************************************/
/********************************** Common  Colors ************************************/
#master-breadcrumb #breadcrumb {
    height: 70px;
}

    #master-breadcrumb #breadcrumb .content-small {
        float: left;
        font-size: 14px;
        margin: 17px 7px 21px 0;
        text-transform: uppercase;
    }

    #master-breadcrumb #breadcrumb .bread-crumb-separator {
        float: left;
        margin: 21px 0px 21px 0;
        background: url("//cdn.syncfusion.com/content/images/home/new-seperator.png") no-repeat;
    }

        #master-breadcrumb #breadcrumb .bread-crumb-separator img {
            visibility: hidden;
        }

    #master-breadcrumb #breadcrumb .bread-crumb a {
        outline: medium none;
        text-decoration: none;
        color: #111;
    }

    #master-breadcrumb #breadcrumb .bread-crumb-last {
        cursor: default;
        font-weight: 600;
    }

@media (min-width: 1820px) {
    #master-breadcrumb #breadcrumb {
        height: 85px;
    }

        #master-breadcrumb #breadcrumb .content-small {
            margin: 20px 9px 16px 0;
            font-size: 16px;
        }

        #master-breadcrumb #breadcrumb .bread-crumb-separator {
            margin: 25px 3px 16px 0;
        }
}

@media (min-width: 768px) and (max-width: 1279px) {
    #master-breadcrumb #breadcrumb {
        height: 65px;
    }

        #master-breadcrumb #breadcrumb .content-small {
            margin: 15px 6px 15px 0;
            font-size: 12px;
        }

        #master-breadcrumb #breadcrumb .bread-crumb-separator {
            margin: 18px 0px 15px 0;
        }
}

@media (max-width: 767px) {
    #master-breadcrumb #breadcrumb {
        height: 50px;
    }

        #master-breadcrumb #breadcrumb .content-small {
            margin: 13px 6px 15px 0;
            font-size: 12px;
        }

        #master-breadcrumb #breadcrumb .bread-crumb-separator {
            margin: 16px 0px 15px 0;
        }

        #master-breadcrumb #breadcrumb .bread-crumb-separator, #master-breadcrumb #breadcrumb .bread-crumb {
            display: none;
        }

            #master-breadcrumb #breadcrumb .bread-crumb-separator:nth-last-child(2) {
                display: block;
            }

            #master-breadcrumb #breadcrumb .bread-crumb:nth-last-child(3) {
                display: block;
            }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #master-breadcrumb #breadcrumb {
        height: 65px;
    }

        #master-breadcrumb #breadcrumb .content-small {
            margin: 15px 6px 15px 0;
            font-size: 12px;
        }

        #master-breadcrumb #breadcrumb .bread-crumb-separator {
            margin: 21px 0px 15px 0;
        }
}
/* Font sizes declaration */
/* Font family declaration */
body {
    color: #111;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important;
}

a {
    color: #0073DC;
    text-decoration: none;
}

    a:hover {
        color: #0450C2;
        text-decoration: none;
        cursor: pointer;
    }

.btn-custom {
    color: #237AC1;
    border: 1px solid #237AC1;
    outline: none !important;
}

    .btn-custom:hover {
        background-color: #237AC1;
        color: #fff;
    }

    .btn-custom:focus {
        color: #237AC1;
        background-color: #fff;
    }

    .btn-custom:active {
        color: #fff;
        background-color: #006DB7;
    }

#menu-wrapper {
    font-size: 14px;
    font-weight: normal;
}

.bold {
    font-weight: 600;
}

.smaller {
    font-size: 10px;
}

.small {
    font-size: 12px;
}

.error {
    font-size: 13px;
}

.normal {
    font-size: 14px;
}

.medium {
    font-size: 16px;
}

.regular {
    font-size: 18px;
}

.big {
    font-size: 20px;
}

.bigger {
    font-size: 24px;
}

.ultra-big {
    font-size: 40px;
}

p {
    line-height: 25px;
}

@media (max-width: 1279px) and (min-width: 768px) {
    body {
        font-size: 13px;
    }

    .smaller {
        font-size: 9px;
    }

    .small {
        font-size: 11px;
    }

    .medium {
        font-size: 14px;
    }

    .regular {
        font-size: 16px;
    }

    .big {
        font-size: 18px;
    }

    .bigger {
        font-size: 22px;
    }

    .ultra-big {
        font-size: 32px;
    }

    h1, .h1 {
        font-size: 30px !important;
    }

    h2, .h2 {
        font-size: 26px !important;
    }

    h3, .h3 {
        font-size: 20px !important;
    }

    h4, .h4 {
        font-size: 16px !important;
    }

    h5, .h5 {
        font-size: 13px !important;
    }

    h6, .h6 {
        font-size: 11px !important;
    }

    p {
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 11px;
    }

    .smaller {
        font-size: 8px;
    }

    .small {
        font-size: 10px;
    }

    .medium {
        font-size: 12px;
    }

    .regular {
        font-size: 14px;
    }

    .big {
        font-size: 16px;
    }

    .bigger {
        font-size: 20px;
    }

    .ultra-big {
        font-size: 28px;
    }

    h1, .h1 {
        font-size: 26px !important;
    }

    h2, .h2 {
        font-size: 22px !important;
    }

    h3, .h3 {
        font-size: 18px !important;
    }

    h4, .h4 {
        font-size: 14px !important;
    }

    h5, .h5 {
        font-size: 12px !important;
    }

    h6, .h6 {
        font-size: 10px !important;
    }

    p {
        line-height: 20px;
    }
}

.bg-lazy {
    background-image: none !important;
    background-color: #F1F1FA !important;
}

/********************************** Common  Colors ************************************/
* {
    box-sizing: border-box !important;
    outline: none !important;
    text-decoration: none !important;
}

.ms-heading {
    font-size: 24px;
    font-weight: 600;
}

.ms-subheading {
    color: #111;
}

#icon {
    position: absolute;
    top: 90px;
    right: 35%;
    width: 4%;
    height: 16%;
    background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

#ms-build-page {
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
    background-position: center;
    padding: 60px 0;
    position: relative;
    background-size: cover !important;
}

    #ms-build-page .left-banner .syncfusion_heading {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        font-size: 31px;
        line-height: 50px;
        letter-spacing: 0.5px;
        color: #FFFFFF;
        font-weight: bolder;
    }

    #ms-build-page .left-banner .syncfusion_paragraph {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        padding-top: 25px;
    }

    #ms-build-page .left-banner .tick-icon {
        font-style: normal;
        font-size: 16px;
        line-height: 30px;
        color: #FFFFFF;
        padding-left: 35px;
    }

        #ms-build-page .left-banner .tick-icon::before {
            content: url(https://cdn.syncfusion.com/content/images/company/Tick-Icon.svg);
            vertical-align: sub;
            position: absolute;
            left: 15px;
            width: 18px;
            height: 18px;
            margin-top: 5px;
        }

.form-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .form-section #form {
        background: #FFFFFF;
        border: 1px solid #CFC8C8;
        border-radius: 10px;
        color: #505875;
        padding: 32px 33px;
        max-width: 500px;
    }

        .form-section #form h2 {
            line-height: 35px;
        }

        .form-section #form .field-validation-error {
            font-weight: 400;
            line-height: 20px;
            color: #b52d2d;
            margin-top: 3px;
            letter-spacing: 0.323077px;
            font-size: 13px;
        }

        .form-section #form .fontsizeIncrease {
            font-size: 18px !important;
        }

    .form-section .form-field .form-textbox {
        position: relative;
    }

        .form-section .form-field .form-textbox input {
            padding-left: 38px;
            padding-bottom: 3px;
        }

        .form-section .form-field .form-textbox .form-icon {
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 10px;
            left: 10px;
            background-image: url(https://cdn.syncfusion.com/content/images/freetrials/v1/sign-up-form-icons.svg);
        }

        .form-section .form-field .form-textbox .mail-icon {
            background-position: -44px 0px;
        }

        .form-section .form-field .form-textbox .phone-icon {
            background-position: -132px 0px;
        }

        .form-section .form-field .form-textbox .company-icon {
            background-position: -176px 0px;
        }

        .form-section .form-field .form-textbox .job-icon {
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 10px;
            left: 10px;
            background-image: url(https://cdn.syncfusion.com/content/images/company/Job-Icon.svg);
        }

.dropdown-menu.inner li.active a span, .dropdown-menu.inner li:focus a span {
    color: white !important;
}

#demo-dropdown .bootstrap-select.show-tick .dropdown-menu .selected.active a span.text {
    color: white !important;
}

#demo-dropdown .bootstrap-select.show-tick .dropdown-menu .selected.active a:hover span {
    color: #4a90e2 !important;
}

#demo-dropdown .bootstrap-select.show-tick .dropdown-menu .selected.active a .glyphicon-ok:before {
    color: white !important;
}

#demo-dropdown .bootstrap-select.show-tick .dropdown-menu .selected.active a:hover .glyphicon-ok:before {
    color: #4a90e2 !important;
}

#demo-dropdown {
    position: relative;
}

    #demo-dropdown .product-icon {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 3;
        background-image: url(https://cdn.syncfusion.com/content/images/company/Product-Icon.svg);
    }

    #demo-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }

    #demo-dropdown .bootstrap-select .dropdown-toggle {
        height: 38px !important;
        border: none;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        #demo-dropdown .bootstrap-select .dropdown-toggle:focus, #demo-dropdown .bootstrap-select .dropdown-toggle:hover {
            border-color: #66afe9;
            outline: 0;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            background-color: #FFFFFF;
        }

        #demo-dropdown .bootstrap-select .dropdown-toggle .filter-option {
            height: 38px;
            box-shadow: none;
            font-size: 14px;
            margin-bottom: 9px;
            background: #FFFFFF;
            border-radius: 4px;
            border: 1px solid #B5BACA;
            padding-left: 40px;
            padding-top: 9px;
        }

    #demo-dropdown .dropdown-menu .show {
        width: 100% !important;
    }

    #demo-dropdown .dropdown-menu .open {
        overflow: hidden;
        width: 100%;
        height: 300px;
        max-height: unset;
        min-width: unset;
    }

    #demo-dropdown .btn .dropdown-toggle:focus {
        outline: none !important;
        background-color: #FFFFFF !important;
        box-shadow: none !important;
    }

    #demo-dropdown .button .btn .dropdown-toggle .bs-placeholder .btn-light {
        height: 42px !important;
        outline: none !important;
    }

    #demo-dropdown .bootstrap-select.btn-group .dropdown-menu.inner {
        max-height: 150px;
    }

    #demo-dropdown .bootstrap-select.show-tick .dropdown-menu li a span.text {
        padding: 3px 0px;
        font-family: "Open Sans", helvetica, arial, sans-serif !important;
        font-size: 13px !important;
        color: #333;
    }

    #demo-dropdown .bootstrap-select.show-tick .dropdown-menu li a:hover, #demo-dropdown .bootstrap-select.show-tick .dropdown-menu li a:focus {
        background-color: #f5f5f5 !important;
    }

    #demo-dropdown .bootstrap-select.show-tick .dropdown-menu .selected a {
        color: #4a90e2 !important;
    }

        #demo-dropdown .bootstrap-select.show-tick .dropdown-menu .selected a span.text {
            color: #4a90e2 !important;
        }

    #demo-dropdown .dropdown-menu.open {
        margin-top: 0px;
    }

#demo-schedule-dropdown {
    position: relative;
}

    #demo-schedule-dropdown .demo-icon {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 9px;
        left: 10px;
        z-index: 3;
        background-image: url(https://cdn.syncfusion.com/content/images/company/Demo-icon.svg);
    }

    #demo-schedule-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }

    #demo-schedule-dropdown .bootstrap-select .dropdown-toggle {
        height: 38px !important;
        border: none;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        #demo-schedule-dropdown .bootstrap-select .dropdown-toggle:focus, #demo-schedule-dropdown .bootstrap-select .dropdown-toggle:hover {
            border-color: #66afe9;
            outline: 0;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            background-color: #FFFFFF;
        }

        #demo-schedule-dropdown .bootstrap-select .dropdown-toggle .filter-option {
            height: 38px;
            box-shadow: none;
            font-size: 14px;
            margin-bottom: 9px;
            background: #FFFFFF;
            border-radius: 4px;
            border: 1px solid #B5BACA;
            padding-left: 40px;
            padding-top: 9px;
        }

    #demo-schedule-dropdown .dropdown-menu .show {
        width: 100% !important;
    }

    #demo-schedule-dropdown .dropdown-menu .open {
        overflow: hidden;
        width: 100%;
        max-height: unset;
        min-width: unset;
    }

    #demo-schedule-dropdown .btn .dropdown-toggle:focus {
        outline: none !important;
        background-color: #FFFFFF !important;
        box-shadow: none !important;
    }

    #demo-schedule-dropdown .button .btn .dropdown-toggle .bs-placeholder .btn-light {
        height: 42px !important;
        outline: none !important;
    }

    #demo-schedule-dropdown .bootstrap-select .dropdown-menu li a span.text {
        padding: 3px 0px;
        font-family: "Open Sans", helvetica, arial, sans-serif !important;
        font-size: 13px !important;
        color: #333;
    }

    #demo-schedule-dropdown .bootstrap-select .dropdown-menu .selected a {
        color: #4a90e2 !important;
    }

        #demo-schedule-dropdown .bootstrap-select .dropdown-menu .selected a span.text {
            color: black !important;
        }

    #demo-schedule-dropdown .bootstrap-select .dropdown-menu .selected.active a span.text {
        color: white !important;
    }

    #demo-schedule-dropdown.dropdown-menu.inner li a:hover span {
        color: black !important;
    }

    #demo-schedule-dropdown .dropdown-menu.open {
        margin-top: 0px;
    }

.btn.has-error .filter-option {
    background: none;
    border: 1px solid #b52d2d !important;
}

#demo-dropdown .bootstrap-select .dropdown-toggle .filter-option {
    background: #FFFFFF;
    border: 1px solid #B5BACA;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #FFFF;
}

#name.has-error, #email-address.has-error, #Workemail-address.has-error, #Company.has-error, #phone-number.has-error, #jobtitle.has-error {
    border: 1px solid #b52d2d !important;
}

#conferenceformpost .dropdown-error {
    border: 1px solid #b52d2d !important;
    border: 0px !important;
}

#conferenceformpost .form-control-placeholder {
    font-weight: 700;
    font-size: 16px;
    line-height: 8px;
    color: color_505875 !important;
    margin-bottom: 12.59px;
}

#conferenceformpost .field-validation-error {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #b52d2d;
    margin-top: 3px;
    letter-spacing: 0.323077px;
}

#conferenceformpost .form-field {
    padding-top: 22px;
}

    #conferenceformpost .form-field a {
        color: #0073DC !important;
        text-decoration: underline;
    }

        #conferenceformpost .form-field a:hover {
            color: #0450C2 !important;
        }

    #conferenceformpost .form-field .form-control {
        border: 1px solid #B5BACA;
        height: 38px !important;
    }

#conferenceformpost #subscribeuser .form-textbox input,
#conferenceformpost #acceptedpolicy .form-textbox input {
    height: 13px !important;
    width: 13px !important;
    padding: 0px !important;
}

#acceptedpolicy {
    padding-top: 5px !important;
}

#conferenceformpost #isuseracceptedpolicy,
#conferenceformpost #issubscribeuser {
    vertical-align: middle;
    -webkit-appearance: checkbox;
    height: initial;
    cursor: pointer;
    margin-bottom: 5px;
}

#conferenceformpost .issubscribeuser,
#conferenceformpost .isuseracceptedpolicy {
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    width: 93%;
    color: #1A1A1A;
    padding-left: .5em;
    vertical-align: top;
    display: inline-block;
}

    #conferenceformpost .issubscribeuser a,
    #conferenceformpost .isuseracceptedpolicy a {
        color: #0073DC;
        text-decoration: none;
    }

        #conferenceformpost .issubscribeuser a:hover, #conferenceformpost .issubscribeuser a:focus,
        #conferenceformpost .isuseracceptedpolicy a:hover,
        #conferenceformpost .isuseracceptedpolicy a:focus {
            color: #0450C2;
            text-decoration: none;
            cursor: pointer;
        }

.form-submit {
    text-align: center;
    margin-bottom: -25px;
}

    .form-submit #submit-button {
        border-radius: 4px;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill;
        margin-top: 30px;
        background: #0057FF;
        opacity: 1;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 40px;
    }

        .form-submit #submit-button:hover {
            background: #0050EB;
        }

        .form-submit #submit-button:disabled, .form-submit #submit-button[disabled] {
            background-color: #4484FF;
        }

            .form-submit #submit-button:disabled:hover, .form-submit #submit-button[disabled]:hover {
                background-color: #4484FF
            }

.form-control:focus, .form-control:hover {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled] {
    cursor: not-allowed;
}

i.check-mark {
    margin-top: 6px !important;
}

@media (min-width: 1200px) {
    .col-lg-6 {
        width: 43% !important;
    }
}

@media(max-width:2000px) and (min-width: 1499px) {
    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
        background-position: center;
        padding: 60px 0;
        position: relative;
    }

    #icon {
        position: absolute;
        top: 10%;
        right: 10%;
        width: 9%;
        height: 17%;
        background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
        background-size: cover;
        background-position: center;
        z-index: 0
    }
}

@media(max-width:3799px) and (min-width: 3500px) {
    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
        background-position: center;
        padding: 60px 0;
        position: relative;
    }

    #icon {
        position: absolute;
        background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
        top: 10%;
        right: 34%;
        width: 4%;
        height: 15%;
        background-size: cover;
        background-position: center;
        z-index: 0
    }
}

@media(max-width:3499px) and (min-width: 3000px) {
    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
        background-position: center;
        padding: 60px 0;
        position: relative;
    }

    #icon {
        position: absolute;
        background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
        top: 10%;
        right: 30%;
        width: 4%;
        height: 15%;
        background-size: cover;
        background-position: center;
        z-index: 0
    }
}

@media(max-width:2999px) and (min-width: 2500px) {
    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
        background-position: center;
        padding: 60px 0;
        position: relative;
    }

    #icon {
        position: absolute;
        background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
        top: 10%;
        right: 27%;
        width: 4%;
        height: 15%;
        background-size: cover;
        background-position: center;
        z-index: 0
    }
}

@media(max-width:2499px) and (min-width: 2001px) {
    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
        background-position: center;
        padding: 60px 0;
        position: relative;
    }

    #icon {
        position: absolute;
        background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
        top: 10%;
        right: 19%;
        width: 5%;
        height: 15%;
        background-size: cover;
        background-position: center;
        z-index: 0
    }
}

@media(max-width:4000px) and (min-width: 3800px) {
    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
        background-position: center;
        padding: 60px 0;
        position: relative;
    }

    #icon {
        position: absolute;
        background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
        background-size: cover;
        background-position: center;
        z-index: 0
    }
}

@media(max-width:1140px) and (min-width: 0px) {
    #icon {
        display: none;
    }
}

@media (max-width: 1500px) and (min-width: 1331px) {
    .col-lg-6 {
        width: 47% !important;
    }

    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
        background-size: cover;
        background-position: center;
        padding: 60px 0px;
        position: relative;
    }

    #icon {
        position: absolute;
        top: 90px;
        right: 25px;
        width: 11%;
        height: 19%;
        background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
        background-size: cover;
        background-position: center;
        z-index: 0;
    }
}

@media (max-width: 1332px) and (min-width: 1140px) {
    .col-lg-6 {
        width: 44.5% !important;
    }

    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildcircle.svg);
        background-size: cover;
        background-position: center;
        padding: 60px 0px;
        position: relative;
    }

    #icon {
        position: absolute;
        top: 90px;
        right: 25px;
        width: 9%;
        height: 15%;
        background-image: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/icon.png);
        background-size: cover;
        background-position: center;
        z-index: 0;
    }
}

@media (max-width: 1198px) and (min-width: 1140px) {
    .col-lg-6 {
        width: 47% !important;
    }
}

@media (max-width: 1141px) {
    #ms-build-page {
        font-family: "Open Sans","Helvetica","Arial",sans-serif;
        background: url(https://cdn.syncfusion.com/content/images/company/msbuildconference/msbuildhomepage.png);
        background-size: cover;
        background-position: center;
        padding: 60px 0px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .form-section, #conferenceform {
        padding-top: 25px !important;
    }
}

@media (max-width: 768px) {
    #conferenceformpost .issubscribeuser,
    #conferenceformpost .isuseracceptedpolicy {
        font-size: 12px;
    }

    #acceptedpolicy {
        padding-top: 0px;
    }

    body {
        min-width: 300px;
    }

    #ms-build-page {
        min-width: 300px !important;
        padding-top: 45px;
    }

    .form-section {
        min-width: 300px !important;
        padding-top: 30px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-bottom: 70px !important;
    }

        .form-section #form {
            max-width: 570px;
        }

            .form-section #form .field-validation-error {
                font-size: 13px !important;
            }

            .form-section #form .fontsizeIncrease {
                font-size: 13px !important;
            }

    #conferenceformpost .form-control-placeholder {
        font-size: 13px;
    }

    #conferenceformpost .field-validation-error {
        font-size: 13px;
    }

    #conferenceformpost .form-field {
        padding-top: 16px;
    }

    .form-control {
        font-size: 13px !important;
    }

    .form-submit #submit-button {
        font-size: 13px;
        width: 100%;
    }
}

@media (max-width: 525px) {
    .syncfusion_heading {
        line-height: 34px !important;
    }

    .syncfusion_paragraph {
        font-size: 22px !important;
    }

    #conferenceform {
        padding: 30px 0px !important;
    }

    #conferenceformpost .form-control-placeholder {
        line-height: 16px;
    }
}

.btn.dropdown-toggle[data-id=productinterest][title="Select product interest"] .filter-option.pull-left {
    color: #999 !important;
}

.btn.dropdown-toggle[data-id=demo-schedule][title="Select demo type"] .filter-option.pull-left {
    color: #999 !important;
}
/*# sourceMappingURL=MicrosoftBuild.css.map */
