﻿#otpStyle, #otpStyle h1, #otpStyle h2, #otpStyle h3, #otpStyle h4, #otpStyle p, #otpStyle span, #otpStyle strong {
    font-family: "Hind Siliguri", Arial, sans-serif;
}

#otpStyle {
    margin: 0 auto;
}

.centered-column {
    width: 800px;
    margin: 0 auto;
}

#otpStyle .row {
    /*padding: 0px;*/
}

#otpStyle .message-block {
    background-color: #00a8c7;
    margin: 0;
    padding: 0;
    margin-bottom: 0.9375rem;
    padding-left: 4.0625rem;
    position: relative;
}

#otpStyle .message-block .text {
        background-color: #016d9e;
        vertical-align: baseline;
        margin: 0 0 0.75rem 0;
        padding: 0.9375rem;
        padding-bottom: 0.4375rem;
    }

#otpStyle .message-block .text span {
        color: #fff;
        font-weight: 400;
        font-size: 1.375rem;
        text-transform: none;
        word-wrap: break-word;
    }

#otpStyle .section-header {
    background-color: #e5f6f9;
    padding: 2.1875rem 0 1.25rem 0;
    margin: 0;
    margin-bottom: 2.5rem;
    width: 100%;
    display: block;
}

#otpStyle .section-header h2 {
        color: #084d8b;
        margin: 0;
        clear: both;
        font-weight: 300;
        font-size: 2.3rem;
        line-height: 36px;
        letter-spacing: normal;
        display: block;
        vertical-align: baseline;
    }

#otpStyle .section-header p {
        box-sizing: border-box;
        padding: 0;
        vertical-align: baseline;
        color: #37424A;
        font-weight: 400;
        font-size: 1.3rem;
        line-height: 1.5625rem;
        margin: 0.625rem 0 0 0;
        clear: both;
    }

    #otpStyle .form {
        background-color: #f4f5f5;
        margin: 0 auto;
        padding: 0 100px;
    }

#otpStyle label {
    line-height: 15px;
    color: #232425;
    font-weight: 400;
    font-size: 0.8125rem;
    text-transform: uppercase;
    display: block;
    margin: 0 10px 0 0;
    margin-bottom: 0.25rem;
    margin-top: 0.625rem;
}

#otpStyle .text-input {
    display: block;
    border: 1px solid #45555f;
    height: 1.5rem;
    line-height: 0.75rem;
    width: 100%;
    color: #45555f;
    font-weight: 400;
    font-size: 0.8125rem;
    padding-left: 4px;
    border-radius: 0;
}

#otpStyle .btn-submit {
    background-color: #00b0d3;
    padding: 0.5rem .725rem 0.5rem .725rem;
    color: #fff;
    display: inline-block;
    width: auto;
    font-weight: 500;
    font-size: 0.8125rem;
    height: auto;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 1.25rem 0;
    margin-right: 1.25rem;
    float: none;
    text-decoration: none;
}

#otpStyle p, #otpStyle span {
    margin: 0 0 18px 0;
    margin-bottom: 18px;
    text-transform: none;
    margin-top: 0;
    font-weight: 400;
    font-size: 0.8125rem;
    color: #45555f;
}


.message-block:before {
    background: transparent url(https://online.marsh.com/tspv3public/TSPServices/common/images/marsh-sprite.png) -7px -400px no-repeat;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 13px;
}

#agree-to-terms {
    text-align: center;
    color: #004180 !important;
}

#agree-to-terms a:link,
#agree-to-terms a:visited,
#agree-to-terms a:active {
    color: #004180 !important;
    text-decoration: underline;
}