﻿.clearfix{display:block;clear:both;float:none;}
body{display:block;margin:0;padding:0;font-family:'Roboto', sans-serif; background:url(../images/loginbg.jpg) no-repeat #262d3a; background-attachment: fixed;background-size: cover; min-height: 100%;}
input,select,button{outline:none;}
.admin_login{width:280px;height:auto;overflow:hidden;padding:40px; border-radius:5px; font-size:14px; background:rgba(255,255,255,.75);box-shadow:0 0 20px 2px rgba(0, 0, 0, 0.1); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.admin_logtit{font-size:20px;font-weight:bold;text-align:center;color:#363e51; padding:0 0 25px;}
.admin_logtit h2{ margin:0; padding:0;}
.admin_logtit h3{display:block;font-size:12px;margin:5px 0 0; padding:0; font-style: italic; color: #49546e;}
.admin_login ul{margin:0; padding:0;list-style-type:none;}
.admin_login li{width: 100%; margin:0 0 15px; padding:0; position: relative; list-style-type:none;}
.login_inp{display: block; box-sizing: border-box; width: 100%; height: 42px; line-height: 42px; padding: 0 15px;  font-size: 14px; color: #333; background-color: #fff; border: 1px solid #b2bfc7; border-radius: 4px;-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.login_inp:focus{
border-color:#66afe9;
outline:0;
-webkit-box-shadow:0 0 8px rgba(102,175,233,.6);
box-shadow:0 0 8px rgba(102,175,233,.6);
}

.logyzmimg{position: absolute; top:3px; right:3px; height: 36px; cursor: pointer;}
.logsubmit_btn{width:100%;height:42px;border:none;font-size:16px;background:#428bca;color:#fff; cursor: pointer; margin-top:15px; border-radius:4px;}
.logsubmit_btn:hover{background:#4891d0;color:#fff;}
