/* BEGIN Regular */
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/Regular/OpenSans-Regular.eot");
    src: url("../fonts/Regular/OpenSans-Regular.eot") format("embedded-opentype"), url("../fonts/Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/Regular/OpenSans-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* END Regular */
/* BEGIN Bold */
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/Bold/OpenSans-Bold.eot");
    src: url("../fonts/Bold/OpenSans-Bold.eot") format("embedded-opentype"), url("../fonts/Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/Bold/OpenSans-Bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}
/* END Bold */

body {
    margin: 0px;
    padding: 0px;
    background: url(../../App_Themes/Images/login/banner.jpg) no-repeat center 45px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}

/*****font icons CSS Start****/
@font-face {
    font-family: "saras";
    src: url("../fonts/saras.eot");
    src: url("../fonts/saras.eot?#iefix") format("embedded-opentype"), url("../fonts/saras.ttf") format("truetype"), url("../fonts/saras.svg#saras") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "saras" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="sa-"]:before,
[class*=" sa-"]:before {
    font-family: "saras" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sa-user:before {
    content: "\61";
}

.sa-lock:before {
    content: "\62";
}

.sa-down-open-big:before {
    content: "\63";
}

.sa-right-arrow:before {
    content: "\64";
}
/*****font icons CSS END****/

.sa-right-arrow {
    margin-right: 5px;
    position: relative;
    top: 3px;
    display: inline-block;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out !important;
}

.logo {
    background: #fff;
    width: 100%;
}

    .logo img {
        vertical-align: middle;
    }

.colorwht {
    color: #fff;
    font-size: 42px;
    line-height: 49px;
    text-shadow: 0px 2px 3px rgba(19, 18, 18, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.textstyle {
    margin: 0% 0px 0px 3%;
}

.clearfix {
    clear: both;
}

.whitebrd .sa-lock, .whitebrd .sa-user {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 5px;
    font-size: 16px;
}

.button {
    background: #1fa6dd;    
    padding: 16px 0px 16px 0px;
    border: 1px solid #1fa6dd;
    color: #fff;
    font-size: 18px;
    width: 120px;
    cursor: pointer;
    margin: -1px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

    .button:hover {
        opacity: 0.8;
    }


.liststyle {
    background: #1fa6dd;
    padding: 10px 0px 10px 100px;
    margin: 0px;
    float: right;
    font-size: 14px;
}

    .liststyle li {
        display: inline-block;
        margin: 0 15px;
        position: relative;
    }

        .liststyle li a {
            color: #fff;
            text-decoration: none;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out !important;
        }

            .liststyle li a:hover {
                color: #69d1fb;
            }

.sa-down-open-big {
    font-size: 12px;
    position: relative;
    top: 2px;
}

.bgwhite {
    background: #fff;
    display: block;
    float: right;
    border: 1px solid #bebebe;
}

.logintype1 {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #828282;
}

    .logintype1 li {
        display: inline-block;
        list-style: none;
        position: relative;
    }

    .logintype1 .sa-user, .logintype1 .sa-lock {
        position: absolute;
        top: 0px;
        font-size: 24px;
    }

    .logintype1 input {
        padding: 0px 5px 0px 28px;
        border: 0px solid #ccc;
        font-size: 16px;
        height: 30px;
        width: 250px;
        border-right: 1px solid #ccc;
    }

        .logintype1 input:focus {
            outline: none;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.1s ease-in-out !important;
            font-size: 16px;
        }

.brd {
    border: 0px !important;
}

.logincontainer {
    width: 720px;
    margin: 3% 2%;
}

.dropdown {
    position: absolute;
    background: #1fa6dd;
    margin-top: 6px;
    left: -10px;
    width: 143px;
    padding: 5px;
    display: none;
    max-height: 146px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}

    .dropdown li {
        width: 100%;
        border-top: 1px solid #3ab5e8;
        margin: 0;
    }

        .dropdown li a {
            display: block;
            padding-top: 8px;
            padding-bottom: 8px;
            -ms-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out !important;
        }

            .dropdown li a:hover {
                background: #3ab5e8;
                padding-left: 5px;
                color: #fff;
            }

.show {
    display: block;
}

footer {
    position: fixed;
    bottom: 30px;
    font-size: 11px;
    color: #6d6d6d;
    margin-left: 3%;
}

    footer a {
        color: #1fa6dd;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer p {
        margin: 3px 0;
    }

.maindiv {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(0%, -50%);
}

.errortext {
    color: #d2352a;
    font-size: 12px;
    margin-left: 15px;
    background: rgba(251, 180, 180, 0.81);
    padding: 5px 8px;
    margin-bottom: 5px;
    border: 1px solid #f7867e;
    display: none;
}
    .errortext.field-validation-error {
        display: block;
    }
.button:hover .sa-right-arrow {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out !important;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (max-width:800px) {
    .textstyle {
        margin: 50% 0px 0px 3%;
    }

    .colorwht {
        font-size: 37px;
    }
}

@media (max-width:767px) {
    .errortext {
        margin-left: 10px;
        margin-right: 10px;
    }

    .maindiv {
        position: relative;
        top: 0%;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .textstyle {
        margin: 15% 0px 0px 3%;
    }

    body {
        background: #f4f5f7;
    }

    .liststyle li a {
        color: #888;
    }

    .liststyle {
        background: transparent;
        float: none;
        padding: 0;
    }

    .bgwhite {
        background: transparent;
        float: none;
        border: 0;
    }

    .logincontainer {
        width: 100%;
        margin: 50px 0px 0px 0px;
        text-align: center;
    }

    .button {
        padding: 10px 15px;
        font-size: 16px;
        margin: 20px 0;
    }

    .logintype1 li {
        margin-bottom: 10px;
        display: block;
    }

    .logintype1 .sa-user, .logintype1 .sa-lock {
        padding-left: 5px;
        top: 6px;
    }

    .logintype1 input {
        padding: 5px 5px 5px 35px;
        border: 1px solid #c3c3c3 !important;
    }

    .textstyle {
        margin: 10% 0px 0px 0%;
        text-align: center;
        margin-bottom: 10px;
    }

    .colorwht {
        font-size: 20px;
        line-height: 30px;
    }

    .logo {
        background: #ff5d00;
        text-align: center;
    }

    .colorwht {
        color: #464646;
    }

    footer {
        bottom: 3px;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .dropdown li a {
        color: #fff;
    }

    .dispnone {
        display: none;
    }

    .colorwht {
        text-shadow: none;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .textstyle {
        margin: 55% 0px 0px 3%;
    }
}
