﻿#loginscreen {
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

#loginheader {
    -moz-animation: header 1s 2.25s forwards;
    -webkit-animation: header 1s 2.25s forwards;
    -ms-animation: header 1s 2.25s forwards;
    animation: header 1s 2.25s forwards;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    /* cursor: default; */
    display: inline-block;
    /* opacity: 0; */
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    /* color:#fff; */
    /*font-family: "Arial Black", Gadget, sans-serif;*/
      background-color: #7097d5;
    background-color: #7097d5;
}

.button {
    padding: 5px 9px;
    background-color: #5E413A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    border: none;
    font-size: 17px;
    color: #ffffff;
}

.admin-login {
    margin: 0;
    /*padding-top: 10px;*/
    background: #E0FFFF;
    background-image: url("./images/login.jpg");
    height: -webkit-fill-available;
}

.login-main {
    width: 1127px;
    margin: 0 auto;
    padding: 10px 15px 25px;
    position: relative;
    box-shadow: 0 0 20px 0px #d8d8d8;
    z-index: 1;
    margin-top: 2%;
    border-radius: 10px;
    
}


/*Header Style CSS Begins*/

hr {
    display: block;   
    width: 20%;
    height: 1px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.35);
    margin-top: 4rem !important;
    margin-bottom: -1rem !important;
}

    hr + h2 {
        display: inline-block;
        position: relative;
        left: 50%;
        margin: 0;
        padding: 5px 10px;
        border: 1px solid #453986;
        transform: translateX(-50%);
        color: #453986;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.32em;
        text-align: center;
        text-transform: uppercase;
        background-color: #fff;
    }

        hr + h2::first-letter {
            margin-left: 0.32em;
        }

    /* Alternative transform: translate */
    hr + h2 {
        border-width: 1px 0;
    }

        hr + h2::before,
        hr + h2::after {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 1px;
            background: #453986;
            content: '';
        }

        hr + h2::before {
            left: 0;
        }

        hr + h2::after {
            right: 0;
        }



/*h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h1 em {
  font-style: normal;
  font-weight: 600;
}

.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}


.one h1 span {
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);  
}

.alt-two h1 {
  text-align:center;
}

.alt-two h1:before {
  left:50%; margin-left:-30px;
}*/

/*Header Style CSS Ends*/
