﻿.section1 {
        width: 100%;
        height: 320px;
        /*background-color: #193882;*/
          background-color: #0b419a;
        position: relative;
        text-align: center;
        padding-top:1px;
    }

    .section2 {
        width: 100%;
        height: 320px;
        background-image: url(img/bg.gif);
        background-repeat: repeat;
    }

    .login-card-body {
        max-width: 370px;
        margin: 0 auto 10px;
        padding: 0px 30px;
    }

    .login-card {
        padding: 30px 20px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        position: relative;
        top: 1px;       
    }

        .login-card h1 {
            font-weight: 100;
            text-align: center;
            font-size: 2.3em;
        }

        .login-card input[type=submit] {
            width: 100%;
            display: block;
            margin-bottom: 10px;
            position: relative;
            height: 44px;
            border-radius: 5px;
            /*background-color: #193882;*/
                     background-color: #0b419a;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .login-card input[type=submit]:hover {
                background-color: #182e63;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

        .login-card input[type=text], input[type=password] {
            height: 44px;
            font-size: 16px;
            width: 100%;
            border-radius: 5px;
            margin-bottom: 10px;
            -webkit-appearance: none;
            background: #fff;
            border: 1px solid #cecece;
            background-color: #ccc;
            background-color: #f1f2f2;
            /* border-radius: 2px; */
            padding: 0 8px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

            .login-card input[type=text]:hover, input[type=password]:hover {
                border: 1px solid #b9b9b9;
                border-top: 1px solid #a0a0a0;
                -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
                -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
                box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            }

    .login {
        text-align: center;
        font-size: 14px;
        font-family: 'Arial', sans-serif;
        font-weight: 700;
        height: 36px;
        padding: 0 8px;
    }
    .validation-message-align ul{
        padding-left:0;
    }
    .login-submit {
        border: 0px;
        color: #fff;
        text-shadow: 0 1px rgba(0,0,0,0.1);
        background-color: #4d90fe;
    }

        .login-submit:hover {
            border: 0px;
            text-shadow: 0 1px rgba(0,0,0,0.3);
            background-color: #357ae8;
        }

    .login-card a {
        text-decoration: none;
        color: #666;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        opacity: 0.6;
        transition: opacity ease 0.5s;
    }

        .login-card a:hover {
            opacity: 1;
        }

    .login-help {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .footernew {
        background: #183883 none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        padding: 6px;
        position: fixed;
        text-align: center;
        width: 100%;
        left: 0;
    }

        .footernew a, .footernew a:hover {
            color: #fff;
            text-decoration: none;
        }

    .login-logo {
        margin-bottom: 25px;
    }

/*.login-card .form-horizontal {
    padding-left: 15px !important;
    padding-right: 15px !important
}*/
.login-card .form-horizontal input{
    border-radius:0px !important;
}

#CaptchaText{
    margin-top:20px;
 
}

#CustomerID {
    margin-bottom: 20px;
}

.login-btn{
    margin-top:20px; 
}

.loginInput ::-webkit-input-placeholder, #CaptchaText ::-webkit-input-placeholder {
    color: #A2A2A2 !important;
}

.loginInput::-moz-placeholder, #CaptchaText ::-moz-placeholder { /* Firefox 19+ */
    color: #A2A2A2 !important;
}

.loginInput:-ms-input-placeholder, #CaptchaText :-ms-input-placeholder { /* IE 10+ */
    color: #A2A2A2 !important;
}

.loginInput:-moz-placeholder #CaptchaText :-moz-placeholder { /* Firefox 18- */
    color: #d0d0d0 !important;
}
.login-card ul{
    margin-bottom:0px;
}

.login-card li {
    list-style: none;

}