/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

.btn-blue {
    background-color: #0A37A6;
    border-color: #0A37A6;
    color: #fff;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active {
        background-color: #092f8e;
        border-color: #072776;
        color: #fff;
    }

    .btn-blue.disabled:hover,
    .btn-blue.disabled:focus,
    .btn-blue.disabled:active,
    .btn-blue.disabled.active,
    .btn-blue[disabled]:hover,
    .btn-blue[disabled]:focus,
    .btn-blue[disabled]:active,
    .btn-blue[disabled].active,
    fieldset[disabled] .btn-blue:hover,
    fieldset[disabled] .btn-blue:focus,
    fieldset[disabled] .btn-blue:active,
    fieldset[disabled] .btn-blue.active {
        background-color: #0A37A6;
        border-color: #0A37A6;
        color: #fff;
    }

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

#footer {
    background: none repeat scroll 0 0 #e1e1e1;
    min-height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

    #footer h1 {
        border-bottom: 1px solid #337ab7;
        color: #337ab7;
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: left;
        margin-bottom: 10px;
    }

.copywrite {
    color: #337ab7;
    float: right;
    font-size: small;
}




.loginContainer {
    background-image: url(../Images/traingleBg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 175px);
    float: left;
    background-size: 50%, cover !important;
    min-height: 300px;
}

@media only screen and (min-width: 768px) {
    .cmst_lgn_field {
        /*position: absolute;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;*/
        max-width: 460px;
        width: 100%;
        
    }

        .cmst_lgn_field input[type=text],
        .cmst_lgn_field input[type=password],
        .cmst_lgn_field select {
            color: #777;
            padding-left: 10px;
            margin: 10px;
            margin-top: 0;
            margin-left: 0;
            width: 100%;
            height: auto;
            border: 1px solid #c7d0d2;
            border-radius: 0;
            box-shadow: none !important;
        }

        .cmst_lgn_field .panel, .cmstFormContainer .panel {
            border: none;
            background-color: transparent;
            box-shadow: none;
        }

        .cmst_lgn_field label, .cmstFormContainer label {
            font-size: 16px;
            font-weight: bold;
        }

        .cmst_lgn_field h3,
        .cmstFormContainer h3 {
            margin-top: 0;
            font-size: 36px;
            color: #0a4fab;
            font-weight: bold;
        }


    #header_top {
        width: 100%;
        height: 92px;
    }

    #ctdi_logo {
        width: 162px;
        height: 53px;
        float: right;
        right: 10px;
        top: 20px;
        position: relative;
    }

    #etos_logo {
        width: 185px;
        height: 67px;
        left: 10px;
        top: 13px;
        position: relative;
    }


    .cleaner {
        clear: both;
        height: 10px;
    }

    .h1 {
        height: 20px;
    }

    .h2 {
        height: 30px;
    }

    .h3 {
        height: 40px;
    }

    .h4 {
        height: 50px;
    }

    #amazon_top {
        background: #dcdcdc;
        width: 100%;
        padding: 20px 0;
        position: inherit;
    }

        #amazon_top h1 {
            font-family: "Times New Roman", Times, serif;
            font-weight: bold;
            color: #01538a;
            font-size: 23px;
            text-align: center;
            text-decoration: none;
        }

    #aglobal {
        float: right;
        position: absolute;
        right: 160px;
        top: 115px;
        z-index: 9999;
    }

        #aglobal p {
            font-weight: bold;
            text-align: center;
            padding: 0;
        }

    #footer {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    #kindle_logo {
        width: 130px;
        height: 30px;
        padding: 15px 0 10px 0;
        margin: 0 auto;
    }

    #footer a {
        font-weight: normal;
        color: #333;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
            color: #036;
        }


    ::selection {
        color: #fff;
        text-shadow: none;
        background: #444;
    }

    ::-moz-selection {
        color: #fff;
        text-shadow: none;
        background: #444;
    }

    /* Basics */

    html, body {
        width: 100%;
        height: 100%;
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        color: #444;
        -webkit-font-smoothing: antialiased;
        background: #f0f0f0;
    }

    #container {
        width: 340px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #ccc;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    }

        #container p {
            padding-left: 20px;
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }

    #form_container {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    label {
        color: #555;
        display: inline-block;
        margin-left: 18px;
        padding-top: 10px;
        font-size: 14px;
    }

    p a {
        font-size: 11px;
        color: #aaa;
        float: right;
        margin-top: -13px;
        margin-right: 20px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }

        p a:hover {
            color: #555;
        }

    /*input[type=text],
    input[type=password],
    select {
        color: #777;
        padding-left: 10px;
        margin: 10px;
        margin-top: 12px;
        margin-left: 18px;
        width: 290px;
        height: 30px;
        border: 1px solid #c7d0d2;
        border-radius: 2px;
        box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        vertical-align: middle;
    }

        input[type=text]:hover,
        input[type=password]:hover {
            border: 1px solid #b6bfc0;
            box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
            vertical-align: middle;
        }

        input[type=text]:focus,
        input[type=password]:focus {
            border: 1px solid #a8c9e4;
            box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
            vertical-align: middle;
        }*/

    #lower {
        background: #ecf2f5;
        width: 100%;
        height: 69px;
        margin-top: 20px;
        box-shadow: inset 0 1px 1px #fff;
        border-top: 1px solid #ccc;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    /*input[type=submit] {
        float: left;
        margin-left: 20px;
        margin-top: 20px;
        width: 80px;
        height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background: #01538a;
        border-radius: 5px;
        border: 1px solid #003f69;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
        cursor: pointer;
    }

        input[type=submit]:hover {
            background: #003f69;
        }*/
