body {
  height: 100%;
  font-family: font-family: 'Rubik', sans-serif;
}

.bodybg {
  margin: 0;
  padding: 0;
  background: url('../../images/login-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;

  min-height: 654px;
}

.color-white {
  color: #fff;
}

.loginbox {

  height: 550px;
  margin-top: 15%;
}

.loginbox .left-col {
  background-color: #03212c;
  height: 447px;
  background-size: contain;
  opacity: 0.85;
}

.logo-align {
  padding: 49px 0px;
}

.button {
  background: #fff0;
  border: 1px solid #fff;
  height: 40px;
  border-radius: 50px;
  width: 154px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 10px;
}

.left-col h2 {
  font-family: 'Rubik', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px !important;
  letter-spacing: 4px;
}

.sec-footer {
  vertical-align: bottom;
  position: absolute;
  bottom: 10px;

  right: 10px;
  text-align: right;

}

.powered-logo {
  height: 40px;
  text-align: right;
}

.powered-text {
  margin-right: 3px;
}

.form-align {
  margin-top: 13%;
}

.form-align h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #002e8b;
}

.powered-text h6 {
  margin: 0px;
  padding: 3px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #9e9e9e
}

.left-col h5 {
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center
}

.loginbox .right-col {
  background: #dddee2;
  height: auto;
}

.p-0-117 {
  padding:29px 95px 30px 95px;
}
.p-0-1117 {
  padding:52px 95px 30px 95px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.login-or {
  position: relative;
  font-size: 18px;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}

.hr-or {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

h3 {
  text-align: center;
  line-height: 300%;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}

.nav-stacked > li + li {
  margin-top: 0px;
}

.nav-tabs > li > a {
  padding: 22px;

  color: #AAAAAA;

  /*background-color: #071530;*/

  border: 0px;

  border-radius: 0px;

  margin: 0;

  margin-bottom: 0px;

  margin-bottom: 28px;

  font-size: 14px;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #448AFF;
  color: #FFFFFF;
  z-index: 99;
  transition: all 0.5s ease 0s;
}

.nav-tabs > li.active > a {
  color: #000;
  background-color: #fff;

  z-index: 100;
}

.nav-tabs > li.active > a:hover,
  {
  color: #FFFFFF;
  background-color: #2962FF;
  box-shadow: 0 0px 5px rgba(0, 0, 0, .6);
  transition: all 0.5s ease 0s;
}

.nav-tabs > li.active > a:focus {
  color: #000;
  background-color: #fffff;

  transition: all 0.5s ease 0s;
}

.p-0 {
  padding: 0px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease 0s;

}

.btn-primary {
  background-color: #2962FF;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0D47A1;
}

.list-st {
  list-style: none
}

.list-st li {
  color: #ddd;
  margin-bottom: 5px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}


@media screen and (max-width:360px) {


    .logo-align {
  padding: 20px 50px;
}
    .p-0-117 {
  padding:0px 32px 30px 32px;
}
}
@media screen and (max-width:640px) {


    .logo-align {
  padding: 20px 50px;
}
    .p-0-117 {
  padding:0px 32px 30px 32px;
}
}
@media (min-width:641px) and (max-width:880px) {


    .logo-align {
  padding:107px 0px;
}
    .p-0-117 {
  padding:0px 38px 35px 38px;
}
}

table tr td input [type="checkbox"] {
    margin-right: 14px;
background: #ddd;
border: 0px !important;
margin-bottom: 0px !important;
}
.mrl-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
}  .cls {
letter-spacing: 1px;
color:#F00;
font-weight: 600;

font-size: 14px;       }
       .lable {font-weight: 600;

font-size: 15px;

letter-spacing: 1px;
       }
       .error {
           color: #f00 !important;
           font-size: 12px;
           letter-spacing: 1px;
           font-weight: 500;
           float: right;
       }