.umbraco-forms-form.login .email .umbraco-forms-field-wrapper, .umbraco-forms-form.login .password .umbraco-forms-field-wrapper {
    margin-bottom: 15px;
    margin-right: -15px;
    margin-left: -15px;
    width: 66.66666667%;
}

#login input[type='text'] , input[type='password'] {
    max-width: 350px !important;
}

@media (min-width: 992px) {
    .umbraco-forms-form.login .email .umbraco-forms-field-wrapper, .umbraco-forms-form.login .password .umbraco-forms-field-wrapper,
    {
        width: 66.66666667%;
    }
}

.umbraco-forms-form.login input.text, .umbraco-forms-form.forgotpassword .umbraco-forms-field-wrapper input, .umbraco-forms-form.passwordreset input.text, .umbraco-forms-form.registration input.text, .umbraco-forms-form.registration input.datepickerfield, .umbraco-forms-form.registration textarea, .umbraco-forms-form.orderform input.text, .login-area form input[type='text'], .login-area form input[type='password'] {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-shadow: none;
    outline: none;
    font-weight: 300;
    background: white;
    border-color: #d0d7de;
}

@media (min-width: 992px) {
    .umbraco-forms-form.login .email .umbraco-forms-field-wrapper, .umbraco-forms-form.login .password .umbraco-forms-field-wrapper,
    .login-area form input[type='text'],
    .login-area form input[type='password'] {
        width: 66.66666667%;
    }
}

.umbraco-forms-field.checkbox label, .login-area form label {
    font-size: 14px;
}

.login-area div#checkbox {
    margin: 20px 0px 10px;
}

.forgotpassword label.umbraco-forms-label {
    color: #555;
    font-size: 18px;
}

.umbraco-forms-field.checkbox label {
    font-size: 14px;
    padding-left: 0;
}

.umbraco-forms-field.stayloggedin.checkbox {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding-top: 7px;
    margin-bottom: 15px;
    margin-left: 7px;
}

.umbraco-forms-form.passwordreset input.btn.primary,
.umbraco-forms-form.registration input.btn.primary,
.umbraco-forms-form.orderform input.btn.primary {
    color: #ffffff;
    background: #5e9cd1;
    border-color: #5e9cd1;
    border-radius: 4px;
    font-size: 16px;
}

    .umbraco-forms-form.passwordreset input.btn.primary:hover,
    .umbraco-forms-form.registration input.btn.primary:hover,
    .umbraco-forms-form.orderform input.btn.primary:hover {
        color: #ffffff;
        background: #3883c4;
        border-color: #3883c4;
    }

.umbraco-forms-form.login input.btn.primary, .login-area form .primary {
    color: #fff;
    background-color: #009de0;
    border-color: #009de0;
    font-size: 18px;
    border-radius: 0;
    margin-bottom: 15px;
}

.umbraco-forms-form.login input.btn.primary, .login-area form .primary {
    min-width: 140px;
}

    .umbraco-forms-form.login input.btn.primary:hover,
    .umbraco-forms-form.passwordreset input.btn.primary:hover,
    .umbraco-forms-form.registration input.btn.primary:hover,
    .umbraco-forms-form.orderform input.btn.primary:hover
    .login-area form .primary:hover {
        color: #ffffff;
        background: #3883c4;
        border-color: #3883c4;
    }

.umbraco-forms-navigation.row-fluid {
    margin-right: -15px;
    margin-left: -15px;
}

.umbraco-forms-form.forgotpassword {
    margin: 0 -15px;
    width: 80%;
}

    .umbraco-forms-form.forgotpassword input {
        border-color: #94a4b4;
    }

    .umbraco-forms-form.forgotpassword .umbraco-forms-container {
        margin-bottom: 15px;
    }

    .umbraco-forms-form.forgotpassword input.btn.primary {
        background: #ffffff;
        border-color: #e1e6ee;
        color: #99a5b9;
        margin-left: 15px;
        margin-right: 15px;
    }

        .umbraco-forms-form.forgotpassword input.btn.primary:hover {
            color: #ffffff;
            background: #8998b5;
            border-color: #8998b5;
        }

@media (min-width: 992px) {
    .umbraco-forms-form.forgotpassword {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .umbraco-forms-form.passwordreset {
        width: 80%;
    }
}

.umbraco-forms-form.passwordreset .umbraco-forms-field label, .umbraco-forms-form.passwordreset .umbraco-forms-field-wrapper h6 {
    font-weight: 300;
    font-size: 15px;
    padding-top: 7px;
    margin-bottom: 0;
    color: #555;
}

.umbraco-forms-form.passwordreset .umbraco-forms-field-wrapper h6 {
    padding-top: 0px;
}

.umbraco-forms-form.passwordreset .umbraco-forms-field.confirmpassword.password {
    margin: 15px 0px;
}

.umbraco-forms-form.passwordreset .row-fluid, .umbraco-forms-form.registration .row-fluid {
    margin: 0 -15px;
}

.umbraco-forms-form.registration .umbraco-forms-field {
    margin-bottom: 15px;
}

.umbraco-forms-form.registration input.text, .umbraco-forms-form.registration input.datepickerfield,
.umbraco-forms-form.registration textarea {
    max-width: 350px;
}

.umbraco-forms-form.registration label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
}

