﻿.ValCode {
    font-size: 1.5em;
    word-spacing: 8px;
    letter-spacing: 5px;
    color: red;
    padding: 0.1em 1rem;
    background: url('/Images/Verification.jpg');
    cursor: default;
    display: inline-block;
}
.txt-button {
    display: inline-block;
    font-size: 0.85em;
    padding: 0px .6em;
    background: #ffaa00;
    border-radius: 3px;
    color: #fff;
}
.borderTop {
    border-top: 4px solid #1a1a1a;
}



.help-wrap {
    overflow: hidden;
    font-size: 1.4rem;
    padding-top: 1em;
}

.return-help {
    font-size: 2em;
    padding: 0.5em 15px 1.25em;
    font-weight: bold;
}
.return-help a {
    text-decoration: underline;
}
    .help-left-header h1 {
        font-size: 2em;
        line-height: 1.2;
        padding-bottom: .4em;
        font-weight: normal;
        text-transform: capitalize;
        font-weight: 700;
    }
/*help center guide*/
.help-left-guide h5 {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: .6em;
}

.help-left-guide a:hover, .help-left-guide h6:hover em {
    text-decoration: underline;
}

.help-left-guide h6 .rotate90 + em {
    color: #333;
}

.help-left-part {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 20px;
}
    .help-left-part .btn {
        height: 40px;
        padding: 8px 20px;
        border: 2px solid transparent;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        overflow: hidden;
        background: #ffaa00;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none;
        outline: none;
        color: #fff;
        transition: background 0.5s;
        -moz-transition: background 0.5s;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
    }
        .help-left-part .btn:hover {
            background: #151515;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            -moz-box-shadow: none;
            outline: none;
            color: #fff;
        }
    .help-left-part .form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none;
        outline: none;
        border-color: #ffaa00;
    }
.help-left-part .form-control {
    border: 2px solid #ddd;
    height: 40px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.help-left-part textarea.form-control {
    height: auto;
}

.help-left-part h2 {
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.help-left-part li {
    padding-bottom: 5px;
}

.help-left-part li .fa {
    margin-right: 5px;
}
.imgBorderWrap {
    border: 1px solid #eee;
    padding: 2px;
    margin: 10px 0;
}

.help-right-part {
    padding: 1.3em 0 2em .2rem;
    font-size: 1.5rem;
}

.help-left-guide a, .help-left-guide h6 em, .help-right-part h6, .help-right-part a {
    color: #3490de;
}
.help-right-part h6.active {
    color: #333;
}

.help-right-part h6:hover, .help-right-part a:hover {
    text-decoration: underline;
}

.widget-title {
    font-size: 1.2em;
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.help-right2 a {
    display: block;
    margin-bottom: 10px;
}

@media(max-width:991px) {
    .help-right {
        margin-top: 60px;
    }

    .help-right2 {
        margin-top: 30px;
        padding: 0 15px;
    }
}

@media(max-width:767px) {
    .help-wrap {
        font-size: 1.3rem;
    }
    .help-left-header h1 {
        font-size: 1.7em;
    }
    .help-right-part {
        font-size: 1.3rem;
    }
}


