/* -----------------------------------------------------
  Body
-------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

*, *::after, *::before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #03a9f4;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.link {
  color: #575757;
  font-size: 14px;
}

.mediahawkz-login {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#356d9e+0,004147+53,12739d+100 */
background: rgb(53,109,158); /* Old browsers */
background: -moz-linear-gradient(left, rgba(53,109,158,1) 0%, rgba(0,65,71,1) 53%, rgba(18,115,157,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(53,109,158,1) 0%,rgba(0,65,71,1) 53%,rgba(18,115,157,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(53,109,158,1) 0%,rgba(0,65,71,1) 53%,rgba(18,115,157,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356d9e', endColorstr='#12739d',GradientType=1 ); /* IE6-9 */
background: url('./../../_images/login-bg.jpg') no-repeat;
background-size: cover;
}
.mediahawkz-login .div-left {
   
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  float:left;
   }
   

 .div-left:before{
     position: absolute;
}
 
.mediahawkz-login .div-right {

   top: 0px;
  right: 0px;
  bottom: 0px;
  width: 35%;
  height: 100%;
  background:#fff;

   padding:8px 25px;

box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.mediahawkz-login .copyright {
  margin-top: 10%;
  text-align: center;
}
.mediahawkz-login .copyright p {
  color: #575757;
  font-size: 13px;
  font-weight: bold;
}
.mediahawkz-login .copyright p a {
  color: #ff0000;
  font-size: 13px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}

/* -----------------------------------------------------
   Material Design Buttons - by Ravikumar Chauhan
-------------------------------------------------------- */
.rkmd-btn {
  display: inline-block;

position: relative;

cursor: pointer;

height: 46px;

line-height: 32px;

padding: 1px 33px;

color: #424242;

font-size: 15px;

font-weight: 600;

font-family: 'Roboto', sans-serif;

letter-spacing: .8px;

text-align: center;

text-decoration: none;

text-transform: uppercase;

vertical-align: middle;

white-space: nowrap;

outline: none;

border: none;

-webkit-user-select: none;

-moz-user-select: none;

-ms-user-select: none;

user-select: none;

border-radius: 10px;
    transition: all .3s ease-out;
}
.rkmd-btn:hover {
  text-decoration: none;
}
.rkmd-btn.btn-lightBlue {
  color: #FFF;
  background-color: #12739D;
   margin-top:15px;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 5px 20px 0px rgba(134, 134, 134, 0.5);
    -moz-box-shadow: 0 2px 20px 0px rgba(134, 134, 134, 0.5);
    -webkit-box-shadow: 0 5px 20px 0px rgba(134, 134, 134, 0.5);
    -o-box-shadow: 0 5px 20px 0px rgba(134, 134, 134, 0.5);
    -ms-box-shadow: 0 5px 20px 0px rgba(134, 134, 134, 0.5);
 
}
.rkmd-btn.btn-lightBlue:hover {
   background-color: #106190;
    box-shadow: 0 5px 30px 0px rgba(134, 134, 134, 0.5);
    -moz-box-shadow: 0 2px 30px 0px rgba(134, 134, 134, 0.5);
    -webkit-box-shadow: 0 5px 30px 0px rgba(134, 134, 134, 0.5);
    -o-box-shadow: 0 5px 30px 0px rgba(134, 134, 134, 0.5);
    -ms-box-shadow: 0 5px 30px 0px rgba(134, 134, 134, 0.5);
}

.rkmd-btn.btn-red {
  color: #FFF;
  background-color: #C11015;;
   margin-top:15px;
  -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 5px 20px 0px rgba(134, 134, 134, 0.5);
    -moz-box-shadow: 0 2px 20px 0px rgba(134, 134, 134, 0.5);
    -webkit-box-shadow: 0 5px 20px 0px rgba(134, 134, 134, 0.5);
    -o-box-shadow: 0 5px 20px 0px rgba(134, 134, 134, 0.5);
    -ms-box-shadow: 0 5px 20px 0px rgba(134, 134, 134, 0.5);
 
}
.rkmd-btn.btn-red:hover {
   background-color: #DBA50E;
    box-shadow: 0 5px 30px 0px rgba(134, 134, 134, 0.5);
    -moz-box-shadow: 0 2px 30px 0px rgba(134, 134, 134, 0.5);
    -webkit-box-shadow: 0 5px 30px 0px rgba(134, 134, 134, 0.5);
    -o-box-shadow: 0 5px 30px 0px rgba(134, 134, 134, 0.5);
    -ms-box-shadow: 0 5px 30px 0px rgba(134, 134, 134, 0.5);
}

.ripple-effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.ripple-effect .ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
.ripple-effect .animated {
  -webkit-animation: ripple 0.6s linear;
          animation: ripple 0.6s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
/* -----------------------------------------------------
   Material Design Form - by Ravikumar Chauhan
-------------------------------------------------------- */
.rkmd-form {
  max-width: 500px;
  margin: 10% auto 0;
}
.rkmd-form .form-title {
margin: 0;
 padding: 0;
 color: #12739D;
 font-size: 20px;
 font-weight: 500;
 letter-spacing: 0;
 text-transform: capitalize;
 text-align: center;
}

.border-wrapper{
  height:100%;
}

.rkmd-form .form-row {
  display: block;
  margin-top: 25px;
}
.rkmd-form .remember {
  margin-top:25px;
}
.rkmd-form .form-field {
  position: relative;
  height: 72px;
  margin-top: 1em;
  padding: 16px 0 8px 0px;
  margin-bottom: 30px;
}
.rkmd-form .form-field i {
  display: none;
  margin-top: 5px;
  float: right;
}

/*
.rkmd-form .form-field::after, .rkmd-form .form-field::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
}*/

.rkmd-form .form-field::after {
  background-color: #03a9f4;
  transition: all 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.rkmd-form .form-field.focused::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.rkmd-form .field-label {
  position: relative;
  display: block;
  color: #575757;
  font-size: 12px;
  line-height: 16px;
   transition: all 0.3s;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
      text-transform: uppercase;
letter-spacing: 4px;
top: -5px;
left: 9px;
}


.focus-input100 {

    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login-logo{
  text-align: center;
  margin-bottom: 2%;
  
}
.rkmd-form .field-input {
 position: relative;
display: block;
color: #575757;
width: 100%;
height: 50px;
font-size: 13px;
line-height: 16px;
margin: 0;
padding: 8px 20px;
border: none;
outline: none;
background-color: #fff;
border: 1px solid #e6e6e6;
border-radius: 5px;
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);

-moz-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);

-webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);

-o-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);

-ms-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);

-webkit-transition: all 0.4s;

-o-transition: all 0.4s;

-moz-transition: all 0.4s;

transition: all 0.4s;
  
}
.rkmd-form .has-label .field-label {
  -webkit-transform: translateY(0) scale(0.85);
          transform: translateY(0) scale(0.85);
}
.rkmd-form .focused .field-label {
  color: #12739D;
}
.rkmd-form input[type="checkbox"] + label:before {
  display: inline-block;
  width: 1em;
  color: #6e6e6e;
  margin: 0 10px 0 0;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: -6px;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
.rkmd-form input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
.rkmd-form input[type="checkbox"] + label {
  cursor: pointer;
  color: #12739D;
}
.rkmd-form input[type="checkbox"] + label:before {
  content: "\e835";
}
.rkmd-form input[type="checkbox"]:checked + label:before {
  content: "\e834";
  color: #12739D;
}
.rkmd-form input[type="checkbox"]:active:not(:disabled) + label:before {
  -webkit-transform: scale3d(0.88, 0.88, 1);
          transform: scale3d(0.88, 0.88, 1);
}
.rkmd-form input[type="checkbox"]:disabled + label:before {
  content: "\e909";
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.157);
}
.rkmd-form .form-field[error]::after, .rkmd-form .form-field[error]::before {
  background-color: #f44336 !important;
}
.rkmd-form .form-field[error] .field-label {
  color: #f44336 !important;
}
.rkmd-form .form-field[error] i {
  display: block;
  color: #f44336 !important;
}
.rkmd-form .msg {
  min-height: 20px;
}
.rkmd-form .error {
  display: block;
  margin: 0;
  padding: 0;
  color: #f44336 !important;
  font-size: 14px;
}
.rkmd-form .default {
  color: #575757 !important;
  font-size: 14px;
}


.banner{
  margin:auto;
  padding:0px;
}
 
.banner img{
  width:100%
}

h1{
  text-transform: uppercase;
text-align: center;
font-weight: 900;
letter-spacing: 1px;
font-size: 30px;
margin-top:5%;
}
 
 .div-left-wrapper{
 background: rgba(13, 47, 87, 0.4); 
 height: 100vh;
  padding:25px;
  color:#fff;  
 }
 
 .zs-bullets{
   display:none;
 }

@media (max-width: 767px) {

.mediahawkz-login .div-right{
  padding: 35px;
}
.div-left-wrapper{
  display:none;
}



.mediahawkz-login .div-right{
width:100%; 
}
}


 @media only screen and (max-width: 500px) {
  .mediahawkz-login .div-right{
  padding: 15px;
} 

.rkmd-form{
  margin: 6% auto 0;
}
 }