* {
    font-family: 'Open Sauce Light';
}

html {
    height: 100%;
    /*cursor: url(images/pointerCursor1.png),auto;*/
}

body {
    margin: 0;
    padding: 0;
    background: linear-gradient(#ffffff, #ffffff);
}


/* .header-icons {
  position: absolute;
  left: 5px;
}

.header-icons img {
  position: relative;
  top: -5px;
  left: 0px;
  height: 70px;
  width: 70px;
}

.header-icons img:hover {
  position: relative;
  top: -10px;
  background-color: #13582b;
  cursor: pointer;
} */

.login-box {
    padding: 5px;
    background: #65737e;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .6);
    border-radius: 10px;
}

.login-box h2 {
    padding: 0;
    color: #ffffff;
    text-align: center;
    /*cursor: context-menu;*/
}

.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: none;
    background: transparent;
}

.login-box .user-box legend {
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    pointer-events: none;
    transition: .5s;
}

.login-box input:focus~label,
.login-box input:valid~label {
    top: -20px;
    left: 0;
    color: #ffffff;
    font-size: 12px;
}

.login-box .loginSubmit {
    position: relative;
    display: inline-block;
    padding: 0px;
    color: white;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px;
    background-color: #65737e;
    border: none;
}

.login-box .loginSubmit:hover {
    background: white;
    color: black;
    border-radius: 5px;
    box-shadow: 0 0 5px white, 0 0 25px white, 0 0 50px white, 0 0 100px white;
}

#logoutBody {
    background-color: black;
}

@keyframes logout {
    from {
        background-color: black;
    }
    to {
        background-color: white;
    }
}

.loginSubmit input {
    color: white;
    background-color: transparent;
    border-bottom: transparent;
    border: none;
    /*cursor: pointer;*/
}

.loginSubmit input:hover {
    color: black;
    cursor: pointer;
}


/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 30px #65737e inset !important;
}


/*Change text in autofill textbox*/

input:-webkit-autofill {
    -webkit-text-fill-color: white;
}

.headercontainer {
    position: fixed;
    background-color: #65737e;
    width: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: x-large;
    margin-bottom: 10px;
    height: 70px;
    box-shadow: 0px 2px 10px black;
}

.headercontainer .headCol p {
    position: absolute;
    margin-top: 13px;
    font-size: 20px;
    font-family: 'Dosis semi bold';
    text-decoration: underline;
}

#REG_ID {
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 150px;
}

input[type="date"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}