/*=.=.=.=.=---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;
  height: auto;
  min-height: 350px;
  margin-top: 1rem;
  box-shadow: 0 2px 3px rgba(236, 242, 246, .75);
  border-radius: 3px;
  background: #0399ea;
  padding: 21px;
  width: 30%;
}
.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 {
  width: 100%;
  border-radius: 10px;
  background: #000 !important;
  text-decoration: none !important;
  margin-top: 30px;
  line-height: 37px;
  font-size: 18px;
  color: #fff;
}
.logbut:hover {
  background: url(../images/35-128.png) 141px 23px no-repeat #0399ea !important;
  color: #fff;
}
.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;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}
/* Change the white to any color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-login {
  background: #fec421;
  /* float: left; */
  width: 30%;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 20px;
}
.loginbg2 {
  width: 100%;
  height: auto;
  font-size: 100px;
  color: #000;
  text-align: center;
  float: left;
  border-bottom: solid 1px #ffdb77;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.required-field {
  color: #000;
  line-height: 30px;
  vertical-align: middle;
}
#ctl00_ContentPlaceHolder1_chkRemember {
  float: left;
  margin-right: 10px
}
#aspnetForm > div:nth-child(3) > div > div > div.forget > label {
  float: left !important;
  color: #000 !important;
  font-weight: 300 !important;
}
.bg6545 {
  background-image: url(https://paragdairy.com/images/login_bg.png);
  margin-top: 0 !important;
  padding-top: 80px;
  background-size: contain;
  background-position: center center;
  height: 100vh;
}
.form-group2 {
  text-align: center;
  margin-top: 20px;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  /* padding-bottom: 120px; */
}
.loginbg2 i {
  width: 100%;
  float: left;
}
.loginbg2 big {
  font-size: 16px !important;
  width: 100%;
  float: left;
}
@media (max-width: 650px) {
  .form-login {
    width: 97% !important;
  }
        
        
}