/* CSS Document */
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  background-image: url(bg.jpg);
  background-repeat: repeat-x;
  background-color: #000;
  background-position: top center;
  display: flex;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
}

div {
  font-family: Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
.login_box {
  position: absolute;
  width: 95%;
  max-width: 552px;
  margin: auto;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo-login {
  text-align: left;
  margin-bottom: 20px;
  text-align: center;
}
.logo-login img {
  max-height: 100%;
}
@media screen and (min-width: 1200px) {
  body {
    background-size: cover;
  }
}
@media screen and (min-height: 800px) {
  body {
    background-image: url(bg_big.jpg);
    background-size: auto;
    background-position: top center;
  }
  .logo-login img {
    width: 100%;
    height: 100%;
  }
}

.login-bg {
  width: 100%;
  margin: auto;
  text-align: center;
}
.login-bg-inner {
  text-align: center;
}
.login-bg-inner input[type="text"] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #0b3c26;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 17px;
  margin-bottom: 7px;
  height: 47px;
}
.login-bg-inner input[type="password"] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #d1ce3c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 17px;
  margin-bottom: 7px;
  height: 47px;
}
.login-bg-inner input[type="submit"] {
  height: 37px;
  width: 95px;
  border: 0px;
  font-size: 14px;
  background-image: linear-gradient(to top, #a200ff, #d908fc);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  border: 2px solid #5e0199;
}

.login-bg-inner input[type="button"] {
  height: 37px;
  width: 120px;
  border: 0px;
  font-size: 14px;
  background-image: linear-gradient(to top, #a200ff, #d908fc);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  border: 2px solid #5e0199;
}

.clear {
  clear: both;
}
input:focus {
  outline: 0;
}
/*HEADER CSS START*/

.header_container {
  width: 100%;
  position: relative;
  background-image: url(full-bg.jpg);
  background-position: top right;
  height: 103px;
}
.header-logo {
  position: absolute;
  height: 103px;
  left: 0px;
  top: 0px;
  width: 283px;
}
.header-right {
  width: 100%;
  padding-left: 283px;
}
.hr-top {
  height: 51px;
}
.hrt-left {
  float: left;
  line-height: 0px;
}
.hrt-right {
  float: right;
  width: 503px;
}
.hrtr-left {
  float: left;
  padding-top: 10px;
}
.hrtr-right {
  float: right;
  text-align: right;
  padding-top: 5px;
  padding-right: 20px;
}
input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type="radio"]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url("checks.png") no-repeat 0 0;
  line-height: 24px;
  font-size: 16px;
  font-family: "robotoregular";
  color: #000;
  padding-right: 10px;
}
.extraspace {
  padding-right: 33px;
}

input[type="radio"]:not(old):checked + label {
  background-position: 0 -48px;
}
.rbc-left {
  float: left;
}
.rbc-right {
  float: left;
}
.hr-botttom {
  height: 52px;
}
.hrb-left {
  width: 60%;
  font-family: "robotoregular";
  font-size: 16px;
  color: #fff;
  float: left;
  height: 52px;
  padding-top: 15px;
}
.hrb-right {
  font-family: "robotoregular";
  width: 40%;
  font-size: 16px;
  color: #fff;
  float: right;
  height: 52px;
  text-align: center;
  font-weight: bold;
  background-color: #56be41;
  padding-top: 15px;
}
.welcome-small {
  background-color: #55bf40;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  display: none;
  color: #fff;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0b3c26;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #0b3c26;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #0b3c26;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #0b3c26;
}
@media screen and (max-width: 670px) {
  .login-bg-inner {
    max-width: none;
    margin: auto;
    width: 90%;
  }
  .logo-login {
    width: 100%;
    padding-top: 0px;
  }
  .login-bg {
    width: 100%;
  }
  .login_box {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
    margin-top: 5%;
  }
}