.umbraco-forms-form.registration .umbraco-forms-field-wrapper label {
    padding-left: 20px;
    color: #3c3c3c;
    font-weight: 300;
    margin-bottom: 0;
    display: contents;
}

@media (max-width: 600px) {
    .umbraco-forms-form.registration .umbraco-forms-field-wrapper label {
        padding-left: 10px;
    }
}

.umbraco-forms-form.registration legend {
    color: #039cde;
    font-weight: 300;
    font-size: 15px;
    border-bottom: 0;
    text-decoration: underline;
}

.c-content-blog-post-1 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.umbraco-forms-form.registration .checkbox input[type=checkbox] {
    margin-left: 0;
}

.umbraco-forms-form.registration .checkbox label {
    margin-bottom: 15px;
}

.umbraco-forms-form.registration fieldset#\39 fe15776-f8fe-43cf-d7a7-66ef5ffa6c6c legend {
    text-decoration: none;
    font-style: italic;
    color: #555;
}

.umbraco-forms-form.orderform .umbraco-forms-field {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .umbraco-forms-form.orderform .umbraco-forms-field {
        display: flex;
        width: 80%;
    }

    .umbraco-forms-form.orderform .umbraco-forms-field-wrapper {
        width: 50%;
    }

    .umbraco-forms-form.orderform label {
        width: 25%;
        text-align: right;
    }
}

.umbraco-forms-form.orderform label {
    padding-top: 7px;
    margin-bottom: 0;
    color: #555;
    font-weight: 300;
    padding-right: 15px;
}



@media (min-width: 500px) {
    .umbraco-forms-form.registration .date .umbraco-forms-field-wrapper a.today-link {
        margin-left: 10px;
    }

    .umbraco-forms-form.registration .date .umbraco-forms-field-wrapper {
        display: flex;
        align-items: center;
    }

    .umbraco-forms-form.registration div#c33c7075-c223-43b4-8ab1-e3efcc5530d6 p {
        padding-left: 20px;
        margin-top: -15px;
    }
}


.umbraco-forms-form.registration fieldset {
    margin-bottom: 30px;
}

    .umbraco-forms-form.registration fieldset#\30 927ba4d-af15-4170-b4bc-701d2422bde5 {
        margin-bottom: 0;
    }

    .umbraco-forms-form.registration fieldset#\33 a79755f-4c97-4edd-b058-4592cd44d167 legend,
    .umbraco-forms-form.registration fieldset#\37 335f80b-437b-487f-a5e1-ed6762fda0d5 legend,
    .umbraco-forms-form.registration fieldset#df92ec4e-aca7-4977-e8e6-1c3ebd310b01 legend,
    .umbraco-forms-form.registration fieldset#\37 335f80b-437b-487f-a5e1-ed6762fda0d5 legend {
        color: #555;
        text-decoration: none;
    }

    .umbraco-forms-form.registration fieldset#\34 e168f15-93a2-4cc7-e804-11a7660e0f3f .umbraco-forms-field:nth-child(3) {
        margin-bottom: 30px;
    }

    .umbraco-forms-form.registration fieldset#a35733ce-9b36-4f70-c33e-9afc10122f46,
    .umbraco-forms-form.registration fieldset#a39c3571-a1d3-49cd-eeb2-edf252e6902e {
        margin-bottom: 0;
    }

.umbraco-forms-form.registration div#b98c9702-2edc-4484-8bb4-ac8c35beb56f p {
    margin-top: 30px;
}


.umbraco-forms-form.orderform .umbraco-forms-field {
    position: relative;
}

.umbraco-forms-form.orderform span.umbraco-forms-indicator {
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .umbraco-forms-form.orderform .umbraco-forms-field {
        position: relative;
        padding-bottom: 10px;
        width: 80%;
    }

    .umbraco-forms-form.orderform span.umbraco-forms-indicator {
        position: relative;
        /* right: auto;
    bottom: 0;
    left: 0;
    top: auto;
        transform: none;*/
        right: 0;
        top: 0;
        transform: none;
    }
}

.umbraco-forms-form.orderform span.umbraco-forms-indicator {
    color: #eb5d68;
    font-size: 14px;
    line-height: 1;
}

.umbraco-forms-form.orderform input.text,
.umbraco-forms-form.orderform textarea {
    max-width: 100% !important;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

.searchBox .input-group {
    display: block;
}
 .alert{
     margin-top:15px;
 }