/* CSS FOR LOGIN PAGE */


/*@font-face {
    font-family: 'Web437_IBM_DOS_ISO8';
    src: url('../fonts/oldstyle/Web437_IBM_DOS_ISO8.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'DejaVu';
    src: url('../fonts/dejavu-serif/DejaVuSerif.ttf');
    font-weight: normal;
    font-style: normal;

}
#frmLogin button {
    display:none;
}
/*button {
    display:none;
}*/

.login-bg-img {
    width: 300px;
    position: relative;
    
}

.fade-in {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.login-body {
/*    background-color: grey;  For browsers that do not support gradients 
    background: linear-gradient(to bottom, #222, #444, #999) no-repeat;*/
    
/*background-color: cadetblue;
background: linear-gradient(to bottom right, #367, #036);*/

/*For browsers that do not support gradients*/
background-color: grey; 

background: linear-gradient(to bottom, 
    #FFF, #000);
background-attachment: fixed;

}
.bg-image {
    background-image: url('../../img/IBM_IMAGE.jpg');
background-position:left;
background-repeat:no-repeat;
background-size: 25% 25%;
}

.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
/*  box-shadow: rgba(0, 0, 0, 0.55) 0px 15px 25px;*/
  
/*  background:#fffffe;*/
/*  background-image: linear-gradient(to top, #838383, #636363, #494949 );*/
/*background: linear-gradient(to bottom, #17548b, #003a8b) no-repeat;*/

/*  border: 1px solid #03e9f4;*/
  padding: 10px ;
}
  
.login-box h2 {
    margin: 0 0 30px; 
    padding: 50px;
    color: #690500;
    font-weight: bold;
    text-align: center;
/*    font-family: 'Krona One', sans-serif;*/
    font-size:12px;
}

.login-box .user-box {
    position: relative;
    font-family: 'Krona One', sans-serif;
    font-size: 12px;
 
}

.login-box .user-box input {
    width: 100%;
    padding: 5px 0;
    color: #000;
    margin-bottom: 30px;
    background-color:lightgrey;
    border-radius: 5px;
    box-shadow: 10px 10px 5px rgba(0,0,0,.2);
}


.login-box .user-box label {
  position: absolute;
  top:8px;
  left: 5px;
/*  padding: 10px 0;*/
  font-size: 15px;
/*  font-family: 'Web437_IBM_DOS_ISO8', sans-serif;*/
  color: darkblue;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
    display: none;
  top: -20px;
  left: 0;
  color: #bbb;
  font-size: 12px;
    
}
.container {
    background-color:grey;
    border: 1px solid black;
    padding-left:5px;
    padding-right:10px;
    padding-top:15px;
    border: 1px solid black;
    border-radius: 15px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  color: #03e9f4;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
}

.login-box a span {
  position: absolute;
/*  display: block;*/
  
  
}

/*.login-box a span:nth-child(1) {
  top: 2px;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 2px;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 10px;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}*/
.background-login {
    background-image:url('../../img/X.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    opacity: 55%;
    width:1000px;
    height:1000px;
    
}
.login-failed {
                        font-size:15px;
}
.login-button {
    
			border: 15px;
			color: rgb(40, 40, 40);
			font-size:25px;
/*                        font-family: 'Web437_IBM_DOS_ISO8', sans-serif;*/
			cursor: pointer;
                        color:black;
                        background: transparent;
                        
          }
          
.login-button:hover {
                color: #000;
                border-radius: 1px;
                box-shadow: 
                    0 0 2px #03e9f4,
                    0 0 2px #03e9f4,
                    0 0 2px #03e9f4,
                    0 0 2px #03e9f4;
}
.login-forgot {
    font-size: 20px;
}
.login-forgot:hover {
        background-color: black;
        color: white;
        cursor: pointer;
}
.register-button {
                          padding: 10px 20px;
			background: transparent;
			border: none;
			color: rgb(40, 40, 40);
			font-size:1.5em;
			font-family: "Georgia", Times, serif;
			cursor: pointer;
                        color:white;
          }
.forgot-button {
                        padding: 10px 20px;
/*			background: transparent;*/
			border: none;
			color: rgb(40, 40, 40);
			font-size:1.5em;
			font-family: "Georgia", Times, serif;
			cursor: pointer;
                        color:white;
          }
          
          
          .logout-body {
 background-color: grey;  /*For browsers that do not support gradients*/
    background-image: linear-gradient(to top, #939393, #838383, #636363, #494949, #121212 );
    background-attachment: fixed;
    background-color:black;
    width:auto;
    height:auto;
    position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
  
  background-repeat: no-repeat;
  background-position: center;
  color:white;
  }
  
  .logout-box {
width: 100%;
height: 10%;
color: darkblue;
font-size: 2em;
text-align: center;
position: absolute;
  }
  
    
.loader-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 5px;
  background-image: linear-gradient(to top, #838383, #636363, #494949 );
background: linear-gradient(to bottom, #003a8b,#17748b) no-repeat;*/
/*  border: 1px solid #03e9f4;*/
/*  padding: 50px ;*/
}
.loader-box .full-image {
     position:relative;
      max-width: 100%;
      max-height: 100%;
}

.loader-box .med-image {
     position:relative;
      max-width: 50%;
      max-height: 50%;
      left:30%;
}

.loader-box .small-image {
     position:relative;
      max-width: 25%;
      max-height: 25%;
      left:50%;
}

.border {
    border:1px;
}

.center {
    margin: auto;
    width: 50%;
    text-align:center;
    
}

.forgot-pass {
    font-size:25px;
    color:red;    
    
}

.email-error {
    color: #CC0000;
    border: 1px solid black;
    background-color:grey;
}
