/*=.=.=.=.=---STYLE FOR---=.=.=.=.=*/

/* Getting the new tags to behave */
article, aside, audio,
canvas, command,
datalist, details,
embed,
figcaption, figure, footer,
header, hgroup,
keygen,
meter,
nav,
output,
progress,
section, source,
video {
    display: block;
}

mark,
rp, rt, ruby,
summary, 
time {
    display: inline;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Global properties */
* {
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
    list-style: none;
    text-decoration: none;
}

body {
    font: normal 14px/18px 'Roboto', Helvetica, sans-serif;
    color: #000;
    /*background: url(../images/bg.jpg) left top no-repeat;*/
    background-size: cover;
    background:#ecf2f6;
}

.wraper {
    width: 100%;
    float: left;
    background: #1e6887;
    line-height: 48px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.wraper span {
    float: left;
    width: auto;
    margin: 10px 0 0 20px;
}

.wraper h2 {
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 48px;
    vertical-align: middle;
}

.login-page {
    margin: 0 auto !important;
    height: auto;
    min-height: 350px;
    margin-top: 1rem;
    width: 380px;
    box-shadow: 0 2px 3px rgb(236 242 246);
    border-radius: 3px;
    background-color: #fff;
    padding: 21px;
    border: solid 10px #201f3514;
    width:35% !important;
}

    .login-page h3 {
        color: #0094f2;
        font-size: 24px;
        font-weight: 600;
        line-height: 40px;
        text-align: center;
        margin-bottom: 14px;
    }


.username {
    width: 100%;
   font-size: 14px;
   height:40px;
    margin: 10px 0px;
    padding: 6.5px 10px;
    border: 1px solid #ddd;
    border-radius: 9px;
}

.pass {
    width: 100%;
    font-size: 14px;
    height:40px;
    padding: 6.5px 10px;
    border: 1px solid #ddd;
    border-radius: 9px;
}

.forget {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 15px;
    color: #000; 
    text-align: right;
}
 
.logbut {
    padding: 11px 21px;
    font-size: 17px;
    line-height: 18px;
    background-color: #de0100;
    width: 100%;
    color: #fff;
    border-radius: 20px;
    margin-top: 17%;
    cursor: pointer;
}

    .logbut:hover {
        background: url(../images/35-128.png) 141px 23px no-repeat #b70504;
    }

.forget1 {
    width: 100%;
    float: left;
    height: 60px;
    margin-top: 10px;
    border-radius: 3px;
    line-height: 60px;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    background: url(../images/forgetpass.png) 109px 23px no-repeat #313131;
    font: normal 14px/18px 'Roboto', Helvetica, sans-serif;
}

    .forget1:hover {
        background: url(../images/forgetpass.png) 109px 23px no-repeat #000;
    }

.ftrdiv {
    width: 100%; 
    position: fixed;
    bottom: 0;
    line-height: 48px;
    vertical-align: middle;
    background: #1e6887;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

.ftrdiv span {
    margin-left: 30px;
}

.username:focus{ border: 1px solid #0094f2;}
.pass:focus{ border: 1px solid #0094f2;}
#ctl00_ContentPlaceHolder1_LoginCaptcha_TB_I {
    height: calc(1.5em + 0.75rem + 2px);
}
#ctl00_ContentPlaceHolder1_LoginCaptcha {
    margin-top: 10px;
}
div#ctl00_ContentPlaceHolder1_LoginCaptcha table tr td {
    width: 50%;
    float: left;
}
input#ctl00_ContentPlaceHolder1_LoginCaptcha_TB_I {
    width: 100%;
    height: 54px;
    text-align: center;
    font-size: 28px;
}
#ctl00_ContentPlaceHolder1_pnlMain > div > div.forget {
    text-align: left;
}
#ctl00_ContentPlaceHolder1_LoginCaptcha_TB {
    max-width: 200px !important;
}
@media only screen and (max-width: 990px) {
    div#ctl00_ContentPlaceHolder1_LoginCaptcha table tr td {
        width: 100%;
        float: left;
    }
}
@media only screen and (max-width: 1024px) {
    div#ctl00_ContentPlaceHolder1_LoginCaptcha table tr td {
        width: 100%;
        float: left;
    }
}
@media only screen and (max-width: 1228.80px) {
    div#ctl00_ContentPlaceHolder1_LoginCaptcha table tr td {
        width: 100%;
        float: left;
    }
   
}

@media (min-width: 480px) and (max-width: 575px) {
 

    .mar52 {

    }

  
}
/*@media (max-width: 390px) {
  
    .login-page {
        margin: 0 0 0 2%;
        width: 36%;
    }
}*/
.capt2 {
    width: 70%;
    float: right;
    margin-top: 10px;
    text-align: center;
    font-size: 19px;
    max-width: 230px !important;
}
.captcha5 {
    margin-top: 10px;
    border-radius: 10px;
    width: 124px;
}
@media (min-width: 390px) and (max-width: 480px) {
    
} 